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 4583556 commit f54ac7aCopy full SHA for f54ac7a
dev-packages/browser-integration-tests/suites/tracing/trace-lifetime/pageload/test.ts
@@ -27,7 +27,7 @@ sentryTest(
27
},
28
);
29
30
-sentryTest('error after pageload should have pageload traceId', async ({ getLocalTestPath, page }) => {
+sentryTest('error after pageload has pageload traceId', async ({ getLocalTestPath, page }) => {
31
if (shouldSkipTracingTest()) {
32
sentryTest.skip();
33
}
0 commit comments