1.1.1 • Published 3 years ago

sentry-ignores v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

sentry-ignores

npm npm npm

A curated list of common ignore rules for Sentry.

Installation

npm install sentry-ignores
yarn add sentry-ignores

Usage

import { denyUrls, ignoreErrors } from 'sentry-ignores';

Sentry.init({
  ...
  denyUrls,
  ignoreErrors,
});

Sources

The ignored errors and urls in this package come from multiple sources, including but not limited to:

Please create an issue or pull request to suggest new rules.