Skip to content

feat(core): Support array attributes for spans, logs and metrics #46785

feat(core): Support array attributes for spans, logs and metrics

feat(core): Support array attributes for spans, logs and metrics #46785

Triggered via pull request May 4, 2026 12:43
Status Failure
Total duration 16m 34s
Artifacts 47

build.yml

on: pull_request
Get CI Metadata  /  Get Metadata
7s
Get CI Metadata / Get Metadata
Check lockfile
3m 14s
Check lockfile
Check file formatting
50s
Check file formatting
Check PR branches
4s
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 10s
Lint
Circular Dependency Check
1m 40s
Circular Dependency Check
Browser Unit Tests
4m 11s
Browser Unit Tests
Bun Unit Tests
52s
Bun Unit Tests
Deno Unit Tests
1m 33s
Deno Unit Tests
Cloudflare Integration Tests
2m 9s
Cloudflare Integration Tests
Bun Integration Tests
43s
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
4s
All required jobs passed or were skipped
Fit to window
Zoom out
Zoom in

Annotations

21 errors, 14 warnings, and 233 notices
[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#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.
Playwright bundle_logs_metrics Tests
Process completed with exit code 1.
[chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls: dev-packages/browser-integration-tests/suites/public-api/logger/integration/test.ts#L19
1) [chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls Error: expect(received).toEqual(expected) // deep equality - Expected - 2 + Received + 7 @@ -291,12 +291,17 @@ "trace_id": Any<String>, }, Object { "attributes": Object { "sentry.message.parameter.0": Object { - "type": "string", - "value": "[1,2,3,\"string\"]", + "type": "array", + "value": Array [ + 1, + 2, + 3, + "string", + ], }, "sentry.message.template": Object { "type": "string", "value": "Array: {}", }, 17 | const envelopeItems = event[1]; 18 | > 19 | expect(envelopeItems[0]).toEqual([ | ^ 20 | { 21 | type: 'log', 22 | item_count: 15, at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/logger/integration/test.ts:19:28
Playwright bundle_replay_logs_metrics Tests
Process completed with exit code 1.
[chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls: dev-packages/browser-integration-tests/suites/public-api/logger/integration/test.ts#L19
1) [chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls Error: expect(received).toEqual(expected) // deep equality - Expected - 2 + Received + 7 @@ -291,12 +291,17 @@ "trace_id": Any<String>, }, Object { "attributes": Object { "sentry.message.parameter.0": Object { - "type": "string", - "value": "[1,2,3,\"string\"]", + "type": "array", + "value": Array [ + 1, + 2, + 3, + "string", + ], }, "sentry.message.template": Object { "type": "string", "value": "Array: {}", }, 17 | const envelopeItems = event[1]; 18 | > 19 | expect(envelopeItems[0]).toEqual([ | ^ 20 | { 21 | type: 'log', 22 | item_count: 15, at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/logger/integration/test.ts:19:28
Playwright esm (2/4) Tests
Process completed with exit code 1.
[chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls: dev-packages/browser-integration-tests/suites/public-api/logger/integration/test.ts#L19
1) [chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls Error: expect(received).toEqual(expected) // deep equality - Expected - 2 + Received + 7 @@ -291,12 +291,17 @@ "trace_id": Any<String>, }, Object { "attributes": Object { "sentry.message.parameter.0": Object { - "type": "string", - "value": "[1,2,3,\"string\"]", + "type": "array", + "value": Array [ + 1, + 2, + 3, + "string", + ], }, "sentry.message.template": Object { "type": "string", "value": "Array: {}", }, 17 | const envelopeItems = event[1]; 18 | > 19 | expect(envelopeItems[0]).toEqual([ | ^ 20 | { 21 | type: 'log', 22 | item_count: 15, at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/logger/integration/test.ts:19:28
Playwright bundle_tracing_logs_metrics Tests
Process completed with exit code 1.
[chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls: dev-packages/browser-integration-tests/suites/public-api/logger/integration/test.ts#L19
1) [chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls Error: expect(received).toEqual(expected) // deep equality - Expected - 2 + Received + 7 @@ -291,12 +291,17 @@ "trace_id": Any<String>, }, Object { "attributes": Object { "sentry.message.parameter.0": Object { - "type": "string", - "value": "[1,2,3,\"string\"]", + "type": "array", + "value": Array [ + 1, + 2, + 3, + "string", + ], }, "sentry.message.template": Object { "type": "string", "value": "Array: {}", }, 17 | const envelopeItems = event[1]; 18 | > 19 | expect(envelopeItems[0]).toEqual([ | ^ 20 | { 21 | type: 'log', 22 | item_count: 15, at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/logger/integration/test.ts:19:28
Playwright bundle_tracing_replay_feedback_logs_metrics_min webkit Tests
Process completed with exit code 1.
[webkit] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls: dev-packages/browser-integration-tests/suites/public-api/logger/integration/test.ts#L19
1) [webkit] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls Error: expect(received).toEqual(expected) // deep equality - Expected - 2 + Received + 7 @@ -291,12 +291,17 @@ "trace_id": Any<String>, }, Object { "attributes": Object { "sentry.message.parameter.0": Object { - "type": "string", - "value": "[1,2,3,\"string\"]", + "type": "array", + "value": Array [ + 1, + 2, + 3, + "string", + ], }, "sentry.message.template": Object { "type": "string", "value": "Array: {}", }, 17 | const envelopeItems = event[1]; 18 | > 19 | expect(envelopeItems[0]).toEqual([ | ^ 20 | { 21 | type: 'log', 22 | item_count: 15, at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/logger/integration/test.ts:19:28
Playwright bundle_tracing_replay_feedback_logs_metrics_min Tests
Process completed with exit code 1.
[chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls: dev-packages/browser-integration-tests/suites/public-api/logger/integration/test.ts#L19
1) [chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls Error: expect(received).toEqual(expected) // deep equality - Expected - 2 + Received + 7 @@ -291,12 +291,17 @@ "trace_id": Any<String>, }, Object { "attributes": Object { "sentry.message.parameter.0": Object { - "type": "string", - "value": "[1,2,3,\"string\"]", + "type": "array", + "value": Array [ + 1, + 2, + 3, + "string", + ], }, "sentry.message.template": Object { "type": "string", "value": "Array: {}", }, 17 | const envelopeItems = event[1]; 18 | > 19 | expect(envelopeItems[0]).toEqual([ | ^ 20 | { 21 | type: 'log', 22 | item_count: 15, at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/logger/integration/test.ts:19:28
Playwright bundle_tracing_replay_logs_metrics Tests
Process completed with exit code 1.
[chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls: dev-packages/browser-integration-tests/suites/public-api/logger/integration/test.ts#L19
1) [chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls Error: expect(received).toEqual(expected) // deep equality - Expected - 2 + Received + 7 @@ -291,12 +291,17 @@ "trace_id": Any<String>, }, Object { "attributes": Object { "sentry.message.parameter.0": Object { - "type": "string", - "value": "[1,2,3,\"string\"]", + "type": "array", + "value": Array [ + 1, + 2, + 3, + "string", + ], }, "sentry.message.template": Object { "type": "string", "value": "Array: {}", }, 17 | const envelopeItems = event[1]; 18 | > 19 | expect(envelopeItems[0]).toEqual([ | ^ 20 | { 21 | type: 'log', 22 | item_count: 15, at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/logger/integration/test.ts:19:28
Playwright bundle_tracing_replay_feedback_logs_metrics Tests
Process completed with exit code 1.
[chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls: dev-packages/browser-integration-tests/suites/public-api/logger/integration/test.ts#L19
1) [chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls Error: expect(received).toEqual(expected) // deep equality - Expected - 2 + Received + 7 @@ -291,12 +291,17 @@ "trace_id": Any<String>, }, Object { "attributes": Object { "sentry.message.parameter.0": Object { - "type": "string", - "value": "[1,2,3,\"string\"]", + "type": "array", + "value": Array [ + 1, + 2, + 3, + "string", + ], }, "sentry.message.template": Object { "type": "string", "value": "Array: {}", }, 17 | const envelopeItems = event[1]; 18 | > 19 | expect(envelopeItems[0]).toEqual([ | ^ 20 | { 21 | type: 'log', 22 | item_count: 15, at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/logger/integration/test.ts:19:28
All required jobs passed or were skipped
Process completed with exit code 1.
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/
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 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 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 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 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/
Node (24) Unit Tests
❌ Patch coverage check failed: 75.00% < target 80%
Browser Unit Tests
Patch coverage defaulted to 100% because no changed files matched coverage data. Unmatched diff files: CHANGELOG.md, dev-packages/browser-integration-tests/suites/public-api/logger/integration/test.ts, dev-packages/browser-integration-tests/suites/public-api/logger/scopeAttributes/subject.js, dev-packages/browser-integration-tests/suites/public-api/logger/scopeAttributes/test.ts, dev-packages/node-integration-tests/suites/public-api/logger/scenario.ts, dev-packages/node-integration-tests/suites/public-api/logger/test.ts, packages/core/src/attributes.ts, packages/core/test/lib/attributes.test.ts, packages/core/test/lib/logs/internal.test.ts, packages/core/test/lib/tracing/spans/estimateSize.test.ts, packages/core/test/lib/utils/spanUtils.test.ts Sample coverage paths: ./mute.js, /home/runner/work/sentry-javascript/sentry-javascript/packages/browser/src/client.ts, /home/runner/work/sentry-javascript/sentry-javascript/packages/browser/src/debug-build.ts This usually indicates a path format mismatch between your coverage tool and the repository.
Node (18) Unit Tests
❌ Patch coverage check failed: 75.00% < target 80%
Node (20) Unit Tests
❌ Patch coverage check failed: 75.00% < target 80%
Node (22) Unit Tests
❌ Patch coverage check failed: 75.00% < target 80%
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 bundle_tracing_replay_feedback_logs_metrics_min webkit Tests
Failed to download base test artifact: <!DOCTYPE html> <!-- Hello future GitHubber! I bet you're here to remove those nasty inline styles, DRY up these templates and make 'em nice and re-usable, right? Please, don't. https://github.com/styleguide/templates/2.0 --> <html> <head> <title>Unicorn! &middot; GitHub</title> <style type="text/css" media="screen"> body { background-color: #f1f1f1; margin: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } .container { margin: 50px auto 40px auto; width: 600px; text-align: center; } a { color: #4183c4; text-decoration: none; } a:hover { text-decoration: underline; } h1 { letter-spacing: -1px; line-height: 60px; font-size: 60px; font-weight: 100; margin: 0px; text-shadow: 0 1px 0 #fff; } p { color: rgba(0, 0, 0, 0.5); margin: 10px 0 10px; font-size: 18px; font-weight: 200; line-height: 1.6em;} ul { list-style: none; margin: 25px 0; padding: 0; } li { display: table-cell; font-weight: bold; width: 1%; } .logo { display: inline-block; margin-top: 35px; } .logo-img-2x { display: none; } @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) { .logo-img-1x { display: none; } .logo-img-2x { display: inline-block; } } #suggestions { margin-top: 35px; color: #ccc; } #suggestions a { color: #666666; font-weight: 200; font-size: 14px; margin: 0 10px; } </style> </head> <body> <div class="container"> <p> <img width="200" src="data:image/png;base64, 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
🎭 Playwright Run Summary
11 passed (2.4s)
🎭 Playwright Run Summary
3 passed (2.2s)
🎭 Playwright Run Summary
1 passed (2.4s)
🎭 Playwright Run Summary
3 passed (3.3s)
🎭 Playwright Run Summary
2 passed (4.3s)
🎭 Playwright Run Summary
4 passed (2.6s)
🎭 Playwright Run Summary
4 passed (2.8s)
🎭 Playwright Run Summary
22 passed (8.0s)
🎭 Playwright Run Summary
10 passed (10.2s)
🎭 Playwright Run Summary
4 passed (7.2s)
🎭 Playwright Run Summary
3 skipped 17 passed (2.0s)
🎭 Playwright Run Summary
2 passed (3.3s)
🎭 Playwright Run Summary
3 passed (4.3s)
🎭 Playwright Run Summary
3 passed (2.6s)
🎭 Playwright Run Summary
2 passed (4.1s)
🎭 Playwright Run Summary
12 passed (6.5s)
🎭 Playwright Run Summary
4 passed (4.4s)
🎭 Playwright Run Summary
43 passed (4.6s)
🎭 Playwright Run Summary
14 passed (6.1s)
🎭 Playwright Run Summary
5 passed (17.3s)
🎭 Playwright Run Summary
43 passed (4.5s)
🎭 Playwright Run Summary
8 passed (3.5s)
🎭 Playwright Run Summary
4 passed (7.2s)
🎭 Playwright Run Summary
3 passed (6.2s)
🎭 Playwright Run Summary
3 passed (8.2s)
🎭 Playwright Run Summary
1 passed (4.9s)
🎭 Playwright Run Summary
4 passed (2.2s)
🎭 Playwright Run Summary
3 passed (4.8s)
🎭 Playwright Run Summary
13 passed (12.4s)
🎭 Playwright Run Summary
1 passed (3.4s)
🎭 Playwright Run Summary
1 passed (5.5s)
🎭 Playwright Run Summary
3 passed (6.2s)
🎭 Playwright Run Summary
4 passed (4.4s)
🎭 Playwright Run Summary
9 passed (9.6s)
🎭 Playwright Run Summary
1 passed (3.7s)
🎭 Playwright Run Summary
1 passed (3.7s)
🎭 Playwright Run Summary
5 passed (7.5s)
🎭 Playwright Run Summary
3 passed (14.3s)
🎭 Playwright Run Summary
5 passed (10.4s)
🎭 Playwright Run Summary
12 passed (7.6s)
🎭 Playwright Run Summary
2 passed (2.2s)
🎭 Playwright Run Summary
23 passed (12.4s)
🎭 Playwright Run Summary
5 passed (9.1s)
🎭 Playwright Run Summary
8 passed (3.6s)
🎭 Playwright Run Summary
8 passed (3.6s)
🎭 Playwright Run Summary
7 passed (5.1s)
🎭 Playwright Run Summary
4 passed (8.4s)
🎭 Playwright Run Summary
5 passed (8.6s)
🎭 Playwright Run Summary
3 passed (2.5s)
🎭 Playwright Run Summary
7 passed (6.4s)
🎭 Playwright Run Summary
15 passed (10.6s)
🎭 Playwright Run Summary
18 passed (19.2s)
🎭 Playwright Run Summary
3 passed (18.7s)
🎭 Playwright Run Summary
24 passed (15.9s)
🎭 Playwright Run Summary
3 passed (5.4s)
🎭 Playwright Run Summary
3 passed (14.4s)
🎭 Playwright Run Summary
3 skipped 17 passed (2.8s)
🎭 Playwright Run Summary
7 passed (25.4s)
🎭 Playwright Run Summary
1 passed (3.5s)
🎭 Playwright Run Summary
1 passed (3.6s)
🎭 Playwright Run Summary
10 passed (5.2s)
🎭 Playwright Run Summary
10 passed (5.5s)
🎭 Playwright Run Summary
43 passed (3.5s)
🎭 Playwright Run Summary
8 passed (7.8s)
🎭 Playwright Run Summary
16 passed (23.3s)
🎭 Playwright Run Summary
7 passed (13.2s)
🎭 Playwright Run Summary
11 passed (6.2s)
🎭 Playwright Run Summary
11 passed (6.6s)
🎭 Playwright Run Summary
9 passed (12.2s)
🎭 Playwright Run Summary
7 passed (8.8s)
🎭 Playwright Run Summary
16 passed (28.5s)
🎭 Playwright Run Summary
11 passed (5.2s)
🎭 Playwright Run Summary
11 passed (5.7s)
🎭 Playwright Run Summary
13 passed (28.4s)
🎭 Playwright Run Summary
10 passed (26.5s)
🎭 Playwright Run Summary
5 passed (6.9s)
🎭 Playwright Run Summary
1 passed (6.1s)
🎭 Playwright Run Summary
29 passed (26.6s)
🎭 Playwright Run Summary
2 passed (24.0s)
🎭 Playwright Run Summary
11 passed (15.9s)
🎭 Playwright Run Summary
12 passed (6.5s)
🎭 Playwright Run Summary
3 passed (2.8s)
🎭 Playwright Run Summary
1 skipped 12 passed (4.9s)
🎭 Playwright Run Summary
3 passed (5.7s)
🎭 Playwright Run Summary
13 passed (28.6s)
🎭 Playwright Run Summary
9 passed (11.3s)
🎭 Playwright Run Summary
3 skipped 21 passed (18.8s)
🎭 Playwright Run Summary
12 passed (27.8s)
🎭 Playwright Run Summary
1 passed (4.3s)
🎭 Playwright Run Summary
5 passed (9.1s)
🎭 Playwright Run Summary
7 passed (26.6s)
🎭 Playwright Run Summary
5 passed (8.7s)
🎭 Playwright Run Summary
13 passed (26.3s)
🎭 Playwright Run Summary
1 skipped 14 passed (13.7s)
🎭 Playwright Run Summary
4 passed (8.9s)
🎭 Playwright Run Summary
18 passed (20.2s)
🎭 Playwright Run Summary
11 passed (18.1s)
🎭 Playwright Run Summary
12 skipped 1 passed (2.6s)
🎭 Playwright Run Summary
3 passed (2.5s)
🎭 Playwright Run Summary
2 skipped 20 passed (27.5s)
🎭 Playwright Run Summary
4 passed (11.0s)
🎭 Playwright Run Summary
10 passed (26.4s)
🎭 Playwright Run Summary
10 passed (38.2s)
🎭 Playwright Run Summary
8 passed (6.1s)
🎭 Playwright Run Summary
9 passed (11.9s)
🎭 Playwright Run Summary
12 skipped 1 passed (4.9s)
🎭 Playwright Run Summary
2 skipped 20 passed (25.9s)
🎭 Playwright Run Summary
8 passed (10.4s)
🎭 Playwright Run Summary
12 passed (28.3s)
🎭 Playwright Run Summary
7 passed (30.5s)
🎭 Playwright Run Summary
7 passed (10.4s)
🎭 Playwright Run Summary
3 passed (15.9s)
🎭 Playwright Run Summary
3 passed (10.2s)
🎭 Playwright Run Summary
12 skipped 1 passed (3.1s)
🎭 Playwright Run Summary
3 passed (16.1s)
🎭 Playwright Run Summary
3 passed (9.7s)
🎭 Playwright Run Summary
10 passed (36.4s)
🎭 Playwright Run Summary
9 passed (9.8s)
🎭 Playwright Run Summary
14 passed (25.3s)
🎭 Playwright Run Summary
4 passed (16.2s)
🎭 Playwright Run Summary
4 passed (4.8s)
🎭 Playwright Run Summary
12 passed (28.9s)
🎭 Playwright Run Summary
12 passed (19.6s)
🎭 Playwright Run Summary
9 passed (11.1s)
🎭 Playwright Run Summary
15 passed (20.7s)
🎭 Playwright Run Summary
40 passed (20.2s)
🎭 Playwright Run Summary
12 passed (27.9s)
🎭 Playwright Run Summary
9 passed (10.9s)
🎭 Playwright Run Summary
1 passed (5.7s)
🎭 Playwright Run Summary
40 passed (20.2s)
🎭 Playwright Run Summary
8 passed (30.1s)
🎭 Playwright Run Summary
10 passed (24.8s)
🎭 Playwright Run Summary
8 passed (28.7s)
🎭 Playwright Run Summary
9 passed (9.2s)
🎭 Playwright Run Summary
14 skipped 12 passed (21.3s)
🎭 Playwright Run Summary
9 passed (10.9s)
🎭 Playwright Run Summary
11 passed (14.8s)
🎭 Playwright Run Summary
12 passed (28.3s)
🎭 Playwright Run Summary
4 passed (8.1s)
🎭 Playwright Run Summary
4 passed (12.7s)
🎭 Playwright Run Summary
12 passed (28.4s)
🎭 Playwright Run Summary
12 skipped 1 passed (2.3s)
🎭 Playwright Run Summary
14 skipped 12 passed (21.4s)
🎭 Playwright Run Summary
4 passed (7.0s)
🎭 Playwright Run Summary
5 passed (7.1s)
🎭 Playwright Run Summary
14 skipped 12 passed (23.8s)
🎭 Playwright Run Summary
10 passed (6.3s)
🎭 Playwright Run Summary
10 passed (6.4s)
🎭 Playwright Run Summary
17 passed (57.1s)
🎭 Playwright Run Summary
3 skipped 27 passed (37.7s)
🎭 Playwright Run Summary
30 passed (11.9s)
🎭 Playwright Run Summary
4 skipped 10 passed (26.6s)
🎭 Playwright Run Summary
4 skipped 10 passed (7.4s)
🎭 Playwright Run Summary
12 passed (8.9s)
🎭 Playwright Run Summary
3 passed (36.9s)
🎭 Playwright Run Summary
3 passed (10.3s)
🎭 Playwright Run Summary
4 skipped 10 passed (30.2s)
🎭 Playwright Run Summary
2 skipped 12 passed (6.5s)
🎭 Playwright Run Summary
4 passed (37.5s)
🎭 Playwright Run Summary
4 passed (7.5s)
🎭 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.9s)
🎭 Playwright Run Summary
3 passed (3.4s)
🎭 Playwright Run Summary
1 flaky [chromium] › tests/orpc-error.test.ts:4:1 › should capture server-side orpc error ────────────── 2 passed (43.8s)
🎭 Playwright Run Summary
3 passed (7.8s)
🎭 Playwright Run Summary
13 passed (48.5s)
🎭 Playwright Run Summary
13 passed (9.9s)
🎭 Playwright Run Summary
3 skipped 27 passed (38.3s)
🎭 Playwright Run Summary
30 passed (11.9s)
🎭 Playwright Run Summary
5 passed (46.0s)
🎭 Playwright Run Summary
5 passed (11.9s)
🎭 Playwright Run Summary
4 passed (20.4s)
🎭 Playwright Run Summary
2 skipped 48 passed (1.0m)
🎭 Playwright Run Summary
4 passed (17.5s)
🎭 Playwright Run Summary
51 passed (1.0m)
🎭 Playwright Run Summary
2 skipped 29 passed (1.1m)
🎭 Playwright Run Summary
2 skipped 29 passed (37.5s)
🎭 Playwright Run Summary
13 passed (52.3s)
🎭 Playwright Run Summary
13 passed (9.4s)
🎭 Playwright Run Summary
7 skipped 23 passed (10.5s)
🎭 Playwright Run Summary
5 skipped 25 passed (12.8s)
🎭 Playwright Run Summary
8 skipped 22 passed (9.4s)
🎭 Playwright Run Summary
7 skipped 23 passed (11.6s)
🎭 Playwright Run Summary
15 passed (23.6s)
🎭 Playwright Run Summary
4 passed (18.8s)
🎭 Playwright Run Summary
51 passed (1.0m)
🎭 Playwright Run Summary
4 skipped 26 passed (19.8s)
🎭 Playwright Run Summary
1 skipped 29 passed (20.2s)
🎭 Playwright Run Summary
4 skipped 10 passed (34.8s)
🎭 Playwright Run Summary
2 skipped 12 passed (7.8s)
🎭 Playwright Run Summary
482 skipped 191 passed (36.5s)
🎭 Playwright Run Summary
483 skipped 190 passed (34.7s)
🎭 Playwright Run Summary
5 skipped 25 passed (18.9s)
🎭 Playwright Run Summary
13 passed (47.4s)
🎭 Playwright Run Summary
13 passed (11.1s)
🎭 Playwright Run Summary
1 failed [chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls 478 skipped 194 passed (40.7s)
🎭 Playwright Run Summary
5 skipped 36 passed (1.8m)
🎭 Playwright Run Summary
2 skipped 39 passed (1.0m)
🎭 Playwright Run Summary
43 passed (2.2m)
🎭 Playwright Run Summary
5 skipped 36 passed (1.8m)
🎭 Playwright Run Summary
2 skipped 39 passed (1.1m)
🎭 Playwright Run Summary
348 skipped 325 passed (1.5m)
🎭 Playwright Run Summary
5 skipped 36 passed (1.9m)
🎭 Playwright Run Summary
2 skipped 39 passed (1.0m)
🎭 Playwright Run Summary
1 failed [chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls 346 skipped 326 passed (1.5m)
🎭 Playwright Run Summary
5 skipped 29 passed (2.0m)
🎭 Playwright Run Summary
6 skipped 28 passed (1.0m)
🎭 Playwright Run Summary
2 skipped 29 passed (2.1m)
🎭 Playwright Run Summary
2 skipped 29 passed (36.9s)
🎭 Playwright Run Summary
2 skipped 29 passed (2.1m)
🎭 Playwright Run Summary
2 skipped 29 passed (36.8s)
🎭 Playwright Run Summary
1 skipped 168 passed (2.5m)
🎭 Playwright Run Summary
1 failed [chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls 3 skipped 164 passed (2.5m)
🎭 Playwright Run Summary
4 passed (24.7s)
🎭 Playwright Run Summary
2 skipped 32 passed (2.6m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.1m)
🎭 Playwright Run Summary
7 skipped 34 passed (2.9m)
🎭 Playwright Run Summary
2 skipped 39 passed (1.0m)
🎭 Playwright Run Summary
7 skipped 34 passed (3.0m)
🎭 Playwright Run Summary
2 skipped 39 passed (1.0m)
🎭 Playwright Run Summary
7 skipped 34 passed (3.0m)
🎭 Playwright Run Summary
2 skipped 39 passed (1.0m)
🎭 Playwright Run Summary
2 skipped 32 passed (3.1m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.1m)
🎭 Playwright Run Summary
5 skipped 163 passed (3.6m)
🎭 Playwright Run Summary
195 skipped 478 passed (3.8m)
🎭 Playwright Run Summary
3 skipped 165 passed (3.9m)
🎭 Playwright Run Summary
1 failed [chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls 190 skipped 482 passed (4.0m)
🎭 Playwright Run Summary
1 failed [webkit] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls 202 skipped 470 passed (3.7m)
🎭 Playwright Run Summary
1 failed [chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls 56 skipped 616 passed (4.8m)
🎭 Playwright Run Summary
59 skipped 614 passed (4.7m)
🎭 Playwright Run Summary
1 failed [chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls 54 skipped 618 passed (4.8m)
🎭 Playwright Run Summary
59 skipped 614 passed (4.8m)
🎭 Playwright Run Summary
1 failed [chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls 54 skipped 618 passed (4.9m)

Artifacts

Produced during runtime
Name Size Digest
build-bundle-output Expired
20.4 MB
sha256:e61dc66366c051c636b8df69e793626dea49a55cd9dbac186b94aa319bf4267c
build-layer-output Expired
1.73 MB
sha256:aa8d01bd4dd9d10770012b41fef294bf96f935c72d7f22767a17bd6db6dd5f51
build-output Expired
10.5 MB
sha256:5030a2e0e9f9a37ace11acb53345632c324ab196639cd87a627b2b91b340af3a
build-tarball-output Expired
5 MB
sha256:dd624f2ad97acabc5b86e1a1d17b504818ec54433009bd0e6cd9860ff15d3a36
codecov-coverage-results-nh-array-attribute-support-job_browser_unit_tests
94.9 KB
sha256:17584443e9145f91b3382d642f7c861af8ef5ac1be7328a26a2fe3a83ac2e010
codecov-coverage-results-nh-array-attribute-support-job_node_unit_tests-18
257 KB
sha256:c1314b2fc207f7d47b8ceebd75f148aa9b24286d1f35936a55f2904f97607bb2
codecov-coverage-results-nh-array-attribute-support-job_node_unit_tests-20
264 KB
sha256:3ef46d7d46004cd1b40005c727c12ad7a0e89eae3392a880eefe8385ad52ff0a
codecov-coverage-results-nh-array-attribute-support-job_node_unit_tests-22
264 KB
sha256:e7f39c1b3dc8ecff0c8474c147af6b830fddff4e6092ac525ee8a5d6570d6f70
codecov-coverage-results-nh-array-attribute-support-job_node_unit_tests-24
264 KB
sha256:12c7d618bc27d4e13aab881c524a8a2e6387c96cfecaeffaf711ded682ad37f4
codecov-test-results-nh-array-attribute-support-job_browser_loader_tests-browser-loader-loader_base
240 Bytes
sha256:384c8b04f34d15680172818253d2f0c82e2b4aba1d9dfffc8f48bffea854561d
codecov-test-results-nh-array-attribute-support-job_browser_loader_tests-browser-loader-loader_debug
240 Bytes
sha256:abdf88c114662c868e61ffc9959eadfdb0441c626746fa5070738d518fed357e
codecov-test-results-nh-array-attribute-support-job_browser_loader_tests-browser-loader-loader_eager
243 Bytes
sha256:cd5c8286615004a33f4f80c3cc4db5b0498743c2e92283c7f63e4eede9efbf43
codecov-test-results-nh-array-attribute-support-job_browser_loader_tests-browser-loader-loader_replay
236 Bytes
sha256:c7fa537b2b6d79f2e7cbf8aa9646b0c5b1cf4c1a541069fd9ca6104c19602929
codecov-test-results-nh-array-attribute-support-job_browser_loader_tests-browser-loader-loader_replay_buffer
240 Bytes
sha256:9176c02dcd72ad5a3879102dcf81a2c276020b7fde9440f84cf223727da677b7
codecov-test-results-nh-array-attribute-support-job_browser_loader_tests-browser-loader-loader_tracing
242 Bytes
sha256:3ce1ed9ec43989e4094ac2116c449119c0462715a60bd5703446aad1fd18be01
codecov-test-results-nh-array-attribute-support-job_browser_loader_tests-browser-loader-loader_tracing_replay
240 Bytes
sha256:8efc7b2fec898cbf757218ccc467fa0d861cb63f499e82715d4921e53af070e2
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle-chromium
248 Bytes
sha256:fc0008b582f122aec1d000afcfd386bc343706fe120c823843beecc3ee177b88
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle_logs_metrics-chromium
960 Bytes
sha256:509a01efc75fc6cd18afd09d105684460104a85bc5bc8453ed8a6ee520771154
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle_min-chromium
244 Bytes
sha256:053145f21ad9f273ee9ce645b9cf46fda5604b2307f3cd328d67e447abdc1690
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle_replay-chromium
245 Bytes
sha256:ac68f7b77b97740aff0d2ab244fb27593c3f19d8ad6b94fb19075f94c504a981
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle_replay_logs_metrics-chromium
962 Bytes
sha256:d56807999ac57d9dc42556e273b355c6a80e96e5e8b637fff401bed5fc4852f7
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle_tracing-chromium
246 Bytes
sha256:eab1febc5984b244fb2dcab9bc950a862006559543757b5161302395d985783f
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle_tracing_logs_metrics-chromium
959 Bytes
sha256:bdd47d85d418923813e0230203a4f3dfd92affef5655d7a9a90aecb370dab15e
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay-chromium
247 Bytes
sha256:8ac447838eb264a04d9610441b72e2aee8dffaf7ccb16bdcb5540eb01be293f1
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback-chromium
247 Bytes
sha256:ea276a10da67745bd2c4675d4b2b19069e26529eefc5a865e87c8cac2de21ca8
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics-chromium
961 Bytes
sha256:c8c2960b7d238b16ca6f95e076e6f00a633aed6caeebee5d0989860a6f878a34
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-chromium
960 Bytes
sha256:d38c2d7ce99e836424327533a4d43c284c68954988a73cc6315e870d55997d6f
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-firefox
236 Bytes
sha256:6a5a18279236faced0c74c521002cb05a7464f8eca1797dad991d1f403e1710d
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-webkit
959 Bytes
sha256:bb9d504492fe4e44e64a2cec476db0c51d695a3f72e3d97a1ae858ccfe5a1998
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_logs_metrics-chromium
958 Bytes
sha256:24d5a409910b040fed2282b168e60886f3f08a4fd748f83fe3f76cc3772bfa6a
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-esm-chromium-1
244 Bytes
sha256:f278020b3aa2fcd5a12c66b3160d84cdcefa4b93dedd9b2fa84088283006a267
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-esm-chromium-2
958 Bytes
sha256:592f1a6aa6d7ffe830a639288d481b8d204119af2ee4f3380b2381e662d08120
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-esm-chromium-3
241 Bytes
sha256:e4ab5e64508fc73a762cf541e99f5570d9a1c698d9b0e3bd3f86e28c736c5fa9
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-esm-chromium-4
241 Bytes
sha256:2c9534e47b00b74a76a1c8c669ed12eb695bb415cfa9e76137c648478b14fe8d
codecov-test-results-nh-array-attribute-support-job_browser_unit_tests
240 Bytes
sha256:57ac4c1aa7012a290be923f0ddbf831e1dfc435e903a2b77cb8094405e291d30
codecov-test-results-nh-array-attribute-support-job_node_unit_tests-18
253 Bytes
sha256:f31d1e4476ea3add44f11fe33a5c926157689bec2a359bccb47b3d6e768c800a
codecov-test-results-nh-array-attribute-support-job_node_unit_tests-20
248 Bytes
sha256:8d95e0529a43dc7d36a28b8d4869a89f3a3e756035c04955f98523b8b336be62
codecov-test-results-nh-array-attribute-support-job_node_unit_tests-22
253 Bytes
sha256:32f7f6b64204a3190d2561abea1d1fd4b1d881d2fd46e15c21826c984d186203
codecov-test-results-nh-array-attribute-support-job_node_unit_tests-24
253 Bytes
sha256:ad81900fb069781c82057c66928f43de45335d100ac84beb40787f0d8d0737cb
playwright-traces-job_browser_playwright_tests-bundle_logs_metrics-chromium-0
356 KB
sha256:de5366778e4769d174189e7db7e939ca5546a3b495465012fbb5c083ad81fb46
playwright-traces-job_browser_playwright_tests-bundle_replay_logs_metrics-chromium-0
626 KB
sha256:398250df8cee8163f793e28f3f858a982b742bc62e38e91c7f882c641ffd9f76
playwright-traces-job_browser_playwright_tests-bundle_tracing_logs_metrics-chromium-0
549 KB
sha256:eaa0e7bcf0d1a5052bc2805b810de7e2b7052b59dd1a9fb4639626a242c62df4
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback_logs_metrics-chromium-0
813 KB
sha256:18ffa48d1d829fe0d84e9865b1d1c3ff585194c2d3704811c6a21bbedd071c75
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback_logs_metrics_min-chromium-0
290 KB
sha256:f210dbe7c15a9107691b321aed25acc7e16aeca38acf50a1cb66d27fed5a5bb7
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback_logs_metrics_min-webkit-0
290 KB
sha256:ddaa53feec5a49c0faf478cf0bb2c99c9569949bda2f79d437182d0e301f0660
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_logs_metrics-chromium-0
789 KB
sha256:5cb5f0bf53550474be372255c7e33f91e1bd2b89f724a59790bafaac79dc86da
playwright-traces-job_browser_playwright_tests-esm-chromium-2
1.21 MB
sha256:bc1b5d8cf395ae3a80bd8007b3f6ca8f883011fa219c09b99e438d7602c89768