mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Frontend: Support tracing with Faro (#91237)
Move code from previous PR
This commit is contained in:
@@ -62,6 +62,7 @@ export interface GrafanaJavascriptAgentConfig {
|
||||
errorInstrumentalizationEnabled: boolean;
|
||||
consoleInstrumentalizationEnabled: boolean;
|
||||
webVitalsInstrumentalizationEnabled: boolean;
|
||||
tracingInstrumentalizationEnabled: boolean;
|
||||
apiKey: string;
|
||||
}
|
||||
|
||||
|
||||
@@ -117,6 +117,7 @@ export class GrafanaBootConfig implements GrafanaConfig {
|
||||
errorInstrumentalizationEnabled: true,
|
||||
consoleInstrumentalizationEnabled: false,
|
||||
webVitalsInstrumentalizationEnabled: false,
|
||||
tracingInstrumentalizationEnabled: false,
|
||||
};
|
||||
pluginCatalogURL = 'https://grafana.com/grafana/plugins/';
|
||||
pluginAdminEnabled = true;
|
||||
|
||||
Reference in New Issue
Block a user