UNPKG

@dash0/sdk-web

Version:

Dash0's Web SDK to collect telemetry from end-users' web browsers

5 lines (4 loc) 189 B
import { reportUnhandledError as reportErrorInternal } from "../instrumentations/errors/unhandled-error"; export function reportError(error, opts) { reportErrorInternal(error, opts); }