Skip to content

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

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

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

Triggered via pull request May 4, 2026 12:08
Status Failure
Total duration 19m 56s
Artifacts 48

build.yml

on: pull_request
Get CI Metadata  /  Get Metadata
8s
Get CI Metadata / Get Metadata
Check lockfile
3m 46s
Check lockfile
Check file formatting
50s
Check file formatting
Check PR branches
3s
Check PR branches
Build Lambda layer
1m 14s
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 2s
Lint
Circular Dependency Check
1m 38s
Circular Dependency Check
Browser Unit Tests
4m 45s
Browser Unit Tests
Bun Unit Tests
41s
Bun Unit Tests
Deno Unit Tests
1m 4s
Deno Unit Tests
Cloudflare Integration Tests
2m 5s
Cloudflare Integration Tests
Bun Integration Tests
40s
Bun Integration Tests
Check for faulty .d.ts files
39s
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

22 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#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_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
Playwright bundle_tracing_replay_feedback Tests
Process completed with exit code 1.
[chromium] › suites/profiling/traceLifecycleMode_overlapping-spans/test.ts:33:11 › sends profile envelope in trace mode (single chunk for overlapping spans): dev-packages/browser-integration-tests/suites/profiling/test-utils.ts#L104
1) [chromium] › suites/profiling/traceLifecycleMode_overlapping-spans/test.ts:33:11 › sends profile envelope in trace mode (single chunk for overlapping spans) Error: expect(received).toHaveProperty(path) Expected path: "abs_path" Received path: [] Received value: {"function": "now"} at profiling/test-utils.ts:104 102 | // Some browser functions (fetch, setTimeout) may not have file locations 103 | if (frame.function !== 'fetch' && frame.function !== 'setTimeout') { > 104 | expect(frame).toHaveProperty('abs_path'); | ^ 105 | expect(frame).toHaveProperty('lineno'); 106 | expect(frame).toHaveProperty('colno'); 107 | expect(typeof frame.abs_path).toBe('string'); at validateProfile (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/profiling/test-utils.ts:104:21) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/profiling/traceLifecycleMode_overlapping-spans/test.ts:59:20
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
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-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 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/
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%
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%
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.
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 esm (3/4) Tests
Failed to download base test artifact: We couldn't respond to your request in time. Sorry about that. Please try resubmitting your request and contact us if the problem persists.
🎭 Playwright Run Summary
3 passed (3.3s)
🎭 Playwright Run Summary
3 passed (2.5s)
🎭 Playwright Run Summary
3 skipped 17 passed (2.1s)
🎭 Playwright Run Summary
8 passed (2.3s)
🎭 Playwright Run Summary
3 passed (2.2s)
🎭 Playwright Run Summary
4 passed (2.2s)
🎭 Playwright Run Summary
3 skipped 17 passed (2.7s)
🎭 Playwright Run Summary
3 passed (2.5s)
🎭 Playwright Run Summary
11 passed (2.6s)
🎭 Playwright Run Summary
3 passed (2.5s)
🎭 Playwright Run Summary
4 passed (2.8s)
🎭 Playwright Run Summary
5 passed (7.8s)
🎭 Playwright Run Summary
2 passed (4.1s)
🎭 Playwright Run Summary
2 passed (5.7s)
🎭 Playwright Run Summary
9 passed (9.7s)
🎭 Playwright Run Summary
43 passed (5.6s)
🎭 Playwright Run Summary
22 passed (9.2s)
🎭 Playwright Run Summary
4 passed (7.2s)
🎭 Playwright Run Summary
3 passed (6.2s)
🎭 Playwright Run Summary
5 passed (7.3s)
🎭 Playwright Run Summary
11 passed (5.3s)
🎭 Playwright Run Summary
11 passed (5.6s)
🎭 Playwright Run Summary
15 passed (10.5s)
🎭 Playwright Run Summary
1 passed (2.1s)
🎭 Playwright Run Summary
3 passed (6.2s)
🎭 Playwright Run Summary
1 passed (3.4s)
🎭 Playwright Run Summary
1 passed (6.1s)
🎭 Playwright Run Summary
1 passed (5.5s)
🎭 Playwright Run Summary
24 passed (13.3s)
🎭 Playwright Run Summary
5 passed (8.7s)
🎭 Playwright Run Summary
5 passed (8.1s)
🎭 Playwright Run Summary
10 passed (10.3s)
🎭 Playwright Run Summary
11 passed (6.2s)
🎭 Playwright Run Summary
11 passed (6.5s)
🎭 Playwright Run Summary
7 passed (5.8s)
🎭 Playwright Run Summary
3 passed (8.3s)
🎭 Playwright Run Summary
7 passed (6.5s)
🎭 Playwright Run Summary
3 passed (3.3s)
🎭 Playwright Run Summary
43 passed (3.5s)
🎭 Playwright Run Summary
4 passed (4.0s)
🎭 Playwright Run Summary
4 passed (8.0s)
🎭 Playwright Run Summary
10 passed (5.2s)
🎭 Playwright Run Summary
10 passed (5.5s)
🎭 Playwright Run Summary
14 passed (4.7s)
🎭 Playwright Run Summary
11 passed (15.5s)
🎭 Playwright Run Summary
23 passed (12.6s)
🎭 Playwright Run Summary
1 passed (4.9s)
🎭 Playwright Run Summary
8 passed (3.5s)
🎭 Playwright Run Summary
8 passed (3.5s)
🎭 Playwright Run Summary
12 passed (6.7s)
🎭 Playwright Run Summary
4 passed (7.2s)
🎭 Playwright Run Summary
3 passed (5.3s)
🎭 Playwright Run Summary
18 passed (18.7s)
🎭 Playwright Run Summary
1 passed (5.0s)
🎭 Playwright Run Summary
2 passed (2.5s)
🎭 Playwright Run Summary
12 passed (8.7s)
🎭 Playwright Run Summary
12 passed (6.5s)
🎭 Playwright Run Summary
2 passed (3.3s)
🎭 Playwright Run Summary
8 passed (6.1s)
🎭 Playwright Run Summary
13 passed (12.4s)
🎭 Playwright Run Summary
1 passed (3.5s)
🎭 Playwright Run Summary
1 passed (3.6s)
🎭 Playwright Run Summary
5 passed (9.2s)
🎭 Playwright Run Summary
1 passed (3.7s)
🎭 Playwright Run Summary
1 passed (3.7s)
🎭 Playwright Run Summary
2 skipped 20 passed (24.3s)
🎭 Playwright Run Summary
7 passed (12.0s)
🎭 Playwright Run Summary
9 passed (11.2s)
🎭 Playwright Run Summary
3 passed (6.7s)
🎭 Playwright Run Summary
5 passed (17.3s)
🎭 Playwright Run Summary
7 passed (8.7s)
🎭 Playwright Run Summary
13 passed (28.3s)
🎭 Playwright Run Summary
3 passed (4.9s)
🎭 Playwright Run Summary
11 passed (15.8s)
🎭 Playwright Run Summary
3 passed (13.5s)
🎭 Playwright Run Summary
4 passed (7.0s)
🎭 Playwright Run Summary
4 passed (8.4s)
🎭 Playwright Run Summary
16 passed (28.5s)
🎭 Playwright Run Summary
3 passed (13.7s)
🎭 Playwright Run Summary
12 skipped 1 passed (4.4s)
🎭 Playwright Run Summary
43 passed (4.6s)
🎭 Playwright Run Summary
14 passed (26.4s)
🎭 Playwright Run Summary
5 passed (7.4s)
🎭 Playwright Run Summary
9 passed (11.7s)
🎭 Playwright Run Summary
5 passed (8.9s)
🎭 Playwright Run Summary
4 passed (1.9s)
🎭 Playwright Run Summary
3 skipped 21 passed (17.2s)
🎭 Playwright Run Summary
3 passed (4.0s)
🎭 Playwright Run Summary
9 passed (11.9s)
🎭 Playwright Run Summary
2 skipped 20 passed (26.5s)
🎭 Playwright Run Summary
9 passed (12.1s)
🎭 Playwright Run Summary
7 passed (9.6s)
🎭 Playwright Run Summary
2 passed (23.1s)
🎭 Playwright Run Summary
12 passed (27.8s)
🎭 Playwright Run Summary
15 passed (21.0s)
🎭 Playwright Run Summary
10 passed (27.4s)
🎭 Playwright Run Summary
29 passed (28.9s)
🎭 Playwright Run Summary
18 passed (19.1s)
🎭 Playwright Run Summary
7 passed (28.7s)
🎭 Playwright Run Summary
12 passed (28.3s)
🎭 Playwright Run Summary
9 passed (12.4s)
🎭 Playwright Run Summary
4 passed (3.3s)
🎭 Playwright Run Summary
9 passed (11.3s)
🎭 Playwright Run Summary
4 passed (10.2s)
🎭 Playwright Run Summary
12 skipped 1 passed (4.0s)
🎭 Playwright Run Summary
12 passed (6.8s)
🎭 Playwright Run Summary
13 passed (28.5s)
🎭 Playwright Run Summary
8 passed (9.6s)
🎭 Playwright Run Summary
10 passed (29.4s)
🎭 Playwright Run Summary
40 passed (19.4s)
🎭 Playwright Run Summary
12 passed (19.5s)
🎭 Playwright Run Summary
13 passed (24.6s)
🎭 Playwright Run Summary
3 passed (16.1s)
🎭 Playwright Run Summary
3 passed (9.4s)
🎭 Playwright Run Summary
3 passed (19.6s)
🎭 Playwright Run Summary
8 passed (30.0s)
🎭 Playwright Run Summary
16 passed (23.5s)
🎭 Playwright Run Summary
8 passed (6.3s)
🎭 Playwright Run Summary
4 passed (10.7s)
🎭 Playwright Run Summary
7 passed (24.9s)
🎭 Playwright Run Summary
12 skipped 1 passed (4.9s)
🎭 Playwright Run Summary
1 skipped 12 passed (4.7s)
🎭 Playwright Run Summary
12 passed (28.2s)
🎭 Playwright Run Summary
1 passed (4.5s)
🎭 Playwright Run Summary
11 passed (20.4s)
🎭 Playwright Run Summary
10 passed (6.4s)
🎭 Playwright Run Summary
10 passed (6.6s)
🎭 Playwright Run Summary
10 passed (28.9s)
🎭 Playwright Run Summary
12 passed (28.0s)
🎭 Playwright Run Summary
14 skipped 12 passed (21.2s)
🎭 Playwright Run Summary
4 passed (16.1s)
🎭 Playwright Run Summary
4 passed (4.6s)
🎭 Playwright Run Summary
7 passed (33.1s)
🎭 Playwright Run Summary
40 passed (20.5s)
🎭 Playwright Run Summary
12 passed (27.5s)
🎭 Playwright Run Summary
10 passed (38.7s)
🎭 Playwright Run Summary
12 skipped 1 passed (4.7s)
🎭 Playwright Run Summary
4 passed (10.0s)
🎭 Playwright Run Summary
9 passed (10.0s)
🎭 Playwright Run Summary
3 passed (15.7s)
🎭 Playwright Run Summary
3 passed (10.2s)
🎭 Playwright Run Summary
12 passed (27.7s)
🎭 Playwright Run Summary
4 skipped 10 passed (22.2s)
🎭 Playwright Run Summary
4 skipped 10 passed (6.4s)
🎭 Playwright Run Summary
9 passed (7.0s)
🎭 Playwright Run Summary
10 passed (35.9s)
🎭 Playwright Run Summary
1 skipped 14 passed (11.0s)
🎭 Playwright Run Summary
14 skipped 12 passed (21.9s)
🎭 Playwright Run Summary
5 passed (8.1s)
🎭 Playwright Run Summary
8 passed (29.3s)
🎭 Playwright Run Summary
14 skipped 12 passed (22.3s)
🎭 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.5s)
🎭 Playwright Run Summary
3 passed (3.3s)
🎭 Playwright Run Summary
3 skipped 27 passed (39.3s)
🎭 Playwright Run Summary
30 passed (13.5s)
🎭 Playwright Run Summary
3 skipped 27 passed (37.2s)
🎭 Playwright Run Summary
30 passed (14.8s)
🎭 Playwright Run Summary
4 skipped 10 passed (34.5s)
🎭 Playwright Run Summary
2 skipped 12 passed (8.0s)
🎭 Playwright Run Summary
5 passed (45.4s)
🎭 Playwright Run Summary
5 passed (10.7s)
🎭 Playwright Run Summary
4 passed (34.9s)
🎭 Playwright Run Summary
4 passed (7.3s)
🎭 Playwright Run Summary
17 passed (57.5s)
🎭 Playwright Run Summary
13 passed (48.1s)
🎭 Playwright Run Summary
13 passed (9.2s)
🎭 Playwright Run Summary
3 passed (38.6s)
🎭 Playwright Run Summary
3 passed (11.2s)
🎭 Playwright Run Summary
4 skipped 10 passed (30.4s)
🎭 Playwright Run Summary
2 skipped 12 passed (7.5s)
🎭 Playwright Run Summary
13 passed (39.2s)
🎭 Playwright Run Summary
13 passed (8.0s)
🎭 Playwright Run Summary
1 flaky [chromium] › tests/orpc-error.test.ts:4:1 › should capture server-side orpc error ────────────── 2 passed (42.4s)
🎭 Playwright Run Summary
3 passed (7.4s)
🎭 Playwright Run Summary
4 passed (20.5s)
🎭 Playwright Run Summary
2 skipped 48 passed (1.1m)
🎭 Playwright Run Summary
13 passed (51.2s)
🎭 Playwright Run Summary
13 passed (9.2s)
🎭 Playwright Run Summary
4 passed (18.7s)
🎭 Playwright Run Summary
51 passed (1.0m)
🎭 Playwright Run Summary
2 skipped 29 passed (1.2m)
🎭 Playwright Run Summary
2 skipped 29 passed (37.4s)
🎭 Playwright Run Summary
8 skipped 22 passed (10.5s)
🎭 Playwright Run Summary
4 passed (19.1s)
🎭 Playwright Run Summary
51 passed (1.0m)
🎭 Playwright Run Summary
1 skipped 29 passed (19.2s)
🎭 Playwright Run Summary
43 passed (2.2m)
🎭 Playwright Run Summary
5 skipped 25 passed (11.1s)
🎭 Playwright Run Summary
15 passed (25.7s)
🎭 Playwright Run Summary
1 failed [chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls 478 skipped 194 passed (36.5s)
🎭 Playwright Run Summary
4 skipped 26 passed (20.3s)
🎭 Playwright Run Summary
482 skipped 191 passed (38.4s)
🎭 Playwright Run Summary
7 skipped 23 passed (11.0s)
🎭 Playwright Run Summary
7 skipped 23 passed (10.8s)
🎭 Playwright Run Summary
5 skipped 25 passed (16.9s)
🎭 Playwright Run Summary
483 skipped 190 passed (35.4s)
🎭 Playwright Run Summary
5 skipped 36 passed (1.8m)
🎭 Playwright Run Summary
2 skipped 39 passed (1.1m)
🎭 Playwright Run Summary
5 skipped 36 passed (1.8m)
🎭 Playwright Run Summary
2 skipped 39 passed (1.1m)
🎭 Playwright Run Summary
5 skipped 36 passed (1.8m)
🎭 Playwright Run Summary
2 skipped 39 passed (1.1m)
🎭 Playwright Run Summary
2 skipped 29 passed (2.0m)
🎭 Playwright Run Summary
2 skipped 29 passed (37.7s)
🎭 Playwright Run Summary
2 skipped 29 passed (2.0m)
🎭 Playwright Run Summary
2 skipped 29 passed (37.9s)
🎭 Playwright Run Summary
348 skipped 325 passed (1.5m)
🎭 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.1m)
🎭 Playwright Run Summary
6 skipped 28 passed (1.1m)
🎭 Playwright Run Summary
4 passed (23.1s)
🎭 Playwright Run Summary
1 skipped 168 passed (2.6m)
🎭 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
1 failed [chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls 3 skipped 164 passed (2.6m)
🎭 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 (2.9m)
🎭 Playwright Run Summary
2 skipped 39 passed (1.0m)
🎭 Playwright Run Summary
5 skipped 163 passed (3.6m)
🎭 Playwright Run Summary
2 skipped 32 passed (3.2m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.1m)
🎭 Playwright Run Summary
195 skipped 478 passed (3.8m)
🎭 Playwright Run Summary
3 skipped 165 passed (3.8m)
🎭 Playwright Run Summary
1 failed [chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls 190 skipped 482 passed (3.9m)
🎭 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
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 56 skipped 616 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)
🎭 Playwright Run Summary
1 failed [chromium] › suites/profiling/traceLifecycleMode_overlapping-spans/test.ts:33:11 › sends profile envelope in trace mode (single chunk for overlapping spans) 59 skipped 613 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:6309b846e93eefefa24643957b1c11c687a7dd9c286124584ce15187ba6ba1bd
build-layer-output Expired
1.73 MB
sha256:967e6d99dcc975ffc05592d6916ff271ac5dc4c8f814a48ca7221fe96fdfce8e
build-output Expired
10.5 MB
sha256:5e893427082012ec0ab6649e511df2e23f446e5d9ea29331a58b443612870ee0
build-tarball-output Expired
5 MB
sha256:2360370998d316ee826d596eb017ffd7a5d3b14184ba55011b71af577cddd421
codecov-coverage-results-nh-array-attribute-support-job_browser_unit_tests
88.4 KB
sha256:a374e82e2fd3ccfe72da296cfd56919bf937e7c23267ad8341dc3535bd640543
codecov-coverage-results-nh-array-attribute-support-job_node_unit_tests-18
255 KB
sha256:e5ffe92d1c88c0c087185d878d5d5f238691fe7146f49fb70b02f216cb97a4db
codecov-coverage-results-nh-array-attribute-support-job_node_unit_tests-20
263 KB
sha256:78f3757360c836037a4bbe85525a960c46ae890f928d099bb1b5bca2aa119fc4
codecov-coverage-results-nh-array-attribute-support-job_node_unit_tests-22
263 KB
sha256:218f75f430c917331c7dace16dc2fa7466945c428dc20427570db4ea77f98a4a
codecov-coverage-results-nh-array-attribute-support-job_node_unit_tests-24
263 KB
sha256:45d51ed7bbedf421f51a0c1ab796dc381b4cf5aa137652fe1f4c711bcf4f53eb
codecov-test-results-nh-array-attribute-support-job_browser_loader_tests-browser-loader-loader_base
240 Bytes
sha256:e2454c8cfc57ecaddc039f2cc87c658ff4f3732eb7865fe4037652f428cb8263
codecov-test-results-nh-array-attribute-support-job_browser_loader_tests-browser-loader-loader_debug
242 Bytes
sha256:1602070774443cc8fee627a9c787f16150e04d3306f6acd3b45a6715a8037497
codecov-test-results-nh-array-attribute-support-job_browser_loader_tests-browser-loader-loader_eager
240 Bytes
sha256:279e6f04ffb1685a3f01f207e5b98d4f9cc9133d410a17eb9eee358c4b8caefd
codecov-test-results-nh-array-attribute-support-job_browser_loader_tests-browser-loader-loader_replay
240 Bytes
sha256:c35a8ddcea33661d24e7656c5399c5c9cd1fea48be99a1c97577c538618bd5a0
codecov-test-results-nh-array-attribute-support-job_browser_loader_tests-browser-loader-loader_replay_buffer
241 Bytes
sha256:c62c18dab0f962bd784bd5a2fb71ad7808a23fa2a17d9a81933a23242d5328db
codecov-test-results-nh-array-attribute-support-job_browser_loader_tests-browser-loader-loader_tracing
241 Bytes
sha256:4827c3cc0ccefa57383ebca02205645bc0072211996970298f6aaa707ecc986e
codecov-test-results-nh-array-attribute-support-job_browser_loader_tests-browser-loader-loader_tracing_replay
241 Bytes
sha256:1ab3a6ab523fa83b2411d3102026e9e9947dd66f57f0ffdb832bec5f1168dfaf
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle-chromium
248 Bytes
sha256:3dc76a2bc026a6a8c43a2c82a8ef24e5f6101b271c140adfc25c45f4713abcd3
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle_logs_metrics-chromium
962 Bytes
sha256:f7b50bdd7f467fd3b9c14b6e2c0103839559d04cc115017f198dd52fc89ecfd7
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle_min-chromium
242 Bytes
sha256:d936c16ec4b9d88beab73501c60c5ca092545daf071e245e66ee524c059f859a
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle_replay-chromium
247 Bytes
sha256:62b6a85849c720000de5da4e9afd99b72efab5328518e2435cc5f04c1b35b3ea
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle_replay_logs_metrics-chromium
964 Bytes
sha256:0ac39af017870fc1f3b1569755d81eb0c4c719e71a8d10f8ea47d5f248d509be
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle_tracing-chromium
247 Bytes
sha256:87ff2a7543274f8cafe6dca9d770aa13ab3d93c690e433a81391d7d3788c21a1
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle_tracing_logs_metrics-chromium
961 Bytes
sha256:8bd0286d18aa452d53fdcda9d566826f7a2a03aa5a70b79635467b72cfd91ee3
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay-chromium
246 Bytes
sha256:57048fdf9b369a76cd86604d6c366070acd492c60af1367cdf5ec1ee274fde9b
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback-chromium
922 Bytes
sha256:3c76eac3e15c0d022d91f090b5d4a4f58d7c7808fd5c593ab35e114a4fd9710a
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics-chromium
961 Bytes
sha256:7df3a5b87e2b7eda37a34f64913a66e18bd28c61d3079c51c545fbdc07d93fc1
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-chromium
960 Bytes
sha256:7a5d37af3f092d971156faf0acce632594f67b64d50e8a17122155b5fdf8f0b6
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-firefox
233 Bytes
sha256:ad8b34c8dbfbf67dd25a973cd40685d5e8140ff398ca8a25b77177808179caf5
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-webkit
959 Bytes
sha256:a4caee0662969d97d3159bcaaad589fba76575f241b3a8a4d5c606d13a0b1daa
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_logs_metrics-chromium
960 Bytes
sha256:ef4380ec480c42502174df243e13b54a36e4099df870443d16451f0c08328e65
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-esm-chromium-1
245 Bytes
sha256:bf2be08c4521d21c860b566fadef2e79a73dfb3290b37034507afc76873d4668
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-esm-chromium-2
959 Bytes
sha256:0ebd53e341ea81bb6e39952be48e47b3d79a42c0db7268851fc978d4db53af60
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-esm-chromium-3
245 Bytes
sha256:36475f87189e925850e7ef4029510acc333c6c76e0c041bbbc18c7c7f0d411ee
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-esm-chromium-4
245 Bytes
sha256:88e8044b9e5a10bb1928ca0d96aa62571d8c3924023dbde7c8cd4fc727a47b2b
codecov-test-results-nh-array-attribute-support-job_browser_unit_tests
244 Bytes
sha256:957c2d9b7868d184b6b61a6ed328e27ca5a9d52de62e19ea28764b0a3daa2df5
codecov-test-results-nh-array-attribute-support-job_node_unit_tests-18
255 Bytes
sha256:b64bcb29821643f11114713c14ff775695508fe0546302fd5a0b96fad5f0a5bd
codecov-test-results-nh-array-attribute-support-job_node_unit_tests-20
252 Bytes
sha256:b728d04f60dae6a65bab48d573777673223af8207fd1fef7b267e0bd3270a355
codecov-test-results-nh-array-attribute-support-job_node_unit_tests-22
248 Bytes
sha256:56d4c6503aefdd13b2a5533f841f5293a6b8560bb3f88484db729a907812749b
codecov-test-results-nh-array-attribute-support-job_node_unit_tests-24
253 Bytes
sha256:9dd4418d090c035b21f4100d4919bccc157ba8e3795633a2b01010b0d1c5e2e8
playwright-traces-job_browser_playwright_tests-bundle_logs_metrics-chromium-0 Expired
356 KB
sha256:7bdfcf3e18d997fa67fc6810211958db9d345ffae4119db20397dcbfe0d050e5
playwright-traces-job_browser_playwright_tests-bundle_replay_logs_metrics-chromium-0 Expired
626 KB
sha256:d13844b75fa7502d490a397ee9c4d11745743fb5cbd6bf3b784862cdd6cf3364
playwright-traces-job_browser_playwright_tests-bundle_tracing_logs_metrics-chromium-0 Expired
549 KB
sha256:928a525288f040cbb0ff7c78af0e78f76d0b8854af72719acdc2dc842e873033
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback-chromium-0 Expired
1.03 MB
sha256:e7c4f5b59bf6e5a098d7eb4733bc96c8a6c03dc6ef3dc62fe3cccb4a086fd5d8
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback_logs_metrics-chromium-0 Expired
813 KB
sha256:26dd3f1b8db4de16c4ac2199c40ec5311841da09354f9a6c1f8238c49833c5a5
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback_logs_metrics_min-chromium-0 Expired
290 KB
sha256:b9f0ee6045af49300c2c60232d624f1d7c7d56283c3cb3e46dada4064aa1d7c8
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback_logs_metrics_min-webkit-0 Expired
290 KB
sha256:5e4d7e809079c6fd3408a01706dfc896c6a01e9bc3873eacc5d8e105586ac982
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_logs_metrics-chromium-0 Expired
789 KB
sha256:877af382d914f51706ab023c3e471bd6ff3777a05644a5bd409ecd14cac141c3
playwright-traces-job_browser_playwright_tests-esm-chromium-2 Expired
1.21 MB
sha256:500be9bf09a2ffd16279ffbe8126db830cc248f1a99f35aa5747de99196ee32e