UNPKG

@grafana/faro-web-sdk

Version:

Faro instrumentations, metas, transports for web.

11 lines (10 loc) 394 B
import { BaseInstrumentation } from '@grafana/faro-core'; export declare class SessionInstrumentation extends BaseInstrumentation { readonly name = "@grafana/faro-web-sdk:instrumentation-session"; readonly version = "1.19.0"; private notifiedSession; private sendSessionStartEvent; private createInitialSession; private registerBeforeSendHook; initialize(): void; }