UNPKG

@grafana/faro-web-sdk

Version:

Faro instrumentations, metas, transports for web.

9 lines (8 loc) 313 B
import { BaseInstrumentation } from '@grafana/faro-core'; export declare class ViewInstrumentation extends BaseInstrumentation { readonly name = "@grafana/faro-web-sdk:instrumentation-view"; readonly version = "2.1.0"; private notifiedView; private sendViewChangedEvent; initialize(): void; }