UNPKG

@dash0/sdk-web

Version:

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

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