sentry-vir - v3.0.1
    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', {stuff: 'hi'});
    
    Const myError = new Error('my error'); throwWithExtraContext(myError, {stuff: 'hi'});
    

    Hierarchy

    • Error
      • ExtraContextError

    Implements

    Index

    Constructors

    Properties

    Constructors

    Properties

    "[extraEventContextSymbol]": EventExtraContext