SentryData: {
    contexts: SentryContexts;
    fingerprint: SentryFingerprint;
    tags: SentryTags;
}

Data to be sent to sentry.

Type declaration

  • contexts: SentryContexts

    These are each passed to setContext on the sentry scope. Contexts create a new headed section in the sentry report. Useful for grouping specific context together.

  • fingerprint: SentryFingerprint

    This is passed to setFingerprint on the sentry scope. The fingerprint helps group like messages that otherwise would not get grouped.

  • tags: SentryTags

    This is passed to setTags on the sentry scope. Tags help categorize things.

Generated using TypeDoc