Ignore unimportant Sentry errors
See original GitHub issueThere are some Sentry errors that Firefox clients will trigger which we can ignore. We should only ignore errors that do not degrade the user experience, ones that we don’t wish to spend time on fixing.
For example, if we can determine that this Oe is null
error in photoswipe is not degrading the user experience then we should ignore it.
Non-Firefox clients produce tons of unimportant errors but let’s not worry about those for this issue.
We can ignore errors by using the ignoreErrors
or ignoreUrls
config options in RavenJS.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Manage Your Error Quota | Sentry Documentation
If you discover a problematic release causing excessive noise, Sentry supports ignoring all events and attachments from that release. Navigate to [Project] > ......
Read more >How can I filter out errors on sentry to avoid consuming my ...
Avoid forwarding events on sentry's side, via inbound filters ( [Project] > Project Settings > Inbound Filters ). According to the sentry ......
Read more >Making Go errors play nice with Sentry - Incident.io
Getting Go errors to work well with Sentry is hard. This post explains how we got them playing nicely by deduping stacktraces.
Read more >Custom Sentry Client for more freedom: How to ignore any ...
Custom Sentry Client for more freedom: How to ignore any exception you want ... We use Sentry for our error reporting, and we...
Read more >Rate Limiting | Sentry Developer Documentation
In addition to Retry-After , Sentry (Relay) also includes a special response header ... SDKs must ignore dimensions they do not support or...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This sounds like a good idea to me. I agree it’s an issue that we get so many Sentry errors and tend to just ignore most/all of them. It makes Sentry a lot less useful.
Alright so we have releases now. I tried to delete the old events but we have too many and we can’t delete more than 1000 events at once… I enabled a feature that auto-hides events that haven’t been seen after 3 weeks. That should help reduce the number of events to look at.