We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2416371 commit 985452aCopy full SHA for 985452a
src/hooks/useSentry.js
@@ -8,7 +8,7 @@ const initSentry = dsn => {
8
release: 'busola',
9
integrations: [
10
new Sentry.browserTracingIntegration(),
11
- Sentry.replayIntegration(),
+ new Sentry.replayIntegration(),
12
],
13
tracesSampleRate: 1.0,
14
// Session Replay
0 commit comments