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