@minecraft
    正在准备搜索索引...

    接口 SentryCaptureContext

    Context relating to a captured exception that should be sent to Sentry.

    interface SentryCaptureContext {
        extraData?: Record<string, boolean | number | string>;
        level?: SentryEventLevel;
        tags?: Record<string, string>;
    }
    索引

    属性

    extraData?: Record<string, boolean | number | string>

    Additional data that should be sent with the exception.

    The indicated level of severity of the captured exception.

    tags?: Record<string, string>

    Additional tags that should be sent with the exception.