question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Ignore unimportant Sentry errors

See original GitHub issue

There 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:closed
  • Created 5 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
bobsilverbergcommented, Jul 15, 2019

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.

0reactions
willdurandcommented, Jul 19, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found