UNPKG

@dash0/sdk-web

Version:

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

10 lines (9 loc) 213 B
type IdentifyOpts = { name?: string; fullName?: string; email?: string; hash?: string; roles?: string[]; }; export declare function identify(id?: string, opts?: IdentifyOpts): void; export {};