Package + Version
Version:
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?
Package + Version
@sentry/browser@sentry/noderaven-jsraven-node(raven for node)Version:
Description
Using the above initialization code, but still caught the Extension error in the window system.
What is the reason?