Interface for capturing telemetry data.

Hierarchy

  • Recorder

Methods

  • Add a breadcrumb. When a capture is performed breadcrumb data can be included with it.

    Parameters

    Returns void

  • Capture an error.

    Parameters

    • exception: Error

      The exception to capture.

    Returns void

  • Capture an error event.

    Parameters

    • errorEvent: ErrorEvent

      The error event to capture.

    Returns void

Generated using TypeDoc