-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Fields
Give feedbackNo fields configured for issues without a type.
