Skip to content

Commit a2eb16e

Browse files
committed
fix syntax
1 parent 43cbd5e commit a2eb16e

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'].replayIntegration({
5+
window['Sentry'].replayIntegration({
66
useCompression: false,
77
}),
88
],

0 commit comments

Comments
 (0)