@grafana/faro-web-sdk
Version:
Faro instrumentations, metas, transports for web.
12 lines (11 loc) • 430 B
TypeScript
import { BaseInstrumentation, LogLevel } from '@grafana/faro-core';
export declare class ConsoleInstrumentation extends BaseInstrumentation {
readonly name = "@grafana/faro-web-sdk:instrumentation-console";
readonly version = "2.7.1";
static defaultDisabledLevels: LogLevel[];
static consoleErrorPrefix: string;
private errorSerializer;
private subscription;
initialize(): void;
destroy(): void;
}