Skip to content

Commit 43cbd5e

Browse files
committed
custom replay
1 parent f69b87f commit 43cbd5e

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/browser-integration-tests/loader-suites/loader/onLoad/customReplay

1 file changed

+1
-1
lines changed

dev-packages/browser-integration-tests/loader-suites/loader/onLoad/customReplay/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Sentry.onLoad(function () {
22
Sentry.init({
33
integrations: [
44
// Without this syntax, this will be re-written by the test framework
5-
new window['Sentry'].Replay({
5+
new window['Sentry'].replayIntegration({
66
useCompression: false,
77
}),
88
],

0 commit comments

Comments
 (0)