UNPKG

@grafana/faro-web-sdk

Version:

Faro instrumentations, metas, transports for web.

7 lines (6 loc) 250 B
import type { Config } from '@grafana/faro-core'; /** * @deprecated Configure console instrumentation using the `consoleInstrumentation` object in the * Faro config. */ export type ConsoleInstrumentationOptions = Config['consoleInstrumentation'];