UNPKG

@dash0/sdk-web

Version:

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

7 lines (6 loc) 194 B
import { KeyValue } from "../../types/otlp"; type Options = { url?: string | URL; }; export declare function addCommonAttributes(attributes: KeyValue[], options?: Options): void; export {};