@cfxlabsinc/b2b-services
    Preparing search index...

    Type Alias SentryDiagnostics

    Shape returned by GET /sentry-test.

    type SentryDiagnostics = {
        clientInitialized: boolean;
        dsnConfigured: boolean;
        environment: string | undefined;
        release: string | undefined;
        sdkVersion: string;
    }
    Index
    clientInitialized: boolean

    False means Sentry.init() never ran in this module graph — the bug this whole endpoint exists to make visible.

    dsnConfigured: boolean
    environment: string | undefined
    release: string | undefined
    sdkVersion: string