KindErrorDataOptions: {
    causalErrorContextPrefix: string;
    concatenatedMessageTagName: string;
    groupByTagName: string;
    kindTagName: string;
}

Type declaration

  • ReadonlycausalErrorContextPrefix: string

    The prefix to use for Sentry contexts that contain information about each error in the causal error chain. A unique number is appended to the prefix to create the context name.

  • ReadonlyconcatenatedMessageTagName: string

    The name to use for the Sentry tag that contains the concatenated error.

  • ReadonlygroupByTagName: string

    The name to use for the Sentry tag that indicates the grouping string.

  • ReadonlykindTagName: string

    The name to use for the Sentry tag that indicates the error kind.