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 9c6ba2e commit 36107e8Copy full SHA for 36107e8
dev-packages/browser-integration-tests/suites/profiling/legacyMode/test.ts
@@ -16,11 +16,11 @@ sentryTest(
16
}
17
18
if (shouldSkipTracingTest()) {
19
- // Profiling only works when tracing is enabled
20
- sentryTest.skip();
21
- }
+ // Profiling only works when tracing is enabled
+ sentryTest.skip();
+ }
22
23
- const url = await getLocalTestUrl({ testDir: __dirname });
+ const url = await getLocalTestUrl({ testDir: __dirname });
24
25
const req = await waitForTransactionRequestOnUrl(page, url);
26
const transactionEvent = properEnvelopeRequestParser<Event>(req, 0);
0 commit comments