The Browser Tracing integration automatically instruments browser pageload/navigation actions as transactions, and captures requests, metrics and errors as spans.

The integration can be configured with a variety of options, and can be extended to use any routing library. This integration uses {@see IdleTransaction} to create transactions.

Hierarchy

  • BrowserTracing

Implements

Properties

Methods

Properties

name: string

Returns id

options: BrowserTracingOptions

Browser Tracing integration options

Methods

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

    Parameters

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

    Returns void

Generated using TypeDoc