Skip to content

Commit

Permalink
Related endpoint error is still sent to Sentry (#4009)
Browse files Browse the repository at this point in the history
* fix:Related endpoint error is still sent to Sentry #4006

* Update frontend/src/stores/media/related-media.ts

Co-authored-by: Olga Bulat <[email protected]>

---------

Co-authored-by: Olga Bulat <[email protected]>
  • Loading branch information
jeevikasirwani and obulat authored Apr 8, 2024
1 parent c0e93bd commit 3cf0fdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/stores/media/related-media.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export const useRelatedMediaStore = defineStore("related-media", {
)

this._endFetching(errorData)
this.$nuxt.$sentry.captureException(error, { extra: { errorData } })
return null
}
},
Expand Down

0 comments on commit 3cf0fdd

Please sign in to comment.