Skip to content

Commit 65b36a8

Browse files
committed
fix test
1 parent 5b05378 commit 65b36a8

File tree

1 file changed

+2
-0
lines changed
  • dev-packages/browser-integration-tests/suites/public-api/instrumentation/setTimeoutFrozen

1 file changed

+2
-0
lines changed

dev-packages/browser-integration-tests/suites/public-api/instrumentation/setTimeoutFrozen/init.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ window.Sentry = Sentry;
44

55
Sentry.init({
66
dsn: 'https://[email protected]/1337',
7+
// We assert on the debug message, so we need to enable debug mode
8+
debug: true,
79
});

0 commit comments

Comments
 (0)