Interface SentryConfig

SentryConfig defines the configuration needed to initialize Sentry error tracking for a report.

interface SentryConfig {
    dsn: string;
    environment?: string;
}

Properties

Properties

dsn: string
environment?: string

Generated using TypeDoc