Skip to content

Commit 985452a

Browse files
committed
fix: Sentry replays
1 parent 2416371 commit 985452a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/useSentry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const initSentry = dsn => {
88
release: 'busola',
99
integrations: [
1010
new Sentry.browserTracingIntegration(),
11-
Sentry.replayIntegration(),
11+
new Sentry.replayIntegration(),
1212
],
1313
tracesSampleRate: 1.0,
1414
// Session Replay

0 commit comments

Comments
 (0)