wonder-stuff
    Preparing search index...

    Type Alias KindErrorDataOptions

    type KindErrorDataOptions = {
        causalErrorContextPrefix: string;
        concatenatedMessageTagName: string;
        groupByTagName: string;
        kindTagName: string;
    }
    Index

    Properties

    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.

    concatenatedMessageTagName: string

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

    groupByTagName: string

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

    kindTagName: string

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