Skip to content

ignoreErrors doesnt seems to work #2520

Closed
@5kinna

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions