• Captures a browser ErrorEvent for telemetry purposes.

    This method can be used to capture a manually created error event. Use this function to represent application specific errors which cannot be captured automatically or are not Error types.

    For most errors captureError should be used.

    Telemetry must be initialized, using initTelemetry before calling this method. If telemetry is not initialized, then the error event will be discarded.

    Parameters

    • errorEvent: ErrorEvent

      The ErrorEvent to capture

    Returns void

Generated using TypeDoc