Rewrite event frames paths

Hierarchy

  • RewriteFrames

Implements

Constructors

Properties

Methods

Constructors

  • Parameters

    • options: {
          iteratee?: StackFrameIteratee;
          prefix?: string;
          root?: string;
      } = {}
      • Optional iteratee?: StackFrameIteratee
      • Optional prefix?: string
      • Optional root?: string

    Returns RewriteFrames

    Inherit Doc

Properties

name: string = RewriteFrames.id

Returns id

id: string = 'RewriteFrames'

Inherit Doc

Methods

  • Sets the integration up only once. This takes no options on purpose, options should be passed in the constructor

    Parameters

    • addGlobalEventProcessor: ((callback) => void)
    • getCurrentHub: (() => Hub)

    Returns void

Generated using TypeDoc