wonder-stuff
    Preparing search index...

    Data to be sent to sentry.

    type SentryData = {
        contexts: SentryContexts;
        fingerprint: SentryFingerprint;
        tags: SentryTags;
    }
    Index

    Properties

    contexts: SentryContexts

    The contexts to add for the associated sentry event. This is equivalent to using the setContext API. NOTE: setExtras is deprecated. For similar behavior, use a context keyed as "Additional Data".

    fingerprint: SentryFingerprint

    The fingerprint of the associated sentry event. This is equivalent to using the setFingerprint API.

    The tags to add for the associated sentry event. This is equivalent to using the setTag and setTags APIs.