File tree 1 file changed +3
-9
lines changed
apps/dine-pleiepenger/src/faro
1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 1
- import { Faro , getWebInstrumentations , initializeFaro , LogLevel } from '@grafana/faro-web-sdk' ;
2
- import { TracingInstrumentation } from '@grafana/faro-web-tracing' ;
3
- import { browserEnv } from '../utils/env' ;
1
+ import { Faro , initializeFaro , LogLevel } from '@grafana/faro-web-sdk' ;
4
2
import nais from '../../nais.js' ;
3
+ import { browserEnv } from '../utils/env' ;
4
+
5
5
let faro : Faro | null = null ;
6
6
7
7
export function initInstrumentation ( ) : void {
@@ -15,12 +15,6 @@ export function getFaro(): Faro {
15
15
faro = initializeFaro ( {
16
16
url : browserEnv . NEXT_PUBLIC_TELEMETRY_URL ,
17
17
app : nais . app ,
18
- instrumentations : [
19
- ...getWebInstrumentations ( {
20
- captureConsole : false ,
21
- } ) ,
22
- new TracingInstrumentation ( ) ,
23
- ] ,
24
18
} ) ;
25
19
return faro ;
26
20
}
You can’t perform that action at this time.
0 commit comments