Skip to content

Commit 8cb3053

Browse files
committed
WIP debug flaky test?
1 parent e9b0824 commit 8cb3053

File tree

2 files changed

+3
-0
lines changed
  • dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageloadWithChildSpanTimeout

2 files changed

+3
-0
lines changed

dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageloadWithChildSpanTimeout/init.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Sentry.init({
1212
],
1313
defaultIntegrations: false,
1414
tracesSampleRate: 1,
15+
debug: true
1516
});
1617

1718
const activeSpan = Sentry.getActiveSpan();

dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageloadWithChildSpanTimeout/test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ sentryTest('should send a pageload span terminated via child span timeout', asyn
1515
sentryTest.skip();
1616
}
1717

18+
page.on('console', msg => console.log(msg.text()));
19+
1820
const url = await getLocalTestUrl({ testDir: __dirname });
1921
const req = await waitForTransactionRequestOnUrl(page, url);
2022

0 commit comments

Comments
 (0)