-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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?
olso
Metadata
Metadata
Assignees
Labels
No labels
