Properties
optional public extra?: any
optional public ignoreErrors?: Array<string>
List of messages to be fitlered out before being sent to Sentry.
optional public ignoreUrls?: Array<RegExp>
Similar to ignoreErrors, but will ignore errors from whole urls patching a regex pattern.
optional public includePaths?: Array<RegExp>
An array of regex patterns to indicate which urls are a part of your app.
optional public logger?: string
The name of the logger used by Sentry. Default: javascript
optional public tags?: any
Additional data to be tagged onto the error.
optional public whitelistUrls?: Array<RegExp>
The inverse of ignoreUrls. Only report errors from whole urls matching a regex pattern.