Skip to content

feat(browser): Add fetchStreamPerformanceIntegration for streamed response tracking #47269

feat(browser): Add fetchStreamPerformanceIntegration for streamed response tracking

feat(browser): Add fetchStreamPerformanceIntegration for streamed response tracking #47269

Triggered via pull request May 13, 2026 13:26
Status Failure
Total duration 28m 44s
Artifacts 14

build.yml

on: pull_request
Get CI Metadata  /  Get Metadata
8s
Get CI Metadata / Get Metadata
Check lockfile
3m 11s
Check lockfile
Check file formatting
43s
Check file formatting
Check PR branches
5s
Check PR branches
Build Lambda layer
1m 23s
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 5s
Lint
Circular Dependency Check
1m 38s
Circular Dependency Check
Browser Unit Tests
3m 50s
Browser Unit Tests
Bun Unit Tests
51s
Bun Unit Tests
Deno Unit Tests
1m 7s
Deno Unit Tests
Cloudflare Integration Tests
2m 26s
Cloudflare Integration Tests
Bun Integration Tests
38s
Bun Integration Tests
Check for faulty .d.ts files
44s
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
6s
All required jobs passed or were skipped
Fit to window
Zoom out
Zoom in

Annotations

40 errors, 5 warnings, and 238 notices
E2E react-router-6 Test
Process completed with exit code 1.
[chromium] › tests/sse.test.ts:4:5 › Waits for sse streaming when creating spans: ../../_temp/test-application/tests/sse.test.ts#L33
1) [chromium] › tests/sse.test.ts:4:5 › Waits for sse streaming when creating spans ────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 2 Received: 0 31 | 32 | expect(resolveDuration).toBe(0); > 33 | expect(resolveBodyDuration).toBe(2); | ^ 34 | }); 35 | 36 | test('Waits for sse streaming when sse has been explicitly aborted', async ({ page }) => { at /home/runner/work/_temp/test-application/tests/sse.test.ts:33:31
E2E node-express-send-to-sentry Test (optional)
Process completed with exit code 1.
[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.
[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.
E2E react-router-6 (TS 3.8) Test
Process completed with exit code 1.
[chromium] › tests/sse.test.ts:4:5 › Waits for sse streaming when creating spans: ../../_temp/test-application/tests/sse.test.ts#L33
1) [chromium] › tests/sse.test.ts:4:5 › Waits for sse streaming when creating spans ────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 2 Received: 0 31 | 32 | expect(resolveDuration).toBe(0); > 33 | expect(resolveBodyDuration).toBe(2); | ^ 34 | }); 35 | 36 | test('Waits for sse streaming when sse has been explicitly aborted', async ({ page }) => { at /home/runner/work/_temp/test-application/tests/sse.test.ts:33:31
Playwright esm (4/4) Tests
Process completed with exit code 1.
[chromium] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used: dev-packages/browser-integration-tests/utils/spanUtils.ts#L13
1) [chromium] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used 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 waitForStreamedSpan (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:67:30) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:23:50
[chromium] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used: dev-packages/browser-integration-tests/suites/tracing/request/fetch-streamed-track-stream-performance/test.ts#L0
1) [chromium] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used Test timeout of 30000ms exceeded.
Playwright bundle_tracing_replay_logs_metrics Tests
Process completed with exit code 1.
[chromium] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used: dev-packages/browser-integration-tests/utils/spanUtils.ts#L13
1) [chromium] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used 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 waitForStreamedSpan (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:67:30) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:23:50
[chromium] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used: dev-packages/browser-integration-tests/suites/tracing/request/fetch-streamed-track-stream-performance/test.ts#L0
1) [chromium] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used Test timeout of 30000ms exceeded.
Playwright bundle_tracing_replay_feedback_logs_metrics_min Tests
Process completed with exit code 1.
[chromium] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used: dev-packages/browser-integration-tests/utils/spanUtils.ts#L13
1) [chromium] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used 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 waitForStreamedSpan (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:67:30) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:23:50
[chromium] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used: dev-packages/browser-integration-tests/suites/tracing/request/fetch-streamed-track-stream-performance/test.ts#L0
1) [chromium] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used Test timeout of 30000ms exceeded.
Playwright bundle_tracing_replay Tests
Process completed with exit code 1.
[chromium] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used: dev-packages/browser-integration-tests/utils/spanUtils.ts#L13
1) [chromium] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used 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 waitForStreamedSpan (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:67:30) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:23:50
[chromium] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used: dev-packages/browser-integration-tests/suites/tracing/request/fetch-streamed-track-stream-performance/test.ts#L0
1) [chromium] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used Test timeout of 30000ms exceeded.
Playwright bundle_tracing_replay_feedback Tests
Process completed with exit code 1.
[chromium] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used: dev-packages/browser-integration-tests/utils/spanUtils.ts#L13
1) [chromium] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used 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 waitForStreamedSpan (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:67:30) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:23:50
[chromium] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used: dev-packages/browser-integration-tests/suites/tracing/request/fetch-streamed-track-stream-performance/test.ts#L0
1) [chromium] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used Test timeout of 30000ms exceeded.
Playwright bundle_tracing Tests
Process completed with exit code 1.
[chromium] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used: dev-packages/browser-integration-tests/utils/spanUtils.ts#L13
1) [chromium] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used 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 waitForStreamedSpan (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:67:30) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:23:50
[chromium] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used: dev-packages/browser-integration-tests/suites/tracing/request/fetch-streamed-track-stream-performance/test.ts#L0
1) [chromium] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used Test timeout of 30000ms exceeded.
Playwright bundle_tracing_logs_metrics Tests
Process completed with exit code 1.
[chromium] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used: dev-packages/browser-integration-tests/utils/spanUtils.ts#L13
1) [chromium] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used 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 waitForStreamedSpan (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:67:30) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:23:50
[chromium] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used: dev-packages/browser-integration-tests/suites/tracing/request/fetch-streamed-track-stream-performance/test.ts#L0
1) [chromium] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used Test timeout of 30000ms exceeded.
Playwright bundle_tracing_replay_feedback_logs_metrics_min webkit Tests
Process completed with exit code 1.
[webkit] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used: dev-packages/browser-integration-tests/utils/spanUtils.ts#L13
1) [webkit] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used 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 waitForStreamedSpan (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:67:30) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:23:50
[webkit] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used: dev-packages/browser-integration-tests/suites/tracing/request/fetch-streamed-track-stream-performance/test.ts#L0
1) [webkit] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used Test timeout of 30000ms exceeded.
Playwright bundle_tracing_replay_feedback_logs_metrics Tests
Process completed with exit code 1.
[chromium] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used: dev-packages/browser-integration-tests/utils/spanUtils.ts#L13
1) [chromium] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used 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 waitForStreamedSpan (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:67:30) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:23:50
[chromium] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used: dev-packages/browser-integration-tests/suites/tracing/request/fetch-streamed-track-stream-performance/test.ts#L0
1) [chromium] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used Test timeout of 30000ms exceeded.
E2E nextjs-16-tunnel (webpack) Test
The job has exceeded the maximum execution time of 15m0s
E2E nextjs-16-tunnel (webpack) Test
The operation was canceled.
E2E remix-hydrogen Test
The job has exceeded the maximum execution time of 15m0s
E2E remix-hydrogen Test
The operation was canceled.
All required jobs passed or were skipped
Process completed with exit code 1.
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/
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-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 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/
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/
🎭 Playwright Run Summary
11 passed (2.9s)
🎭 Playwright Run Summary
2 passed (4.3s)
🎭 Playwright Run Summary
3 passed (3.8s)
🎭 Playwright Run Summary
3 passed (3.7s)
🎭 Playwright Run Summary
4 passed (8.2s)
🎭 Playwright Run Summary
4 passed (2.6s)
🎭 Playwright Run Summary
3 passed (8.9s)
🎭 Playwright Run Summary
3 passed (6.5s)
🎭 Playwright Run Summary
7 passed (5.5s)
🎭 Playwright Run Summary
3 skipped 17 passed (2.6s)
🎭 Playwright Run Summary
3 skipped 17 passed (2.1s)
🎭 Playwright Run Summary
4 passed (4.7s)
🎭 Playwright Run Summary
45 passed (4.9s)
🎭 Playwright Run Summary
4 passed (2.4s)
🎭 Playwright Run Summary
45 passed (5.0s)
🎭 Playwright Run Summary
8 passed (2.6s)
🎭 Playwright Run Summary
24 passed (15.8s)
🎭 Playwright Run Summary
5 passed (9.0s)
🎭 Playwright Run Summary
5 passed (18.0s)
🎭 Playwright Run Summary
10 passed (10.8s)
🎭 Playwright Run Summary
11 passed (14.6s)
🎭 Playwright Run Summary
45 passed (3.7s)
🎭 Playwright Run Summary
9 passed (11.3s)
🎭 Playwright Run Summary
1 passed (2.4s)
🎭 Playwright Run Summary
18 passed (19.4s)
🎭 Playwright Run Summary
1 passed (5.5s)
🎭 Playwright Run Summary
2 passed (2.6s)
🎭 Playwright Run Summary
23 passed (14.8s)
🎭 Playwright Run Summary
2 passed (3.7s)
🎭 Playwright Run Summary
12 skipped 1 passed (2.8s)
🎭 Playwright Run Summary
7 passed (26.2s)
🎭 Playwright Run Summary
15 passed (10.6s)
🎭 Playwright Run Summary
5 passed (13.0s)
🎭 Playwright Run Summary
8 passed (3.7s)
🎭 Playwright Run Summary
8 passed (3.5s)
🎭 Playwright Run Summary
1 passed (3.6s)
🎭 Playwright Run Summary
1 passed (3.6s)
🎭 Playwright Run Summary
2 skipped 20 passed (25.2s)
🎭 Playwright Run Summary
15 passed (20.5s)
🎭 Playwright Run Summary
7 passed (22.3s)
🎭 Playwright Run Summary
12 passed (6.8s)
🎭 Playwright Run Summary
10 passed (37.0s)
🎭 Playwright Run Summary
12 passed (21.4s)
🎭 Playwright Run Summary
12 passed (29.0s)
🎭 Playwright Run Summary
9 passed (10.9s)
🎭 Playwright Run Summary
9 passed (12.7s)
🎭 Playwright Run Summary
29 passed (26.7s)
🎭 Playwright Run Summary
12 passed (17.8s)
🎭 Playwright Run Summary
12 passed (17.8s)
🎭 Playwright Run Summary
4 passed (8.1s)
🎭 Playwright Run Summary
10 passed (37.8s)
🎭 Playwright Run Summary
3 skipped 21 passed (20.1s)
🎭 Playwright Run Summary
11 passed (14.1s)
🎭 Playwright Run Summary
7 passed (5.7s)
🎭 Playwright Run Summary
13 passed (28.5s)
🎭 Playwright Run Summary
13 passed (25.2s)
🎭 Playwright Run Summary
9 passed (11.0s)
🎭 Playwright Run Summary
1 passed (6.4s)
🎭 Playwright Run Summary
1 skipped 12 passed (4.9s)
🎭 Playwright Run Summary
12 passed (8.2s)
🎭 Playwright Run Summary
9 passed (11.0s)
🎭 Playwright Run Summary
14 skipped 12 passed (22.3s)
🎭 Playwright Run Summary
1 passed (3.6s)
🎭 Playwright Run Summary
5 passed (7.8s)
🎭 Playwright Run Summary
4 passed (9.3s)
🎭 Playwright Run Summary
12 passed (5.8s)
🎭 Playwright Run Summary
12 skipped 1 passed (3.8s)
🎭 Playwright Run Summary
12 passed (7.2s)
🎭 Playwright Run Summary
5 passed (9.2s)
🎭 Playwright Run Summary
3 passed (2.1s)
🎭 Playwright Run Summary
5 passed (12.6s)
🎭 Playwright Run Summary
3 passed (16.5s)
🎭 Playwright Run Summary
3 passed (9.7s)
🎭 Playwright Run Summary
3 passed (12.8s)
🎭 Playwright Run Summary
4 passed (7.8s)
🎭 Playwright Run Summary
5 passed (7.1s)
🎭 Playwright Run Summary
1 failed [chromium] › tests/sse.test.ts:4:5 › Waits for sse streaming when creating spans ─────────────── 7 passed (44.2s)
🎭 Playwright Run Summary
3 passed (5.2s)
🎭 Playwright Run Summary
40 passed (20.5s)
🎭 Playwright Run Summary
3 passed (3.6s)
🎭 Playwright Run Summary
9 passed (11.3s)
🎭 Playwright Run Summary
10 passed (26.9s)
🎭 Playwright Run Summary
5 passed (8.3s)
🎭 Playwright Run Summary
3 passed (16.2s)
🎭 Playwright Run Summary
3 passed (9.8s)
🎭 Playwright Run Summary
3 passed (5.6s)
🎭 Playwright Run Summary
11 passed (18.3s)
🎭 Playwright Run Summary
1 passed (7.8s)
🎭 Playwright Run Summary
4 passed (35.2s)
🎭 Playwright Run Summary
4 passed (7.7s)
🎭 Playwright Run Summary
3 passed (6.6s)
🎭 Playwright Run Summary
3 passed (2.8s)
🎭 Playwright Run Summary
1 passed (5.2s)
🎭 Playwright Run Summary
13 passed (12.6s)
🎭 Playwright Run Summary
4 passed (10.5s)
🎭 Playwright Run Summary
4 passed (4.3s)
🎭 Playwright Run Summary
12 skipped 1 passed (2.7s)
🎭 Playwright Run Summary
16 passed (28.8s)
🎭 Playwright Run Summary
1 skipped 14 passed (12.5s)
🎭 Playwright Run Summary
7 passed (10.5s)
🎭 Playwright Run Summary
4 skipped 10 passed (27.9s)
🎭 Playwright Run Summary
4 skipped 10 passed (8.1s)
🎭 Playwright Run Summary
22 passed (9.4s)
🎭 Playwright Run Summary
14 passed (24.7s)
🎭 Playwright Run Summary
7 passed (8.8s)
🎭 Playwright Run Summary
5 passed (8.2s)
🎭 Playwright Run Summary
7 passed (27.4s)
🎭 Playwright Run Summary
4 skipped 10 passed (34.3s)
🎭 Playwright Run Summary
2 skipped 12 passed (6.9s)
🎭 Playwright Run Summary
12 passed (28.0s)
🎭 Playwright Run Summary
9 passed (10.2s)
🎭 Playwright Run Summary
2 passed (23.1s)
🎭 Playwright Run Summary
11 passed (17.6s)
🎭 Playwright Run Summary
11 passed (17.8s)
🎭 Playwright Run Summary
10 passed (26.5s)
🎭 Playwright Run Summary
4 skipped 10 passed (33.2s)
🎭 Playwright Run Summary
2 skipped 12 passed (7.1s)
🎭 Playwright Run Summary
4 passed (16.4s)
🎭 Playwright Run Summary
4 passed (3.9s)
🎭 Playwright Run Summary
11 passed (6.4s)
🎭 Playwright Run Summary
11 passed (6.8s)
🎭 Playwright Run Summary
4 passed (18.9s)
🎭 Playwright Run Summary
2 skipped 48 passed (1.0m)
🎭 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 (39.1s)
🎭 Playwright Run Summary
3 passed (3.7s)
🎭 Playwright Run Summary
3 skipped 27 passed (39.2s)
🎭 Playwright Run Summary
30 passed (14.0s)
🎭 Playwright Run Summary
3 passed (3.9s)
🎭 Playwright Run Summary
1 flaky [chromium] › tests/orpc-error.test.ts:4:1 › should capture server-side orpc error ────────────── 2 passed (42.9s)
🎭 Playwright Run Summary
3 passed (7.0s)
🎭 Playwright Run Summary
4 skipped 26 passed (19.2s)
🎭 Playwright Run Summary
7 skipped 23 passed (11.3s)
🎭 Playwright Run Summary
4 passed (20.1s)
🎭 Playwright Run Summary
51 passed (1.1m)
🎭 Playwright Run Summary
3 passed (2.8s)
🎭 Playwright Run Summary
7 skipped 23 passed (10.8s)
🎭 Playwright Run Summary
3 passed (2.8s)
🎭 Playwright Run Summary
13 passed (49.3s)
🎭 Playwright Run Summary
13 passed (10.5s)
🎭 Playwright Run Summary
15 passed (25.0s)
🎭 Playwright Run Summary
480 skipped 195 passed (36.9s)
🎭 Playwright Run Summary
12 passed (27.6s)
🎭 Playwright Run Summary
8 passed (6.5s)
🎭 Playwright Run Summary
12 skipped 1 passed (2.8s)
🎭 Playwright Run Summary
12 passed (1.2m)
🎭 Playwright Run Summary
12 passed (50.4s)
🎭 Playwright Run Summary
16 passed (23.5s)
🎭 Playwright Run Summary
8 passed (6.5s)
🎭 Playwright Run Summary
1 passed (6.1s)
🎭 Playwright Run Summary
5 passed (35.9s)
🎭 Playwright Run Summary
5 passed (10.7s)
🎭 Playwright Run Summary
1 skipped 29 passed (20.5s)
🎭 Playwright Run Summary
4 passed (2.9s)
🎭 Playwright Run Summary
43 passed (2.2m)
🎭 Playwright Run Summary
8 skipped 22 passed (11.1s)
🎭 Playwright Run Summary
3 passed (18.9s)
🎭 Playwright Run Summary
9 passed (8.9s)
🎭 Playwright Run Summary
4 passed (9.5s)
🎭 Playwright Run Summary
348 skipped 327 passed (1.6m)
🎭 Playwright Run Summary
17 passed (57.3s)
🎭 Playwright Run Summary
7 skipped 36 passed (1.8m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.1m)
🎭 Playwright Run Summary
2 skipped 20 passed (26.1s)
🎭 Playwright Run Summary
3 passed (13.8s)
🎭 Playwright Run Summary
5 skipped 25 passed (11.8s)
🎭 Playwright Run Summary
2 skipped 29 passed (2.0m)
🎭 Playwright Run Summary
2 skipped 29 passed (37.4s)
🎭 Playwright Run Summary
11 passed (5.6s)
🎭 Playwright Run Summary
11 passed (5.8s)
🎭 Playwright Run Summary
3 skipped 27 passed (40.6s)
🎭 Playwright Run Summary
30 passed (14.0s)
🎭 Playwright Run Summary
4 passed (11.2s)
🎭 Playwright Run Summary
484 skipped 191 passed (40.2s)
🎭 Playwright Run Summary
1 passed (3.5s)
🎭 Playwright Run Summary
1 passed (3.6s)
🎭 Playwright Run Summary
18 passed (6.8s)
🎭 Playwright Run Summary
12 passed (27.6s)
🎭 Playwright Run Summary
2 skipped 29 passed (2.1m)
🎭 Playwright Run Summary
2 skipped 29 passed (37.7s)
🎭 Playwright Run Summary
10 passed (28.3s)
🎭 Playwright Run Summary
8 passed (12.3s)
🎭 Playwright Run Summary
2 skipped 14 passed (1.2m)
🎭 Playwright Run Summary
40 passed (23.1s)
🎭 Playwright Run Summary
350 skipped 325 passed (1.5m)
🎭 Playwright Run Summary
4 passed (23.6s)
🎭 Playwright Run Summary
13 passed (28.6s)
🎭 Playwright Run Summary
7 skipped 36 passed (1.8m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.1m)
🎭 Playwright Run Summary
10 passed (5.5s)
🎭 Playwright Run Summary
10 passed (5.8s)
🎭 Playwright Run Summary
2 skipped 32 passed (2.6m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.1m)
🎭 Playwright Run Summary
4 passed (7.8s)
🎭 Playwright Run Summary
1 failed [chromium] › tests/sse.test.ts:4:5 › Waits for sse streaming when creating spans ─────────────── 7 passed (44.0s)
🎭 Playwright Run Summary
7 passed (8.7s)
🎭 Playwright Run Summary
5 passed (9.4s)
🎭 Playwright Run Summary
13 passed (47.3s)
🎭 Playwright Run Summary
13 passed (9.8s)
🎭 Playwright Run Summary
13 passed (48.5s)
🎭 Playwright Run Summary
13 passed (8.6s)
🎭 Playwright Run Summary
8 passed (10.4s)
🎭 Playwright Run Summary
485 skipped 190 passed (39.6s)
🎭 Playwright Run Summary
2 passed (4.7s)
🎭 Playwright Run Summary
14 skipped 12 passed (24.7s)
🎭 Playwright Run Summary
9 skipped 34 passed (3.0m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.0m)
🎭 Playwright Run Summary
2 skipped 32 passed (3.0m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.1m)
🎭 Playwright Run Summary
7 skipped 36 passed (1.9m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.1m)
🎭 Playwright Run Summary
5 passed (7.9s)
🎭 Playwright Run Summary
3 skipped 166 passed (3.8m)
🎭 Playwright Run Summary
4 passed (20.0s)
🎭 Playwright Run Summary
51 passed (1.0m)
🎭 Playwright Run Summary
1 failed [chromium] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used 5 skipped 162 passed (3.9m)
🎭 Playwright Run Summary
12 passed (27.7s)
🎭 Playwright Run Summary
5 skipped 25 passed (16.3s)
🎭 Playwright Run Summary
9 skipped 34 passed (3.1m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.0m)
🎭 Playwright Run Summary
9 skipped 34 passed (3.0m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.0m)
🎭 Playwright Run Summary
1 skipped 168 passed (2.6m)
🎭 Playwright Run Summary
1 failed [chromium] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used 54 skipped 620 passed (5.0m)
🎭 Playwright Run Summary
14 skipped 12 passed (22.7s)
🎭 Playwright Run Summary
3 skipped 166 passed (2.7m)
🎭 Playwright Run Summary
1 failed [chromium] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used 56 skipped 618 passed (4.9m)
🎭 Playwright Run Summary
1 failed [chromium] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used 59 skipped 615 passed (5.0m)
🎭 Playwright Run Summary
1 failed [chromium] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used 59 skipped 615 passed (4.9m)
🎭 Playwright Run Summary
1 failed [chromium] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used 195 skipped 479 passed (4.0m)
🎭 Playwright Run Summary
1 failed [chromium] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used 190 skipped 484 passed (4.1m)
🎭 Playwright Run Summary
5 skipped 29 passed (2.1m)
🎭 Playwright Run Summary
6 skipped 28 passed (1.1m)
🎭 Playwright Run Summary
1 failed [webkit] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used 203 skipped 471 passed (3.9m)
🎭 Playwright Run Summary
2 skipped 29 passed (1.2m)
🎭 Playwright Run Summary
2 skipped 29 passed (38.6s)
🎭 Playwright Run Summary
12 passed (30.2s)
🎭 Playwright Run Summary
1 failed [chromium] › suites/tracing/request/fetch-streamed-track-stream-performance/test.ts:6:11 › creates an http.client.stream sibling span when fetchStreamPerformanceIntegration is used 54 skipped 620 passed (5.2m)
🎭 Playwright Run Summary
18 passed (20.1s)

Artifacts

Produced during runtime
Name Size Digest
build-bundle-output Expired
20.6 MB
sha256:2a6e4be256474244fc2b88a82d8ea33d5cf16599be877fa7ad033106569a3c55
build-layer-output Expired
1.71 MB
sha256:6637d5515ec8b504529ce60088c7afddd28ddc93b0c02381b4c59f30e3e1d27b
build-output Expired
10.7 MB
sha256:201ec9259519e37535e3cf672beed4ec27db3ddafa8b31896e015a9270369311
build-tarball-output Expired
5.13 MB
sha256:b3beeaad29c2de481666ccb4a5e3565381b497ef3a9e5e611a8708a6440bbb1d
playwright-traces-job_browser_playwright_tests-bundle_tracing-chromium-0 Expired
538 KB
sha256:d1731fe124fe627ea05d077d391eb1893f5e2a11a05c669384e998d7f22ea9b3
playwright-traces-job_browser_playwright_tests-bundle_tracing_logs_metrics-chromium-0 Expired
551 KB
sha256:ccdc6c70589612868fc0f0e0c43278bb548c7ba993f7de261a2264561e8ee900
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay-chromium-0 Expired
781 KB
sha256:f0a680fa0fa33a7edf0ee4718469727c4ac780b33851840916773010684d6bcb
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback-chromium-0 Expired
806 KB
sha256:49352405c5d4716fe81afdee9bb67bcd15e10045b8bf143457ca4c49bb6d6805
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback_logs_metrics-chromium-0 Expired
819 KB
sha256:36810429387fb1d69fdf41869b3e769331afa629c13c6f833108b2879c449e7f
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback_logs_metrics_min-chromium-0 Expired
289 KB
sha256:8e63e40b21b6050a3e669bff55e2c3c008df9892b1a0bfaadad76a8f20cd399d
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback_logs_metrics_min-webkit-0 Expired
289 KB
sha256:62fb039fbf381af3a6f1dd21a6198767785ba57d9283437d5a844d501be9437a
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_logs_metrics-chromium-0 Expired
794 KB
sha256:ba30327a3933932ed920a01ba9efbf51ba52ba9c72f737896019bcb877bfe86d
playwright-traces-job_browser_playwright_tests-esm-chromium-4 Expired
1.22 MB
sha256:e8d15d5d3c44aa97deede491449430fac4f37088019c72f1768727e82145d79a
playwright-traces-job_e2e_playwright_tests-react-router-6 Expired
15.8 KB
sha256:bacb30a0f773bfd9752df8cd095df1d1641658f811413df45a8b6a86c1082037