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