UNPKG

@dash0/sdk-web

Version:

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

10 lines (9 loc) 270 B
import { KeyValue } from "../types/otlp"; type Options = { /** * Override url to be used instead of window.location.href */ url?: string | URL; }; export declare function addCommonAttributes(attributes: KeyValue[], options?: Options): void; export {};