UNPKG

@grafana/faro-web-sdk

Version:

Faro instrumentations, metas, transports for web.

10 lines (9 loc) 383 B
import { BaseInstrumentation, LogLevel } from '@grafana/faro-core'; export declare class ConsoleInstrumentation extends BaseInstrumentation { readonly name = "@grafana/faro-web-sdk:instrumentation-console"; readonly version = "2.1.0"; static defaultDisabledLevels: LogLevel[]; static consoleErrorPrefix: string; private errorSerializer; initialize(): void; }