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

Type declaration

  • Readonly causalErrorContextPrefix: 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.

  • Readonly concatenatedMessageTagName: string

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

  • Readonly groupByTagName: string

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

  • Readonly kindTagName: string

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

Generated using TypeDoc