Script API - v1.26.20
    Preparing search index...

    A class that allows hooking up reporting to Sentry. See https://sentry.io/ for more information.

    export class Sentry {
    private constructor();
    addBreadcrumb(level: SentryEventLevel, message: string, category?: string): void;
    addTag(name: string, value: string): void;
    captureException(exception: unknown, captureContext?: SentryCaptureContext): void;
    getTags(): Record<string, string>;
    init(options: SentryOptions): void;
    removeTag(name: string): void;
    }
    Index

    Constructors

    Methods