• Initialize a new telemetry instance.

    This instance is not global. Generally developers should use initTelemetry instead.

    If for some reason multiple telemetry instances are needed, this method can be used to create a new instance. Instances are not aware of each other and may send duplicate data from automatically captured events.

    Parameters

    • Optional options: Options

      The options to use for the telemetry instance.

      Optional

    Returns BrowserTelemetry

    A telemetry instance.

Generated using TypeDoc