UNPKG

@dash0/sdk-web

Version:

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

8 lines (7 loc) 298 B
/** * Tracks page transitions (virtual page views) 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 startPageTransitionInstrumentation(): void;