UNPKG

@dash0/sdk-web

Version:

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

9 lines (8 loc) 337 B
import { InProgressSpan } from "./span"; type TraceContext = { traceId?: string; spanId?: string; }; export declare function getTraceContextForPageLoad(): TraceContext | undefined; export declare function addTraceContextHttpHeaders(fn: (name: string, value: string) => void, ctx: unknown, span: InProgressSpan): void; export {};