@oneblink/apps-react
    Preparing search index...

    Variable Sentry

    Sentry: {
        captureException: (
            exception: unknown,
            hint?: ExclusiveEventHintOrCaptureContext,
        ) => string;
        init: (formsAppId: number, options: BrowserOptions) => void;
        setTag: (key: string, value: Primitive) => void;
    }

    Type Declaration

    • captureException: (exception: unknown, hint?: ExclusiveEventHintOrCaptureContext) => string
    • init: (formsAppId: number, options: BrowserOptions) => void
    • setTag: (key: string, value: Primitive) => void