@polargold/pg-frontend-core
    Preparing search index...

    Interface InitializeSentryOptions

    interface InitializeSentryOptions {
        disabledEnvironmentNames?: string[];
        dsn: string | undefined;
        environment: string;
        productionEnvironmentName?: string;
        release: string;
        validAppDomains?: string[];
    }
    Index
    disabledEnvironmentNames?: string[]

    Environment names Sentry is skipped for entirely. Defaults to ["local"].

    dsn: string | undefined
    environment: string
    productionEnvironmentName?: string

    Environment name sampled at the lower rate. Defaults to "production".

    release: string
    validAppDomains?: string[]

    Domains eligible for distributed tracing (tracePropagationTargets). Was hardcoded per app in the source copies (e.g. LUV's autoq.luv.polargold.dev domains) - now supplied by the caller since it's app-specific.