We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43cbd5e commit a2eb16eCopy full SHA for a2eb16e
dev-packages/browser-integration-tests/loader-suites/loader/onLoad/customReplay/init.js
@@ -2,7 +2,7 @@ Sentry.onLoad(function () {
2
Sentry.init({
3
integrations: [
4
// Without this syntax, this will be re-written by the test framework
5
- new window['Sentry'].replayIntegration({
+ window['Sentry'].replayIntegration({
6
useCompression: false,
7
}),
8
],
0 commit comments