UNPKG

@dash0/sdk-web

Version:

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

9 lines (8 loc) 329 B
import { InitOptions } from "../api/init"; export * from "../api/identify"; export * from "../api/debug"; export * from "../api/attributes"; export * from "../api/events"; export { terminateSession } from "../api/session"; export { reportError } from "../api/report-error"; export declare function init(opts: InitOptions): void;