This function adds duration since Sentry was initialized till the time event was sent

Hierarchy

  • SessionTiming

Implements

Properties

Methods

Properties

_startTime: number = ...

Exact time Client was initialized expressed in milliseconds since Unix Epoch.

name: string = SessionTiming.id

Returns id

id: string = 'SessionTiming'

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