Closed
Description
- 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?
Metadata
Metadata
Assignees
Labels
No labels