Skip to content

ignoreErrors doesnt seems to work #2520

Description

@5kinna

Package + Version

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.

image

What is the reason?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions