Skip to content

feat(browser)!: Exploring deprecating standalone spans (v11 web vitals integration) #46460

feat(browser)!: Exploring deprecating standalone spans (v11 web vitals integration)

feat(browser)!: Exploring deprecating standalone spans (v11 web vitals integration) #46460

Triggered via pull request April 27, 2026 22:38
Status Failure
Total duration 16m 48s
Artifacts 54

build.yml

on: pull_request
Get CI Metadata  /  Get Metadata
9s
Get CI Metadata / Get Metadata
Build Lambda layer
1m 15s
Build Lambda layer
Matrix: job_node_core_integration_tests
Matrix: job_node_integration_tests
Matrix: job_node_unit_tests
Matrix: job_remix_integration_tests
Lint
1m 1s
Lint
Circular Dependency Check
1m 44s
Circular Dependency Check
Browser Unit Tests
4m 20s
Browser Unit Tests
Bun Unit Tests
39s
Bun Unit Tests
Deno Unit Tests
1m 6s
Deno Unit Tests
Cloudflare Integration Tests
1m 47s
Cloudflare Integration Tests
Bun Integration Tests
38s
Bun Integration Tests
Check for faulty .d.ts files
34s
Check for faulty .d.ts files
Matrix: job_browser_loader_tests
Matrix: job_browser_playwright_tests
Matrix: job_optional_e2e_tests
Upload Artifacts
0s
Upload Artifacts
Matrix: job_e2e_tests
All required jobs passed or were skipped
3s
All required jobs passed or were skipped
Fit to window
Zoom out
Zoom in

Annotations

114 errors, 21 warnings, and 208 notices
E2E nextjs-16 (canary, turbopack) Test (optional)
Process completed with exit code 1.
E2E nextjs-16-tunnel (webpack) Test
Process completed with exit code 1.
E2E nextjs-16-tunnel (turbopack) Test
Process completed with exit code 1.
E2E nextjs-16-cacheComponents Test
Process completed with exit code 1.
E2E nextjs-16 (latest, webpack) Test
Process completed with exit code 1.
E2E nextjs-16-cf-workers Test
Process completed with exit code 1.
E2E nextjs-16-cf-workers (latest) Test
Process completed with exit code 1.
E2E nextjs-16 (latest, turbopack) Test
Process completed with exit code 1.
E2E nextjs-16 Test
Process completed with exit code 1.
E2E nextjs-16 (webpack) Test
Process completed with exit code 1.
E2E nextjs-16-tunnel Test
Process completed with exit code 1.
E2E nextjs-16-cf-workers (canary) Test
Process completed with exit code 1.
E2E nextjs-16 (canary, webpack) Test (optional)
Process completed with exit code 1.
E2E vue-tanstack-router Test
Process completed with exit code 1.
[chromium] › tests/routing-instrumentation.test.ts:4:1 › sends pageload transaction with web vitals measurements: ../../_temp/test-application/tests/routing-instrumentation.test.ts#L13
1) [chromium] › tests/routing-instrumentation.test.ts:4:1 › sends pageload transaction with web vitals measurements Error: expect(received).toMatchObject(expected) - Expected - 18 + Received + 0 @@ -3,28 +3,10 @@ "trace": Object { "op": "pageload", "origin": "auto.pageload.vue.tanstack_router", }, }, - "measurements": ObjectContaining { - "fcp": ObjectContaining { - "unit": "millisecond", - "value": Any<Number>, - }, - "fp": ObjectContaining { - "unit": "millisecond", - "value": Any<Number>, - }, - "lcp": ObjectContaining { - "unit": "millisecond", - "value": Any<Number>, - }, - "ttfb": ObjectContaining { - "unit": "millisecond", - "value": Any<Number>, - }, - }, "transaction": "/", "transaction_info": Object { "source": "route", }, } 11 | const transaction = await transactionPromise; 12 | > 13 | expect(transaction).toMatchObject({ | ^ 14 | contexts: { 15 | trace: { 16 | op: 'pageload', at /home/runner/work/_temp/test-application/tests/routing-instrumentation.test.ts:13:23
E2E solid-tanstack-router Test
Process completed with exit code 1.
[chromium] › tests/routing-instrumentation.test.ts:74:1 › sends pageload transaction with web vitals measurements: ../../_temp/test-application/tests/routing-instrumentation.test.ts#L83
1) [chromium] › tests/routing-instrumentation.test.ts:74:1 › sends pageload transaction with web vitals measurements Error: expect(received).toMatchObject(expected) - Expected - 18 + Received + 0 @@ -3,28 +3,10 @@ "trace": Object { "op": "pageload", "origin": "auto.pageload.solid.tanstack_router", }, }, - "measurements": ObjectContaining { - "fcp": ObjectContaining { - "unit": "millisecond", - "value": Any<Number>, - }, - "fp": ObjectContaining { - "unit": "millisecond", - "value": Any<Number>, - }, - "lcp": ObjectContaining { - "unit": "millisecond", - "value": Any<Number>, - }, - "ttfb": ObjectContaining { - "unit": "millisecond", - "value": Any<Number>, - }, - }, "transaction": "/", "transaction_info": Object { "source": "route", }, } 81 | const transaction = await transactionPromise; 82 | > 83 | expect(transaction).toMatchObject({ | ^ 84 | contexts: { 85 | trace: { 86 | op: 'pageload', at /home/runner/work/_temp/test-application/tests/routing-instrumentation.test.ts:83:23
E2E tanstack-router Test
Process completed with exit code 1.
[chromium] › tests/routing-instrumentation.test.ts:38:1 › sends pageload transaction with web vitals measurements: ../../_temp/test-application/tests/routing-instrumentation.test.ts#L47
1) [chromium] › tests/routing-instrumentation.test.ts:38:1 › sends pageload transaction with web vitals measurements Error: expect(received).toMatchObject(expected) - Expected - 18 + Received + 0 @@ -3,28 +3,10 @@ "trace": Object { "op": "pageload", "origin": "auto.pageload.react.tanstack_router", }, }, - "measurements": ObjectContaining { - "fcp": ObjectContaining { - "unit": "millisecond", - "value": Any<Number>, - }, - "fp": ObjectContaining { - "unit": "millisecond", - "value": Any<Number>, - }, - "lcp": ObjectContaining { - "unit": "millisecond", - "value": Any<Number>, - }, - "ttfb": ObjectContaining { - "unit": "millisecond", - "value": Any<Number>, - }, - }, "transaction": "/", "transaction_info": Object { "source": "route", }, } 45 | const transaction = await transactionPromise; 46 | > 47 | expect(transaction).toMatchObject({ | ^ 48 | contexts: { 49 | trace: { 50 | op: 'pageload', at /home/runner/work/_temp/test-application/tests/routing-instrumentation.test.ts:47:23
E2E react-create-hash-router Test
Process completed with exit code 1.
[chromium] › tests/transactions.test.ts:105:5 › Captures a navigation transaction: ../../_temp/test-application/tests/transactions.test.ts#L115
2) [chromium] › tests/transactions.test.ts:105:5 › Captures a navigation transaction ───────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 4 + Received + 6 @@ -1,13 +1,15 @@ Object { - "data": ObjectContaining { - "deviceMemory": Any<String>, - "effectiveConnectionType": Any<String>, - "hardwareConcurrency": Any<String>, + "data": Object { + "device.memory.estimated_capacity": 8, + "device.processor_count": 4, + "network.connection.effective_type": "4g", + "network.connection.rtt": 0, "sentry.idle_span_finish_reason": "idleTimeout", "sentry.op": "navigation", "sentry.origin": "auto.navigation.react.reactrouter_v6", + "sentry.previous_trace": "c7abe4c4d2b6455f830264ab59437683-bd035bf7340b10c0-1", "sentry.sample_rate": 1, "sentry.source": "route", }, "links": Array [ Object { 113 | 114 | const transactionEvent = await transactionEventPromise; > 115 | expect(transactionEvent.contexts?.trace).toEqual({ | ^ 116 | data: expect.objectContaining({ 117 | deviceMemory: expect.any(String), 118 | effectiveConnectionType: expect.any(String), at /home/runner/work/_temp/test-application/tests/transactions.test.ts:115:44
[chromium] › tests/transactions.test.ts:4:5 › Captures a pageload transaction: ../../_temp/test-application/tests/transactions.test.ts#L12
1) [chromium] › tests/transactions.test.ts:4:5 › Captures a pageload transaction ───────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 10 + Received + 10 @@ -1,17 +1,17 @@ Object { "data": Object { - "deviceMemory": Any<String>, - "effectiveConnectionType": Any<String>, - "hardwareConcurrency": Any<String>, - "lcp.element": Any<String>, - "lcp.id": Any<String>, - "lcp.loadTime": Any<Number>, - "lcp.renderTime": Any<Number>, - "lcp.size": Any<Number>, - "performance.activationStart": Any<Number>, - "performance.timeOrigin": Any<Number>, + "browser.performance.navigation.activation_start": 0, + "browser.performance.time_origin": 1777330207.6316001, + "browser.web_vital.fcp.value": 136, + "browser.web_vital.fp.value": 136, + "browser.web_vital.ttfb.request_time": 1.7000000000116415, + "browser.web_vital.ttfb.value": 3.2999999999883585, + "device.memory.estimated_capacity": 8, + "device.processor_count": 4, + "network.connection.effective_type": "4g", + "network.connection.rtt": 0, "sentry.idle_span_finish_reason": "idleTimeout", "sentry.op": "pageload", "sentry.origin": "auto.pageload.react.reactrouter_v6", "sentry.sample_rate": 1, "sentry.source": "route", 10 | 11 | const transactionEvent = await transactionEventPromise; > 12 | expect(transactionEvent.contexts?.trace).toEqual({ | ^ 13 | data: { 14 | deviceMemory: expect.any(String), 15 | effectiveConnectionType: expect.any(String), at /home/runner/work/_temp/test-application/tests/transactions.test.ts:12:44
E2E react-create-browser-router Test
Process completed with exit code 1.
[chromium] › tests/transactions.test.ts:4:5 › Captures a pageload transaction: ../../_temp/test-application/tests/transactions.test.ts#L23
1) [chromium] › tests/transactions.test.ts:4:5 › Captures a pageload transaction ───────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 7 + Received + 14 - ObjectContaining { - "data": ObjectContaining { - "deviceMemory": Any<String>, - "effectiveConnectionType": Any<String>, - "hardwareConcurrency": Any<String>, + Object { + "data": Object { + "browser.performance.navigation.activation_start": 0, + "browser.performance.time_origin": 1777330223.9455, + "browser.web_vital.fcp.value": 108, + "browser.web_vital.fp.value": 108, + "browser.web_vital.ttfb.request_time": 1.3999999999068677, + "browser.web_vital.ttfb.value": 2.199999999953434, + "device.memory.estimated_capacity": 8, + "device.processor_count": 4, + "network.connection.effective_type": "4g", + "network.connection.rtt": 0, "sentry.idle_span_finish_reason": "idleTimeout", "sentry.op": "pageload", "sentry.origin": "auto.pageload.react.reactrouter_v6", "sentry.sample_rate": 1, "sentry.source": "route", }, "op": "pageload", "origin": "auto.pageload.react.reactrouter_v6", - "span_id": StringMatching /[a-f0-9]{16}/, + "span_id": "a8670be4b8212702", "status": "ok", - "trace_id": StringMatching /[a-f0-9]{32}/, + "trace_id": "5ab21241c1af4677adbaa352270b12d1", } 21 | ); 22 | > 23 | expect(transactionEvent.contexts?.trace).toEqual( | ^ 24 | expect.objectContaining({ 25 | data: expect.objectContaining({ 26 | deviceMemory: expect.any(String), at /home/runner/work/_temp/test-application/tests/transactions.test.ts:23:44
[chromium] › tests/orpc-error.test.ts:4:1 › should capture server-side orpc error: ../../_temp/test-application/tests/orpc-error.test.ts#L13
1) [chromium] › tests/orpc-error.test.ts:4:1 › should capture server-side orpc error ───────────── Error: page.waitForTimeout: Test timeout of 30000ms exceeded. 11 | 12 | await page.goto('/'); > 13 | await page.waitForTimeout(500); | ^ 14 | await page.getByRole('link', { name: 'Error' }).click(); 15 | 16 | const orpcError = await orpcErrorPromise; at /home/runner/work/_temp/test-application/tests/orpc-error.test.ts:13:14
[chromium] › tests/orpc-error.test.ts:4:1 › should capture server-side orpc error: ../../_temp/test-application/tests/orpc-error.test.ts#L0
1) [chromium] › tests/orpc-error.test.ts:4:1 › should capture server-side orpc error ───────────── Test timeout of 30000ms exceeded.
[chromium] › tests/trpc-mutation.test.ts:4:1 › should create transaction with trpc input for mutation: ../../_temp/test-application/tests/trpc-mutation.test.ts#L0
2) [chromium] › tests/trpc-mutation.test.ts:4:1 › should create transaction with trpc input for mutation Test timeout of 30000ms exceeded.
[chromium] › tests/trpc-error.test.ts:4:1 › should capture error with trpc context: ../../_temp/test-application/tests/trpc-error.test.ts#L0
1) [chromium] › tests/trpc-error.test.ts:4:1 › should capture error with trpc context ──────────── Test timeout of 30000ms exceeded.
Playwright esm (2/4) Tests
Process completed with exit code 1.
[chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree: dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone-mixed-transaction/test.ts#L0
2) [chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree Test timeout of 30000ms exceeded.
[chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope: dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone/test.ts#L26
1) [chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 6 Object { + "event_id": "1edba82d85b0432ab6b30c7c4d520cdc", + "sdk": Object { + "name": "sentry.javascript.browser", + "version": "10.50.0", + }, "sent_at": Any<String>, "trace": Object { "environment": "production", "public_key": "public", "sample_rand": Any<String>, "sample_rate": "1", "sampled": "true", - "trace_id": undefined, + "trace_id": "7cd5ea352f2842cdb142e894733f1eee", "transaction": "standalone_segment_span", }, } 24 | const traceId = spanJson.trace_id; 25 | > 26 | expect(headers).toEqual({ | ^ 27 | sent_at: expect.any(String), 28 | trace: { 29 | environment: 'production', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone/test.ts:26:19
Playwright esm (4/4) Tests
Process completed with exit code 1.
[chromium] › suites/tracing/metrics/connection-rtt/test.ts:63:11 › should capture a `connection.rtt` metric with emulated value 50ms on Chromium.: dev-packages/browser-integration-tests/suites/tracing/metrics/connection-rtt/test.ts#L73
4) [chromium] › suites/tracing/metrics/connection-rtt/test.ts:63:11 › should capture a `connection.rtt` metric with emulated value 50ms on Chromium. Error: expect(received).toBeDefined() Received: undefined 71 | await session.detach(); 72 | > 73 | expect(eventData.measurements).toBeDefined(); | ^ 74 | expect(eventData.measurements?.['connection.rtt']?.value).toBe(50); 75 | }, 76 | ); at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/metrics/connection-rtt/test.ts:73:36
[chromium] › suites/tracing/metrics/connection-rtt/test.ts:48:11 › should capture a `connection.rtt` metric with emulated value 100ms on Chromium.: dev-packages/browser-integration-tests/suites/tracing/metrics/connection-rtt/test.ts#L58
3) [chromium] › suites/tracing/metrics/connection-rtt/test.ts:48:11 › should capture a `connection.rtt` metric with emulated value 100ms on Chromium. Error: expect(received).toBeDefined() Received: undefined 56 | await session.detach(); 57 | > 58 | expect(eventData.measurements).toBeDefined(); | ^ 59 | expect(eventData.measurements?.['connection.rtt']?.value).toBe(100); 60 | }, 61 | ); at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/metrics/connection-rtt/test.ts:58:36
[chromium] › suites/tracing/metrics/connection-rtt/test.ts:33:11 › should capture a `connection.rtt` metric with emulated value 200ms on Chromium.: dev-packages/browser-integration-tests/suites/tracing/metrics/connection-rtt/test.ts#L43
2) [chromium] › suites/tracing/metrics/connection-rtt/test.ts:33:11 › should capture a `connection.rtt` metric with emulated value 200ms on Chromium. Error: expect(received).toBeDefined() Received: undefined 41 | await session.detach(); 42 | > 43 | expect(eventData.measurements).toBeDefined(); | ^ 44 | expect(eventData.measurements?.['connection.rtt']?.value).toBe(200); 45 | }, 46 | ); at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/metrics/connection-rtt/test.ts:43:36
[chromium] › suites/tracing/metrics/connection-rtt/test.ts:25:11 › should capture a `connection.rtt` metric. xxx: dev-packages/browser-integration-tests/suites/tracing/metrics/connection-rtt/test.ts#L29
1) [chromium] › suites/tracing/metrics/connection-rtt/test.ts:25:11 › should capture a `connection.rtt` metric. xxx Error: expect(received).toBeDefined() Received: undefined 27 | const eventData = await getFirstSentryEnvelopeRequest<Event>(page, url); 28 | > 29 | expect(eventData.measurements).toBeDefined(); | ^ 30 | expect(eventData.measurements?.['connection.rtt']?.value).toBe(0); 31 | }); 32 | at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/metrics/connection-rtt/test.ts:29:34
Playwright bundle_tracing_replay_feedback_logs_metrics_min webkit Tests
Process completed with exit code 1.
[webkit] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/utils/spanUtils.ts#L13
4) [webkit] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/spanUtils.ts:13 11 | callback?: (spanEnvelope: StreamedSpanEnvelope) => boolean, 12 | ): Promise<StreamedSpanEnvelope> { > 13 | const req = await page.waitForRequest(req => { | ^ 14 | const postData = req.postData(); 15 | if (!postData) { 16 | return false; at waitForStreamedSpanEnvelope (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:13:26) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:26:66 at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:25:47
[webkit] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts#L0
4) [webkit] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence Test timeout of 30000ms exceeded.
[webkit] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/utils/helpers.ts#L239
3) [webkit] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/helpers.ts:239 237 | callback?: (event: TransactionEvent) => boolean, 238 | ): Promise<Request> { > 239 | return page.waitForRequest(req => { | ^ 240 | const postData = req.postData(); 241 | if (!postData) { 242 | return false; at waitForTransactionRequest (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/helpers.ts:239:15) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:28:63 at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:27:55
[webkit] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts#L0
3) [webkit] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Test timeout of 30000ms exceeded.
[webkit] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree: dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone-mixed-transaction/test.ts#L0
2) [webkit] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree Test timeout of 30000ms exceeded.
[webkit] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope: dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone/test.ts#L26
1) [webkit] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 6 Object { + "event_id": "ea4bb716f2bf422aa275ff9992ae5ad3", + "sdk": Object { + "name": "sentry.javascript.browser", + "version": "10.50.0", + }, "sent_at": Any<String>, "trace": Object { "environment": "production", "public_key": "public", "sample_rand": Any<String>, "sample_rate": "1", "sampled": "true", - "trace_id": undefined, + "trace_id": "e0beb8fba480421581103f8548a7ee57", "transaction": "standalone_segment_span", }, } 24 | const traceId = spanJson.trace_id; 25 | > 26 | expect(headers).toEqual({ | ^ 27 | sent_at: expect.any(String), 28 | trace: { 29 | environment: 'production', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone/test.ts:26:19
[chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts#L0
7) [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/utils/spanUtils.ts#L13
6) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/spanUtils.ts:13 11 | callback?: (spanEnvelope: StreamedSpanEnvelope) => boolean, 12 | ): Promise<StreamedSpanEnvelope> { > 13 | const req = await page.waitForRequest(req => { | ^ 14 | const postData = req.postData(); 15 | if (!postData) { 16 | return false; at waitForStreamedSpanEnvelope (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:13:26) at waitForStreamedSpans (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:54:30) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:14:56
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts#L0
6) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts#L0
5) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/utils/spanUtils.ts#L13
4) [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/spanUtils.ts:13 11 | callback?: (spanEnvelope: StreamedSpanEnvelope) => boolean, 12 | ): Promise<StreamedSpanEnvelope> { > 13 | const req = await page.waitForRequest(req => { | ^ 14 | const postData = req.postData(); 15 | if (!postData) { 16 | return false; at waitForStreamedSpanEnvelope (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:13:26) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:26:66 at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:25:47
[chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts#L0
4) [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/utils/helpers.ts#L239
3) [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/helpers.ts:239 237 | callback?: (event: TransactionEvent) => boolean, 238 | ): Promise<Request> { > 239 | return page.waitForRequest(req => { | ^ 240 | const postData = req.postData(); 241 | if (!postData) { 242 | return false; at waitForTransactionRequest (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/helpers.ts:239:15) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:28:63 at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:27:55
[chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts#L0
3) [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Test timeout of 30000ms exceeded.
[chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree: dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone-mixed-transaction/test.ts#L0
2) [chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree Test timeout of 30000ms exceeded.
[chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope: dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone/test.ts#L26
1) [chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 6 Object { + "event_id": "1b15a28f547d47ebbfcf52227110394c", + "sdk": Object { + "name": "sentry.javascript.browser", + "version": "10.50.0", + }, "sent_at": Any<String>, "trace": Object { "environment": "production", "public_key": "public", "sample_rand": Any<String>, "sample_rate": "1", "sampled": "true", - "trace_id": undefined, + "trace_id": "b429646066b9479db8b0a4e9340913af", "transaction": "standalone_segment_span", }, } 24 | const traceId = spanJson.trace_id; 25 | > 26 | expect(headers).toEqual({ | ^ 27 | sent_at: expect.any(String), 28 | trace: { 29 | environment: 'production', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone/test.ts:26:19
[chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts#L0
7) [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/utils/spanUtils.ts#L13
6) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/spanUtils.ts:13 11 | callback?: (spanEnvelope: StreamedSpanEnvelope) => boolean, 12 | ): Promise<StreamedSpanEnvelope> { > 13 | const req = await page.waitForRequest(req => { | ^ 14 | const postData = req.postData(); 15 | if (!postData) { 16 | return false; at waitForStreamedSpanEnvelope (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:13:26) at waitForStreamedSpans (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:54:30) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:14:56
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts#L0
6) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts#L0
5) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/utils/spanUtils.ts#L13
4) [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/spanUtils.ts:13 11 | callback?: (spanEnvelope: StreamedSpanEnvelope) => boolean, 12 | ): Promise<StreamedSpanEnvelope> { > 13 | const req = await page.waitForRequest(req => { | ^ 14 | const postData = req.postData(); 15 | if (!postData) { 16 | return false; at waitForStreamedSpanEnvelope (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:13:26) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:26:66 at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:25:47
[chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts#L0
4) [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/utils/helpers.ts#L239
3) [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/helpers.ts:239 237 | callback?: (event: TransactionEvent) => boolean, 238 | ): Promise<Request> { > 239 | return page.waitForRequest(req => { | ^ 240 | const postData = req.postData(); 241 | if (!postData) { 242 | return false; at waitForTransactionRequest (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/helpers.ts:239:15) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:28:63 at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:27:55
[chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts#L0
3) [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Test timeout of 30000ms exceeded.
[chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree: dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone-mixed-transaction/test.ts#L0
2) [chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree Test timeout of 30000ms exceeded.
[chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope: dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone/test.ts#L26
1) [chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 6 Object { + "event_id": "adbc9a41c17a427183b79cf88b6d4e90", + "sdk": Object { + "name": "sentry.javascript.browser", + "version": "10.50.0", + }, "sent_at": Any<String>, "trace": Object { "environment": "production", "public_key": "public", "sample_rand": Any<String>, "sample_rate": "1", "sampled": "true", - "trace_id": undefined, + "trace_id": "e86201f8be5f47c1895dc04ba467b907", "transaction": "standalone_segment_span", }, } 24 | const traceId = spanJson.trace_id; 25 | > 26 | expect(headers).toEqual({ | ^ 27 | sent_at: expect.any(String), 28 | trace: { 29 | environment: 'production', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone/test.ts:26:19
[chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts#L0
7) [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/utils/spanUtils.ts#L13
6) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/spanUtils.ts:13 11 | callback?: (spanEnvelope: StreamedSpanEnvelope) => boolean, 12 | ): Promise<StreamedSpanEnvelope> { > 13 | const req = await page.waitForRequest(req => { | ^ 14 | const postData = req.postData(); 15 | if (!postData) { 16 | return false; at waitForStreamedSpanEnvelope (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:13:26) at waitForStreamedSpans (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:54:30) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:14:56
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts#L0
6) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts#L0
5) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/utils/spanUtils.ts#L13
4) [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/spanUtils.ts:13 11 | callback?: (spanEnvelope: StreamedSpanEnvelope) => boolean, 12 | ): Promise<StreamedSpanEnvelope> { > 13 | const req = await page.waitForRequest(req => { | ^ 14 | const postData = req.postData(); 15 | if (!postData) { 16 | return false; at waitForStreamedSpanEnvelope (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:13:26) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:26:66 at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:25:47
[chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts#L0
4) [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/utils/helpers.ts#L239
3) [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/helpers.ts:239 237 | callback?: (event: TransactionEvent) => boolean, 238 | ): Promise<Request> { > 239 | return page.waitForRequest(req => { | ^ 240 | const postData = req.postData(); 241 | if (!postData) { 242 | return false; at waitForTransactionRequest (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/helpers.ts:239:15) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:28:63 at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:27:55
[chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts#L0
3) [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence Test timeout of 30000ms exceeded.
[chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree: dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone-mixed-transaction/test.ts#L0
2) [chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree Test timeout of 30000ms exceeded.
[chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope: dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone/test.ts#L26
1) [chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 6 Object { + "event_id": "1f85933530b74b2bab1527fd1cd10397", + "sdk": Object { + "name": "sentry.javascript.browser", + "version": "10.50.0", + }, "sent_at": Any<String>, "trace": Object { "environment": "production", "public_key": "public", "sample_rand": Any<String>, "sample_rate": "1", "sampled": "true", - "trace_id": undefined, + "trace_id": "38b1e3976fde4a4687393edbfb0ed150", "transaction": "standalone_segment_span", }, } 24 | const traceId = spanJson.trace_id; 25 | > 26 | expect(headers).toEqual({ | ^ 27 | sent_at: expect.any(String), 28 | trace: { 29 | environment: 'production', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone/test.ts:26:19
[chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts#L0
7) [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/utils/spanUtils.ts#L13
6) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/spanUtils.ts:13 11 | callback?: (spanEnvelope: StreamedSpanEnvelope) => boolean, 12 | ): Promise<StreamedSpanEnvelope> { > 13 | const req = await page.waitForRequest(req => { | ^ 14 | const postData = req.postData(); 15 | if (!postData) { 16 | return false; at waitForStreamedSpanEnvelope (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:13:26) at waitForStreamedSpans (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:54:30) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:14:56
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts#L0
6) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts#L0
5) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/utils/spanUtils.ts#L13
4) [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/spanUtils.ts:13 11 | callback?: (spanEnvelope: StreamedSpanEnvelope) => boolean, 12 | ): Promise<StreamedSpanEnvelope> { > 13 | const req = await page.waitForRequest(req => { | ^ 14 | const postData = req.postData(); 15 | if (!postData) { 16 | return false; at waitForStreamedSpanEnvelope (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:13:26) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:26:66 at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:25:47
[chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts#L0
4) [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/utils/helpers.ts#L239
3) [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/helpers.ts:239 237 | callback?: (event: TransactionEvent) => boolean, 238 | ): Promise<Request> { > 239 | return page.waitForRequest(req => { | ^ 240 | const postData = req.postData(); 241 | if (!postData) { 242 | return false; at waitForTransactionRequest (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/helpers.ts:239:15) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:28:63 at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:27:55
[chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts#L0
3) [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Test timeout of 30000ms exceeded.
[chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree: dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone-mixed-transaction/test.ts#L0
2) [chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree Test timeout of 30000ms exceeded.
[chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope: dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone/test.ts#L26
1) [chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 6 Object { + "event_id": "08fabd9e65c84b4683accbdc37c49a68", + "sdk": Object { + "name": "sentry.javascript.browser", + "version": "10.50.0", + }, "sent_at": Any<String>, "trace": Object { "environment": "production", "public_key": "public", "sample_rand": Any<String>, "sample_rate": "1", "sampled": "true", - "trace_id": undefined, + "trace_id": "8e005cb647a34997bbe2dda256b07ebd", "transaction": "standalone_segment_span", }, } 24 | const traceId = spanJson.trace_id; 25 | > 26 | expect(headers).toEqual({ | ^ 27 | sent_at: expect.any(String), 28 | trace: { 29 | environment: 'production', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone/test.ts:26:19
[chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts#L0
7) [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/utils/spanUtils.ts#L13
6) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/spanUtils.ts:13 11 | callback?: (spanEnvelope: StreamedSpanEnvelope) => boolean, 12 | ): Promise<StreamedSpanEnvelope> { > 13 | const req = await page.waitForRequest(req => { | ^ 14 | const postData = req.postData(); 15 | if (!postData) { 16 | return false; at waitForStreamedSpanEnvelope (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:13:26) at waitForStreamedSpans (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:54:30) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:14:56
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts#L0
6) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts#L0
5) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/utils/spanUtils.ts#L13
4) [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/spanUtils.ts:13 11 | callback?: (spanEnvelope: StreamedSpanEnvelope) => boolean, 12 | ): Promise<StreamedSpanEnvelope> { > 13 | const req = await page.waitForRequest(req => { | ^ 14 | const postData = req.postData(); 15 | if (!postData) { 16 | return false; at waitForStreamedSpanEnvelope (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:13:26) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:26:66 at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:25:47
[chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts#L0
4) [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/utils/helpers.ts#L239
3) [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/helpers.ts:239 237 | callback?: (event: TransactionEvent) => boolean, 238 | ): Promise<Request> { > 239 | return page.waitForRequest(req => { | ^ 240 | const postData = req.postData(); 241 | if (!postData) { 242 | return false; at waitForTransactionRequest (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/helpers.ts:239:15) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:28:63 at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:27:55
[chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts#L0
3) [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence Test timeout of 30000ms exceeded.
[chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree: dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone-mixed-transaction/test.ts#L0
2) [chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree Test timeout of 30000ms exceeded.
[chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope: dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone/test.ts#L26
1) [chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 6 Object { + "event_id": "414dd5bb601047fb95e723d1978f2680", + "sdk": Object { + "name": "sentry.javascript.browser", + "version": "10.50.0", + }, "sent_at": Any<String>, "trace": Object { "environment": "production", "public_key": "public", "sample_rand": Any<String>, "sample_rate": "1", "sampled": "true", - "trace_id": undefined, + "trace_id": "cab28cf9b5834518906e31d5babdb9f5", "transaction": "standalone_segment_span", }, } 24 | const traceId = spanJson.trace_id; 25 | > 26 | expect(headers).toEqual({ | ^ 27 | sent_at: expect.any(String), 28 | trace: { 29 | environment: 'production', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone/test.ts:26:19
[chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts#L0
7) [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/utils/spanUtils.ts#L13
6) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/spanUtils.ts:13 11 | callback?: (spanEnvelope: StreamedSpanEnvelope) => boolean, 12 | ): Promise<StreamedSpanEnvelope> { > 13 | const req = await page.waitForRequest(req => { | ^ 14 | const postData = req.postData(); 15 | if (!postData) { 16 | return false; at waitForStreamedSpanEnvelope (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:13:26) at waitForStreamedSpans (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:54:30) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:14:56
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts#L0
6) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts#L0
5) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/utils/spanUtils.ts#L13
4) [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/spanUtils.ts:13 11 | callback?: (spanEnvelope: StreamedSpanEnvelope) => boolean, 12 | ): Promise<StreamedSpanEnvelope> { > 13 | const req = await page.waitForRequest(req => { | ^ 14 | const postData = req.postData(); 15 | if (!postData) { 16 | return false; at waitForStreamedSpanEnvelope (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:13:26) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:26:66 at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:25:47
[chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts#L0
4) [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/utils/helpers.ts#L239
3) [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/helpers.ts:239 237 | callback?: (event: TransactionEvent) => boolean, 238 | ): Promise<Request> { > 239 | return page.waitForRequest(req => { | ^ 240 | const postData = req.postData(); 241 | if (!postData) { 242 | return false; at waitForTransactionRequest (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/helpers.ts:239:15) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:28:63 at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:27:55
[chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts#L0
3) [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Test timeout of 30000ms exceeded.
[chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree: dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone-mixed-transaction/test.ts#L0
2) [chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree Test timeout of 30000ms exceeded.
[chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope: dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone/test.ts#L26
1) [chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 6 Object { + "event_id": "daedb9cb7524494fa9851b3efdd1a800", + "sdk": Object { + "name": "sentry.javascript.browser", + "version": "10.50.0", + }, "sent_at": Any<String>, "trace": Object { "environment": "production", "public_key": "public", "sample_rand": Any<String>, "sample_rate": "1", "sampled": "true", - "trace_id": undefined, + "trace_id": "4d428ac64bec43ba81c9b528a3249b25", "transaction": "standalone_segment_span", }, } 24 | const traceId = spanJson.trace_id; 25 | > 26 | expect(headers).toEqual({ | ^ 27 | sent_at: expect.any(String), 28 | trace: { 29 | environment: 'production', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone/test.ts:26:19
[chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts#L0
7) [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/utils/spanUtils.ts#L13
6) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/spanUtils.ts:13 11 | callback?: (spanEnvelope: StreamedSpanEnvelope) => boolean, 12 | ): Promise<StreamedSpanEnvelope> { > 13 | const req = await page.waitForRequest(req => { | ^ 14 | const postData = req.postData(); 15 | if (!postData) { 16 | return false; at waitForStreamedSpanEnvelope (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:13:26) at waitForStreamedSpans (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:54:30) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:14:56
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts#L0
6) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts#L0
5) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/utils/spanUtils.ts#L13
4) [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/spanUtils.ts:13 11 | callback?: (spanEnvelope: StreamedSpanEnvelope) => boolean, 12 | ): Promise<StreamedSpanEnvelope> { > 13 | const req = await page.waitForRequest(req => { | ^ 14 | const postData = req.postData(); 15 | if (!postData) { 16 | return false; at waitForStreamedSpanEnvelope (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:13:26) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:26:66 at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:25:47
[chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts#L0
4) [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/utils/helpers.ts#L239
3) [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/helpers.ts:239 237 | callback?: (event: TransactionEvent) => boolean, 238 | ): Promise<Request> { > 239 | return page.waitForRequest(req => { | ^ 240 | const postData = req.postData(); 241 | if (!postData) { 242 | return false; at waitForTransactionRequest (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/helpers.ts:239:15) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:28:63 at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:27:55
[chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts#L0
3) [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Test timeout of 30000ms exceeded.
[chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree: dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone-mixed-transaction/test.ts#L0
2) [chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree Test timeout of 30000ms exceeded.
[chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope: dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone/test.ts#L26
1) [chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 6 Object { + "event_id": "cf8bc9c8e7d2406186c748b2967e02f0", + "sdk": Object { + "name": "sentry.javascript.browser", + "version": "10.50.0", + }, "sent_at": Any<String>, "trace": Object { "environment": "production", "public_key": "public", "sample_rand": Any<String>, "sample_rate": "1", "sampled": "true", - "trace_id": undefined, + "trace_id": "565437ae08774eeca6fe257624fdd4a5", "transaction": "standalone_segment_span", }, } 24 | const traceId = spanJson.trace_id; 25 | > 26 | expect(headers).toEqual({ | ^ 27 | sent_at: expect.any(String), 28 | trace: { 29 | environment: 'production', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone/test.ts:26:19
All required jobs passed or were skipped
Process completed with exit code 1.
Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dkhunt27/action-nx-affected-list@v6.1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Deno Unit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: denoland/setup-deno@v2.0.3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Browser Unit Tests
❌ Patch coverage check failed: 63.79% < target 80%
E2E nextjs-16-tunnel (webpack) Test
No files were found with the provided path: /home/runner/work/_temp/test-application/test-results. No artifacts will be uploaded.
E2E nextjs-16-tunnel (turbopack) Test
No files were found with the provided path: /home/runner/work/_temp/test-application/test-results. No artifacts will be uploaded.
E2E nextjs-16-cacheComponents Test
No files were found with the provided path: /home/runner/work/_temp/test-application/test-results. No artifacts will be uploaded.
E2E nextjs-16 (latest, webpack) Test
No files were found with the provided path: /home/runner/work/_temp/test-application/test-results. No artifacts will be uploaded.
E2E nextjs-16-cf-workers Test
No files were found with the provided path: /home/runner/work/_temp/test-application/test-results. No artifacts will be uploaded.
E2E nextjs-16-cf-workers (latest) Test
No files were found with the provided path: /home/runner/work/_temp/test-application/test-results. No artifacts will be uploaded.
E2E nextjs-16 (latest, turbopack) Test
No files were found with the provided path: /home/runner/work/_temp/test-application/test-results. No artifacts will be uploaded.
Size Check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: ./dev-packages/size-limit-gh-action. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-16 Test
No files were found with the provided path: /home/runner/work/_temp/test-application/test-results. No artifacts will be uploaded.
E2E nextjs-16 (webpack) Test
No files were found with the provided path: /home/runner/work/_temp/test-application/test-results. No artifacts will be uploaded.
E2E nextjs-16-tunnel Test
No files were found with the provided path: /home/runner/work/_temp/test-application/test-results. No artifacts will be uploaded.
E2E nextjs-16-cf-workers (canary) Test
No files were found with the provided path: /home/runner/work/_temp/test-application/test-results. No artifacts will be uploaded.
E2E deno-streamed Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: denoland/setup-deno@v2.0.3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E deno Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: denoland/setup-deno@v2.0.3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E aws-serverless-layer (Node 18) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: aws-actions/setup-sam@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E aws-serverless Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: aws-actions/setup-sam@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E aws-serverless-layer Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: aws-actions/setup-sam@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E aws-serverless-layer (Node 22) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: aws-actions/setup-sam@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
🎭 Playwright Run Summary
7 skipped 23 passed (9.9s)
🎭 Playwright Run Summary
5 skipped 25 passed (10.5s)
🎭 Playwright Run Summary
7 skipped 23 passed (9.6s)
🎭 Playwright Run Summary
1 skipped 29 passed (18.4s)
🎭 Playwright Run Summary
5 skipped 25 passed (16.0s)
🎭 Playwright Run Summary
8 skipped 22 passed (10.8s)
🎭 Playwright Run Summary
4 skipped 26 passed (20.1s)
🎭 Playwright Run Summary
2 passed (4.1s)
🎭 Playwright Run Summary
20 passed (3.8s)
🎭 Playwright Run Summary
2 passed (2.2s)
🎭 Playwright Run Summary
1 passed (2.1s)
🎭 Playwright Run Summary
3 passed (3.4s)
🎭 Playwright Run Summary
4 passed (2.3s)
🎭 Playwright Run Summary
3 passed (3.4s)
🎭 Playwright Run Summary
12 passed (5.5s)
🎭 Playwright Run Summary
3 passed (2.5s)
🎭 Playwright Run Summary
7 passed (5.1s)
🎭 Playwright Run Summary
4 passed (7.2s)
🎭 Playwright Run Summary
14 passed (4.9s)
🎭 Playwright Run Summary
1 passed (6.7s)
🎭 Playwright Run Summary
9 passed (9.6s)
🎭 Playwright Run Summary
3 passed (2.5s)
🎭 Playwright Run Summary
4 passed (2.8s)
🎭 Playwright Run Summary
5 passed (6.9s)
🎭 Playwright Run Summary
1 skipped 4 passed (8.3s)
🎭 Playwright Run Summary
1 passed (6.1s)
🎭 Playwright Run Summary
10 passed (5.1s)
🎭 Playwright Run Summary
10 passed (5.4s)
🎭 Playwright Run Summary
22 passed (7.9s)
🎭 Playwright Run Summary
13 passed (12.7s)
🎭 Playwright Run Summary
1 passed (5.1s)
🎭 Playwright Run Summary
3 passed (4.2s)
🎭 Playwright Run Summary
4 passed (4.4s)
🎭 Playwright Run Summary
4 passed (7.2s)
🎭 Playwright Run Summary
3 passed (3.6s)
🎭 Playwright Run Summary
1 passed (3.3s)
🎭 Playwright Run Summary
1 passed (3.3s)
🎭 Playwright Run Summary
8 passed (3.2s)
🎭 Playwright Run Summary
8 passed (3.2s)
🎭 Playwright Run Summary
1 skipped 4 passed (7.2s)
🎭 Playwright Run Summary
2 passed (3.3s)
🎭 Playwright Run Summary
3 passed (8.2s)
🎭 Playwright Run Summary
1 passed (5.5s)
🎭 Playwright Run Summary
3 skipped 17 passed (2.2s)
🎭 Playwright Run Summary
3 skipped 17 passed (2.7s)
🎭 Playwright Run Summary
11 passed (2.5s)
🎭 Playwright Run Summary
12 passed (7.3s)
🎭 Playwright Run Summary
10 passed (10.2s)
🎭 Playwright Run Summary
10 passed (5.9s)
🎭 Playwright Run Summary
10 passed (6.3s)
🎭 Playwright Run Summary
1 failed [chromium] › tests/routing-instrumentation.test.ts:4:1 › sends pageload transaction with web vitals measurements 2 passed (19.4s)
🎭 Playwright Run Summary
3 passed (2.3s)
🎭 Playwright Run Summary
1 passed (3.4s)
🎭 Playwright Run Summary
7 passed (8.9s)
🎭 Playwright Run Summary
4 passed (2.2s)
🎭 Playwright Run Summary
8 passed (2.4s)
🎭 Playwright Run Summary
11 passed (6.2s)
🎭 Playwright Run Summary
11 passed (6.5s)
🎭 Playwright Run Summary
8 passed (6.7s)
🎭 Playwright Run Summary
20 passed (4.0s)
🎭 Playwright Run Summary
1 passed (5.3s)
🎭 Playwright Run Summary
3 skipped 21 passed (19.0s)
🎭 Playwright Run Summary
3 passed (4.4s)
🎭 Playwright Run Summary
24 passed (17.8s)
🎭 Playwright Run Summary
4 passed (5.1s)
🎭 Playwright Run Summary
3 passed (5.2s)
🎭 Playwright Run Summary
9 passed (12.7s)
🎭 Playwright Run Summary
3 passed (3.6s)
🎭 Playwright Run Summary
1 failed [chromium] › tests/routing-instrumentation.test.ts:74:1 › sends pageload transaction with web vitals measurements 2 passed (13.5s)
🎭 Playwright Run Summary
18 passed (18.1s)
🎭 Playwright Run Summary
5 passed (8.7s)
🎭 Playwright Run Summary
3 passed (6.2s)
🎭 Playwright Run Summary
20 passed (2.9s)
🎭 Playwright Run Summary
9 passed (9.7s)
🎭 Playwright Run Summary
1 failed [chromium] › tests/routing-instrumentation.test.ts:38:1 › sends pageload transaction with web vitals measurements 2 passed (14.4s)
🎭 Playwright Run Summary
5 passed (21.2s)
🎭 Playwright Run Summary
7 passed (5.8s)
🎭 Playwright Run Summary
5 passed (7.9s)
🎭 Playwright Run Summary
13 passed (28.4s)
🎭 Playwright Run Summary
4 passed (7.4s)
🎭 Playwright Run Summary
11 passed (5.2s)
🎭 Playwright Run Summary
11 passed (5.5s)
🎭 Playwright Run Summary
10 passed (28.4s)
🎭 Playwright Run Summary
13 passed (28.6s)
🎭 Playwright Run Summary
12 passed (8.8s)
🎭 Playwright Run Summary
3 passed (5.9s)
🎭 Playwright Run Summary
7 passed (9.4s)
🎭 Playwright Run Summary
5 passed (8.7s)
🎭 Playwright Run Summary
2 passed (5.9s)
🎭 Playwright Run Summary
5 passed (17.4s)
🎭 Playwright Run Summary
8 passed (5.8s)
🎭 Playwright Run Summary
2 skipped 19 passed (22.6s)
🎭 Playwright Run Summary
15 passed (25.0s)
🎭 Playwright Run Summary
16 passed (28.6s)
🎭 Playwright Run Summary
10 passed (25.3s)
🎭 Playwright Run Summary
9 passed (10.7s)
🎭 Playwright Run Summary
18 passed (19.3s)
🎭 Playwright Run Summary
13 passed (24.9s)
🎭 Playwright Run Summary
7 passed (15.3s)
🎭 Playwright Run Summary
1 skipped 4 passed (7.2s)
🎭 Playwright Run Summary
10 passed (26.3s)
🎭 Playwright Run Summary
16 passed (24.8s)
🎭 Playwright Run Summary
11 passed (14.8s)
🎭 Playwright Run Summary
4 passed (9.6s)
🎭 Playwright Run Summary
9 passed (12.2s)
🎭 Playwright Run Summary
12 skipped 1 passed (3.3s)
🎭 Playwright Run Summary
1 skipped 14 passed (13.4s)
🎭 Playwright Run Summary
2 skipped 19 passed (25.3s)
🎭 Playwright Run Summary
12 passed (27.4s)
🎭 Playwright Run Summary
12 passed (28.9s)
🎭 Playwright Run Summary
12 passed (27.4s)
🎭 Playwright Run Summary
4 passed (6.6s)
🎭 Playwright Run Summary
40 passed (19.4s)
🎭 Playwright Run Summary
456 skipped 191 passed (37.8s)
🎭 Playwright Run Summary
29 passed (28.7s)
🎭 Playwright Run Summary
12 passed (19.4s)
🎭 Playwright Run Summary
14 passed (24.5s)
🎭 Playwright Run Summary
10 passed (37.5s)
🎭 Playwright Run Summary
12 skipped 1 passed (3.6s)
🎭 Playwright Run Summary
9 passed (12.1s)
🎭 Playwright Run Summary
12 skipped 1 passed (3.4s)
🎭 Playwright Run Summary
9 passed (12.4s)
🎭 Playwright Run Summary
12 passed (29.2s)
🎭 Playwright Run Summary
12 passed (5.2s)
🎭 Playwright Run Summary
4 passed (9.3s)
🎭 Playwright Run Summary
457 skipped 190 passed (35.0s)
🎭 Playwright Run Summary
2 passed (23.0s)
🎭 Playwright Run Summary
11 passed (20.1s)
🎭 Playwright Run Summary
5 passed (22.3s)
🎭 Playwright Run Summary
5 passed (19.9s)
🎭 Playwright Run Summary
23 passed (13.0s)
🎭 Playwright Run Summary
40 passed (19.7s)
🎭 Playwright Run Summary
9 passed (8.8s)
🎭 Playwright Run Summary
4 passed (10.3s)
🎭 Playwright Run Summary
15 passed (8.8s)
🎭 Playwright Run Summary
12 passed (28.7s)
🎭 Playwright Run Summary
1 skipped 7 passed (28.0s)
🎭 Playwright Run Summary
8 passed (11.2s)
🎭 Playwright Run Summary
11 passed (13.9s)
🎭 Playwright Run Summary
10 passed (37.8s)
🎭 Playwright Run Summary
12 passed (28.8s)
🎭 Playwright Run Summary
1 skipped 12 passed (5.7s)
🎭 Playwright Run Summary
9 passed (10.2s)
🎭 Playwright Run Summary
2 failed [chromium] › tests/transactions.test.ts:4:5 › Captures a pageload transaction ────────────────── [chromium] › tests/transactions.test.ts:105:5 › Captures a navigation transaction ────────────── 13 passed (22.9s)
🎭 Playwright Run Summary
452 skipped 195 passed (38.8s)
🎭 Playwright Run Summary
1 failed [chromium] › tests/transactions.test.ts:4:5 › Captures a pageload transaction ────────────────── 4 passed (7.7s)
🎭 Playwright Run Summary
1 skipped 7 passed (28.0s)
🎭 Playwright Run Summary
4 passed (9.9s)
🎭 Playwright Run Summary
12 skipped 1 passed (4.7s)
🎭 Playwright Run Summary
17 passed (58.2s)
🎭 Playwright Run Summary
4 passed (35.4s)
🎭 Playwright Run Summary
4 passed (8.1s)
🎭 Playwright Run Summary
4 skipped 10 passed (25.9s)
🎭 Playwright Run Summary
4 skipped 10 passed (6.4s)
🎭 Playwright Run Summary
13 passed (49.8s)
🎭 Playwright Run Summary
13 passed (8.6s)
🎭 Playwright Run Summary
13 passed (47.9s)
🎭 Playwright Run Summary
13 passed (9.8s)
🎭 Playwright Run Summary
1 flaky [chromium] › tests/orpc-error.test.ts:4:1 › should capture server-side orpc error ────────────── 2 passed (45.1s)
🎭 Playwright Run Summary
3 passed (7.3s)
🎭 Playwright Run Summary
4 skipped 10 passed (30.9s)
🎭 Playwright Run Summary
2 skipped 12 passed (8.0s)
🎭 Playwright Run Summary
3 skipped 27 passed (39.3s)
🎭 Playwright Run Summary
30 passed (13.8s)
🎭 Playwright Run Summary
3 skipped 27 passed (32.6s)
🎭 Playwright Run Summary
30 passed (11.8s)
🎭 Playwright Run Summary
2 flaky [chromium] › tests/trpc-error.test.ts:4:1 › should capture error with trpc context ───────────── [chromium] › tests/trpc-mutation.test.ts:4:1 › should create transaction with trpc input for mutation 1 passed (38.8s)
🎭 Playwright Run Summary
3 passed (3.3s)
🎭 Playwright Run Summary
5 passed (43.9s)
🎭 Playwright Run Summary
5 passed (10.9s)
🎭 Playwright Run Summary
4 skipped 10 passed (35.5s)
🎭 Playwright Run Summary
2 skipped 12 passed (6.7s)
🎭 Playwright Run Summary
320 skipped 327 passed (1.5m)
🎭 Playwright Run Summary
322 skipped 325 passed (1.5m)
🎭 Playwright Run Summary
13 passed (51.6s)
🎭 Playwright Run Summary
13 passed (8.8s)
🎭 Playwright Run Summary
4 passed (17.7s)
🎭 Playwright Run Summary
2 skipped 48 passed (1.1m)
🎭 Playwright Run Summary
2 skipped 29 passed (1.1m)
🎭 Playwright Run Summary
2 skipped 29 passed (39.6s)
🎭 Playwright Run Summary
4 passed (18.6s)
🎭 Playwright Run Summary
51 passed (1.0m)
🎭 Playwright Run Summary
4 passed (18.8s)
🎭 Playwright Run Summary
51 passed (1.0m)
🎭 Playwright Run Summary
1 skipped 161 passed (2.5m)
🎭 Playwright Run Summary
43 passed (2.2m)
🎭 Playwright Run Summary
2 failed [chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope [chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree 3 skipped 157 passed (2.6m)
🎭 Playwright Run Summary
4 failed [chromium] › suites/tracing/metrics/connection-rtt/test.ts:25:11 › should capture a `connection.rtt` metric. xxx [chromium] › suites/tracing/metrics/connection-rtt/test.ts:33:11 › should capture a `connection.rtt` metric with emulated value 200ms on Chromium. [chromium] › suites/tracing/metrics/connection-rtt/test.ts:48:11 › should capture a `connection.rtt` metric with emulated value 100ms on Chromium. [chromium] › suites/tracing/metrics/connection-rtt/test.ts:63:11 › should capture a `connection.rtt` metric with emulated value 50ms on Chromium. 11 skipped 146 passed (3.1m)
🎭 Playwright Run Summary
2 skipped 29 passed (1.9m)
🎭 Playwright Run Summary
2 skipped 29 passed (37.1s)
🎭 Playwright Run Summary
4 failed [webkit] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope [webkit] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree [webkit] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence [webkit] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence 176 skipped 467 passed (4.1m)
🎭 Playwright Run Summary
2 skipped 29 passed (2.0m)
🎭 Playwright Run Summary
2 skipped 29 passed (36.6s)
🎭 Playwright Run Summary
3 skipped 159 passed (3.7m)
🎭 Playwright Run Summary
5 skipped 29 passed (2.1m)
🎭 Playwright Run Summary
6 skipped 28 passed (1.1m)
🎭 Playwright Run Summary
2 skipped 32 passed (2.5m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.1m)
🎭 Playwright Run Summary
12 failed [chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope [chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation-streamed/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction [chromium] › suites/tracing/metrics/connection-rtt/test.ts:25:11 › should capture a `connection.rtt` metric. xxx [chromium] › suites/tracing/metrics/connection-rtt/test.ts:33:11 › should capture a `connection.rtt` metric with emulated value 200ms on Chromium. [chromium] › suites/tracing/metrics/connection-rtt/test.ts:48:11 › should capture a `connection.rtt` metric with emulated value 100ms on Chromium. [chromium] › suites/tracing/metrics/connection-rtt/test.ts:63:11 › should capture a `connection.rtt` metric with emulated value 50ms on Chromium. 197 skipped 438 passed (4.3m)
🎭 Playwright Run Summary
4 passed (25.4s)
🎭 Playwright Run Summary
12 failed [chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope [chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation-streamed/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction [chromium] › suites/tracing/metrics/connection-rtt/test.ts:25:11 › should capture a `connection.rtt` metric. xxx [chromium] › suites/tracing/metrics/connection-rtt/test.ts:33:11 › should capture a `connection.rtt` metric with emulated value 200ms on Chromium. [chromium] › suites/tracing/metrics/connection-rtt/test.ts:48:11 › should capture a `connection.rtt` metric with emulated value 100ms on Chromium. [chromium] › suites/tracing/metrics/connection-rtt/test.ts:63:11 › should capture a `connection.rtt` metric with emulated value 50ms on Chromium. 192 skipped 443 passed (4.4m)
🎭 Playwright Run Summary
12 failed [chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope [chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation-streamed/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction [chromium] › suites/tracing/metrics/connection-rtt/test.ts:25:11 › should capture a `connection.rtt` metric. xxx [chromium] › suites/tracing/metrics/connection-rtt/test.ts:33:11 › should capture a `connection.rtt` metric with emulated value 200ms on Chromium. [chromium] › suites/tracing/metrics/connection-rtt/test.ts:48:11 › should capture a `connection.rtt` metric with emulated value 100ms on Chromium. [chromium] › suites/tracing/metrics/connection-rtt/test.ts:63:11 › should capture a `connection.rtt` metric with emulated value 50ms on Chromium. 56 skipped 579 passed (5.3m)
🎭 Playwright Run Summary
12 failed [chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope [chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation-streamed/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction [chromium] › suites/tracing/metrics/connection-rtt/test.ts:25:11 › should capture a `connection.rtt` metric. xxx [chromium] › suites/tracing/metrics/connection-rtt/test.ts:33:11 › should capture a `connection.rtt` metric with emulated value 200ms on Chromium. [chromium] › suites/tracing/metrics/connection-rtt/test.ts:48:11 › should capture a `connection.rtt` metric with emulated value 100ms on Chromium. [chromium] › suites/tracing/metrics/connection-rtt/test.ts:63:11 › should capture a `connection.rtt` metric with emulated value 50ms on Chromium. 58 skipped 577 passed (5.2m)
🎭 Playwright Run Summary
2 skipped 32 passed (3.1m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.1m)
🎭 Playwright Run Summary
12 failed [chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope [chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation-streamed/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction [chromium] › suites/tracing/metrics/connection-rtt/test.ts:25:11 › should capture a `connection.rtt` metric. xxx [chromium] › suites/tracing/metrics/connection-rtt/test.ts:33:11 › should capture a `connection.rtt` metric with emulated value 200ms on Chromium. [chromium] › suites/tracing/metrics/connection-rtt/test.ts:48:11 › should capture a `connection.rtt` metric with emulated value 100ms on Chromium. [chromium] › suites/tracing/metrics/connection-rtt/test.ts:63:11 › should capture a `connection.rtt` metric with emulated value 50ms on Chromium. 61 skipped 574 passed (5.4m)
🎭 Playwright Run Summary
12 failed [chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope [chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation-streamed/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction [chromium] › suites/tracing/metrics/connection-rtt/test.ts:25:11 › should capture a `connection.rtt` metric. xxx [chromium] › suites/tracing/metrics/connection-rtt/test.ts:33:11 › should capture a `connection.rtt` metric with emulated value 200ms on Chromium. [chromium] › suites/tracing/metrics/connection-rtt/test.ts:48:11 › should capture a `connection.rtt` metric with emulated value 100ms on Chromium. [chromium] › suites/tracing/metrics/connection-rtt/test.ts:63:11 › should capture a `connection.rtt` metric with emulated value 50ms on Chromium. 61 skipped 574 passed (5.2m)
🎭 Playwright Run Summary
12 failed [chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope [chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation-streamed/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction [chromium] › suites/tracing/metrics/connection-rtt/test.ts:25:11 › should capture a `connection.rtt` metric. xxx [chromium] › suites/tracing/metrics/connection-rtt/test.ts:33:11 › should capture a `connection.rtt` metric with emulated value 200ms on Chromium. [chromium] › suites/tracing/metrics/connection-rtt/test.ts:48:11 › should capture a `connection.rtt` metric with emulated value 100ms on Chromium. [chromium] › suites/tracing/metrics/connection-rtt/test.ts:63:11 › should capture a `connection.rtt` metric with emulated value 50ms on Chromium. 56 skipped 579 passed (5.3m)

Artifacts

Produced during runtime
Name Size Digest
build-bundle-output Expired
20 MB
sha256:425fe2c9704445dc4b1e7b51e0a212b3e4c46be7611700ca606f514ee64a6410
build-layer-output Expired
1.72 MB
sha256:0be733bbda3f0e61b98388737803b869baf636fb0ac3d9d6e9caaf222f2c1397
build-output Expired
10.4 MB
sha256:4793a2d5127892c9e667201f54ac8585a7ef1dcc5406466348158ea0ec083f97
build-tarball-output Expired
4.96 MB
sha256:80d552922122b214084720a66d8a7a02522e67a031cd53601bde8714caba8631
codecov-coverage-results-feat-v11-web-vitals-integration-job_browser_unit_tests
86.9 KB
sha256:fcbf1e16b33f4c8b787a9f60fa5cc8cf34b8ff354d6b457489cdaedb9cf2871d
codecov-coverage-results-feat-v11-web-vitals-integration-job_node_unit_tests-18
253 KB
sha256:ed2f1c00371ef10af68c644a0a63183674833d57ebe757f4b851367c7bd6d1ae
codecov-coverage-results-feat-v11-web-vitals-integration-job_node_unit_tests-20
260 KB
sha256:904ae38e9c376508ae602215add9360a8f093bf6c960af7000992b9063e733ac
codecov-coverage-results-feat-v11-web-vitals-integration-job_node_unit_tests-22
260 KB
sha256:2849129aa966ad92c49518d6b1e8db4764a8132bb8e1218a52e440b13050956e
codecov-coverage-results-feat-v11-web-vitals-integration-job_node_unit_tests-24
260 KB
sha256:0f1a71af2ed64d86dd447d4ab6423d8bb3abaa4e4ff5e3e7d44f3381972506b2
codecov-test-results-feat-v11-web-vitals-integration-job_browser_loader_tests-browser-loader-loader_base
243 Bytes
sha256:60459e06a2ca14a220e48583c00feb5b0a857185522f6dbb631d0df5748c6397
codecov-test-results-feat-v11-web-vitals-integration-job_browser_loader_tests-browser-loader-loader_debug
240 Bytes
sha256:f972d2ca92f8abd11b4b45c2d49f5df64d0a1dac015c29b497eb3af392cacac6
codecov-test-results-feat-v11-web-vitals-integration-job_browser_loader_tests-browser-loader-loader_eager
240 Bytes
sha256:2973be1c036ec9586003d504fc756a41b2151760b945e77b92d415139b176968
codecov-test-results-feat-v11-web-vitals-integration-job_browser_loader_tests-browser-loader-loader_replay
237 Bytes
sha256:a714018158cf779c0df581e8d327da7337ce2b7247732957ab1df578f0a5f596
codecov-test-results-feat-v11-web-vitals-integration-job_browser_loader_tests-browser-loader-loader_replay_buffer
237 Bytes
sha256:2c70b936ef48e3592ad474f15b45d183de764d1b9fc0ef71b2d558718b1cddba
codecov-test-results-feat-v11-web-vitals-integration-job_browser_loader_tests-browser-loader-loader_tracing
243 Bytes
sha256:0333f42182a400a622ec3264350663bdaddfb224d082540c14217e400e2495b3
codecov-test-results-feat-v11-web-vitals-integration-job_browser_loader_tests-browser-loader-loader_tracing_replay
241 Bytes
sha256:ea0d7ec0488665de24912487eafb9a8bbdf7a12c56718e51642e382727f34d64
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle-chromium
249 Bytes
sha256:8fc864c5942b458d297ba5e1f6ee4250048287db76ea4dc0df9ab387fe606e69
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle_logs_metrics-chromium
246 Bytes
sha256:88ec4c97fd4fcadb31f37bd6993dfc6efb05fb037b169a7367ea31db983b041d
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle_min-chromium
246 Bytes
sha256:a9cdcffb268f0c8f7bba61230110fed66b8d1b9ece09d03b9de84e2652085067
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle_replay-chromium
247 Bytes
sha256:988ff1dedc2e31a12bf8b8729076e94e9828ffc5edf90657ef35c9e2064d3f23
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle_replay_logs_metrics-chromium
246 Bytes
sha256:c2af6d92f2044e0de8f56114be76e7f26edcdd248d8b1299b2e0d440b7c6f98b
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle_tracing-chromium
2.64 KB
sha256:074be25a8adc0e59db765d4b543dd1e963f66528ff4dafa3e6b48cf7af77286b
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle_tracing_logs_metrics-chromium
2.64 KB
sha256:dd29a276d24cd28ceff5195d24df44dea00eb1081484e793d170a9b50718a04e
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay-chromium
2.64 KB
sha256:ad3f3e5e283d4f5047903bea588e4e0b866a5b919a44c4e4d2373bb9bb6395db
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback-chromium
2.64 KB
sha256:3a64916667362097463e23d6c5183d61a73afc5fb073965a88fcb0ff478cde29
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics-chromium
2.64 KB
sha256:49347913612a9d536eb6c2737bda5c84ce69970b5030aa20ec6249036accbb71
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-chromium
2.63 KB
sha256:f8a3178b45a7fb8efb213f9f5316e1377b7414afabd559b45dcde99ed50d9e20
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-firefox
232 Bytes
sha256:eb6e830a316d3b6fab5c23263258861f46c76fb5e7e4023e0cff3db85496cbb9
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-webkit
1.71 KB
sha256:49b1e4ba4bc150a576bdc416e68e64d16423e68b5c2566f5808707ba20145265
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_logs_metrics-chromium
2.64 KB
sha256:a0167b93da1a86548e800a26141d143833190042b702f28bfd97efb0fc17418b
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-esm-chromium-1
244 Bytes
sha256:e40fe84bc636d120cb271e0ee53c657f672c8b1b6bb18103ea5174e202cf30fb
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-esm-chromium-2
1.15 KB
sha256:07fa64b6e8af5312469ac5f6ca99760ba23ded27c52b5a5b5502565609fff844
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-esm-chromium-3
246 Bytes
sha256:d8642fd126b6e701de1d0fda5d9f02467169395d8d0692b52e5f1ce575c802a8
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-esm-chromium-4
1.13 KB
sha256:be0e1db99db4bd09d5f67bfb746091aeae9cb2b3aa162731ce566d8e0174ed05
codecov-test-results-feat-v11-web-vitals-integration-job_browser_unit_tests
244 Bytes
sha256:db2982adb13201460ed3134f5e55c101c6b2049b873392acbc4dd1eb57283d32
codecov-test-results-feat-v11-web-vitals-integration-job_node_unit_tests-18
256 Bytes
sha256:4e4d5e6f2160f4224c6067d58dbeec4d4cfd55db86682b3e9e3492e4928a68dd
codecov-test-results-feat-v11-web-vitals-integration-job_node_unit_tests-20
252 Bytes
sha256:493c342d392cc97f23098ac6bc5e060a26ed0743ff26155b447c09f7d1ebe0ce
codecov-test-results-feat-v11-web-vitals-integration-job_node_unit_tests-22
249 Bytes
sha256:70fb7b606c90306c89c261d4c68e0ad084967a2eb5e3b694a18fe6b46f5e0ea7
codecov-test-results-feat-v11-web-vitals-integration-job_node_unit_tests-24
252 Bytes
sha256:c902d50889ac216fd81906825c09993b3004be99b2ff770a3f6776f70ae9a641
playwright-traces-job_browser_playwright_tests-bundle_tracing-chromium-0 Expired
6.06 MB
sha256:10e6478c21c9091b04171904f40d2b106240197fca72a33555025d83a74e6f53
playwright-traces-job_browser_playwright_tests-bundle_tracing_logs_metrics-chromium-0 Expired
6.21 MB
sha256:74f95250914ef621b660e501b481bfefb194667963e61c818c0c9082ba134c0f
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay-chromium-0 Expired
8.88 MB
sha256:6a9b9d555b0406812113738b3ff9a932a30d3f3bb1107c5d495241d228cb0d09
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback-chromium-0 Expired
9.16 MB
sha256:45e7d8651753be2f069b84138c5d0c89bd3eacc9ab6f71f3090b5ce32de01399
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback_logs_metrics-chromium-0 Expired
9.31 MB
sha256:b6428c9273ef5d32fecd0bbd0b4b73069b0c20512635d1fcc8603a53dbda40cd
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback_logs_metrics_min-chromium-0 Expired
3.33 MB
sha256:02bafd0c505ee14f0f8ef58a1cc344e9e7d40e17c950fa7308b704728e12bf8a
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback_logs_metrics_min-webkit-0 Expired
1.11 MB
sha256:5673e8eeb21e0a6a1743b2b3a4d6242adf5b1b6e4d2b3dfb5459fc671aeab8a3
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_logs_metrics-chromium-0 Expired
9.02 MB
sha256:8488d6f8faf5db6631f0828514897533b367175a94c847b26d9ddd9d1874fa11
playwright-traces-job_browser_playwright_tests-esm-chromium-2 Expired
2.36 MB
sha256:e3dd6edf6790dfd39e4b0c4ae60363cfbe63b35b762654c8ad09b32657dfda6f
playwright-traces-job_browser_playwright_tests-esm-chromium-4 Expired
4.74 MB
sha256:a53c74119f5a7d45bf5e64ec2c15f234ad2fd51d3ceb5c3e2415b2eb0ae05a99
playwright-traces-job_e2e_playwright_tests-react-create-browser-router Expired
12.9 KB
sha256:5a57405520356b3b5ad61235c012fe1b7b51f2a19437f57506b7670441b0a740
playwright-traces-job_e2e_playwright_tests-react-create-hash-router Expired
35.4 KB
sha256:277808bce317837c495b537472d0ca025293f79aabb7b372bde8ab26defea63c
playwright-traces-job_e2e_playwright_tests-solid-tanstack-router Expired
206 KB
sha256:08ce166f1aaf503005d7d25ddf329a330187bf8e7020a6ed02311db8778b3da7
playwright-traces-job_e2e_playwright_tests-tanstack-router Expired
12.8 KB
sha256:22ae2ac7ac83ff77babc230792ce3f76f11c62c234651116696ad7ea2dca4aff
playwright-traces-job_e2e_playwright_tests-vue-tanstack-router Expired
19.2 KB
sha256:0e5f19b30c84c2de74e160b76b58da27889443709102a0d68f6ffd2cebf0c2f2