sentry-vir - v4.0.3
    Preparing search index...

    Class ExtraContextError

    Constructs an error with extra event context attached to it in the same way that throwWithExtraContext attaches data.

    The following examples are equivalent:

    Throw new ExtraContextError('my error', {context: {stuff: 'hi'}});
    
    Const myError = new Error('my error'); throwWithExtraContext(myError, {context: {stuff:
    'hi'}});

    Hierarchy

    • Error
      • ExtraContextError
    Index

    Constructors

    Properties

    "[extraEventContextSymbol]": JsonCompatibleObject | undefined
    "[extraEventTagsSymbol]": { [key: string]: Primitive } | undefined