sentry-vir - v4.5.1
    Preparing search index...

    Type Alias SentryVirClient<SpecificSentryDep>

    SentryVirClient: SpecificSentryDep & {
        setLoggingDisabled: typeof setLoggingDisabled;
    }

    The Sentry client returned by any of the init functions: the raw Sentry dep plus sentry-vir's own additions.

    Type Parameters

    Type Declaration

    • setLoggingDisabled: typeof setLoggingDisabled

      Globally enable or disable all sentry-vir logging. While disabled, sendLog and handleError calls are dropped entirely (nothing is sent to Sentry, nothing is logged to the console, and nothing is queued for a later send) and any events captured directly through the Sentry SDK itself are dropped as well.