SentryPluginOptions
SentryPluginOptions
Configuration options for the SentryPlugin.
Signature
interface SentryPluginOptions extends NodeOptions {
dsn: string;
enableTracing?: boolean;
includeErrorTestMutation?: boolean;
}
- Extends:
NodeOptions
dsn
property
string
The Data Source Name for your Sentry instance.
enableTracing
property
boolean
includeErrorTestMutation
property
boolean