Takaro - v0.4.11
    Preparing search index...

    Interface EventHint

    JSDoc

    interface EventHint {
        attachments?: Attachment[];
        captureContext?: CaptureContext;
        data?: any;
        event_id?: string;
        integrations?: string[];
        mechanism?: Partial<Mechanism>;
        originalException?: unknown;
        syntheticException?: Error | null;
    }
    Index

    Properties

    attachments?: Attachment[]
    captureContext?: CaptureContext
    data?: any
    event_id?: string
    integrations?: string[]
    mechanism?: Partial<Mechanism>
    originalException?: unknown
    syntheticException?: Error | null