import type { Config } from '@grafana/faro-core'; export interface BrowserConfig extends Partial>, Pick { url?: string; apiKey?: string; requestCompression?: boolean; } export interface GetWebInstrumentationsOptions { captureConsole?: boolean; enablePerformanceInstrumentation?: boolean; enableContentSecurityPolicyInstrumentation?: boolean; }