ignoreErrors doesnt seems to work
See original GitHub issue- Review the documentation: https://docs.sentry.io/
- Search for existing issues: https://github.com/getsentry/sentry-javascript/issues
- Use the latest release: https://github.com/getsentry/sentry-javascript/releases
- Provide a link to the affected event from your Sentry account
Package + Version
-
@sentry/browser
-
@sentry/node
-
raven-js
-
raven-node
(raven for node) - other: cdn(https://browser.sentry-cdn.com/5.14.1/bundle.min.js)
Version:
5.14.1
Description
Sentry.init({
...
ignoreErrors:[
'Extension',
...
],
blacklistUrls:[
/extensions\//i,
/^chrome:\/\//i,
],
...
})
Using the above initialization code, but still caught the Extension error in the window system.
What is the reason?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:24 (11 by maintainers)
Top Results From Across the Web
How to globally ignore errors with sentry v5 to reduce noise
There seems to be an ignoreErrors config option. It's documented in their example app here:.
Read more >ignoreErrors not working - #sentry
I'm trying to ignore this error, but no matter what, it's still reporting them. ... None of them seem to prevent this error...
Read more >Sum and ignore errors - Excel formula - Exceljet
To sum a range of cells and ignore errors, you can use the AGGREGATE function. In the example shown, the formula in F7...
Read more >Using ignore errors for optional steps and actions - Uptrends
The cookie wall requires the user to click an accept button when the wall appears, but the wall doesn't appear for all users....
Read more >ADB pull stops after first error
Doesn't work, it stops inmediatly and creates a corrupted 4kb file. Copy the files using Windows via Data Transfer mode. Windows halts ...
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 FreeTop 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
Top GitHub Comments
When using the debuge test, the error will be intercepted and not reported, but after it is posted online, I don’t know if the error is triggered and the error is indeed reported.
OMG. Exactly the same issue here. it’s interesting that @pawlarius submitted the same comment 3 hours ago.