UNPKG

@grafana/faro-web-sdk

Version:

Faro instrumentations, metas, transports for web.

4 lines (3 loc) 229 B
import type { Instrumentation } from '@grafana/faro-core'; import type { GetWebInstrumentationsOptions } from './types'; export declare function getWebInstrumentations(options?: GetWebInstrumentationsOptions): Instrumentation[];