Skip to content

Add a way to ignore certain errors in crash overlay #2098

Closed
@gaearon

Description

@gaearon

There are cases when it’s impossible to catch an error.
For example:

setTimeout(() => {
  throw new Error('Boom');
});

This may happen inside a third party library that user has no access to. We should have some way to ignore errors by message (at least if localStorage is available for the blacklist).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions