You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/backgroundtab-pageload-streamed/test.ts
Copy file name to clipboardExpand all lines: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/http-timings-streamed/test.ts
Copy file name to clipboardExpand all lines: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions-streamed/test.ts
Copy file name to clipboardExpand all lines: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/default/test.ts
Copy file name to clipboardExpand all lines: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/meta-negative/test.ts
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ import {
7
7
envelopeRequestParser,
8
8
hidePage,
9
9
shouldSkipTracingTest,
10
+
testingCdnBundle,
10
11
waitForClientReportRequest,
11
12
waitForTracingHeadersOnUrl,
12
13
}from'../../../../../../utils/helpers';
@@ -20,7 +21,7 @@ sentryTest.describe('When `consistentTraceSampling` is `true` and page contains
20
21
sentryTest(
21
22
'Continues negative sampling decision from meta tag across all traces and downstream propagations',
Copy file name to clipboardExpand all lines: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/meta-precedence/test.ts
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ import {
6
6
envelopeRequestParser,
7
7
hidePage,
8
8
shouldSkipTracingTest,
9
+
testingCdnBundle,
9
10
waitForClientReportRequest,
10
11
waitForTracingHeadersOnUrl,
11
12
}from'../../../../../../utils/helpers';
@@ -20,7 +21,7 @@ sentryTest.describe('When `consistentTraceSampling` is `true` and page contains
20
21
sentryTest(
21
22
'meta tag decision has precedence over sampling decision from previous trace in session storage',
Copy file name to clipboardExpand all lines: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/meta/test.ts
Copy file name to clipboardExpand all lines: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts
Copy file name to clipboardExpand all lines: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/custom-trace/test.ts
0 commit comments