UNPKG

@dash0/sdk-web

Version:

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

8 lines (7 loc) 265 B
/** * Tracks page loads as per this OTel spec: * https://github.com/open-telemetry/semantic-conventions/pull/1910/files * * Notable difference: The full URL is transmitted as a signal attribute. */ export declare function startPageLoadInstrumentation(): void;