Skip to content

fdev/sentry-ignores

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A curated list of common ignore rules for Sentry.

Topics

Resources

License

Stars

Watchers

Forks