Skip to content

Commit 36107e8

Browse files
committed
add profiling integration in test
1 parent 9c6ba2e commit 36107e8

File tree

1 file changed

+4
-4
lines changed
  • dev-packages/browser-integration-tests/suites/profiling/legacyMode

1 file changed

+4
-4
lines changed

dev-packages/browser-integration-tests/suites/profiling/legacyMode/test.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ sentryTest(
1616
}
1717

1818
if (shouldSkipTracingTest()) {
19-
// Profiling only works when tracing is enabled
20-
sentryTest.skip();
21-
}
19+
// Profiling only works when tracing is enabled
20+
sentryTest.skip();
21+
}
2222

23-
const url = await getLocalTestUrl({ testDir: __dirname });
23+
const url = await getLocalTestUrl({ testDir: __dirname });
2424

2525
const req = await waitForTransactionRequestOnUrl(page, url);
2626
const transactionEvent = properEnvelopeRequestParser<Event>(req, 0);

0 commit comments

Comments
 (0)