Is there is a way to ignore errors related to aborted requests? #7733
Replies: 1 comment 3 replies
-
@scofield-ua that solution looks good to me! There might be same false positives, but otherwise it's probably the best way to grab that info. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. Is it possible to ignore\filter errors caused by aborted requests (with status code 0).
Is there an option for that for
Sentry.init()
?I'm currently using such solution:
So basically checking the latest breadcrumb which should show (?) latest related request.
Beta Was this translation helpful? Give feedback.
All reactions