feat(node): Support Node 26 #47082
build.yml
on: pull_request
Get CI Metadata
/
Get Metadata
8s
Check PR branches
3s
Matrix: job_node_core_integration_tests
Matrix: job_node_integration_tests
Matrix: job_node_unit_tests
Matrix: job_remix_integration_tests
Lint
1m 6s
Circular Dependency Check
1m 51s
Browser Unit Tests
1m 26s
Bun Unit Tests
45s
Deno Unit Tests
1m 0s
Cloudflare Integration Tests
2m 30s
Bun Integration Tests
44s
Check for faulty .d.ts files
45s
Matrix: job_browser_loader_tests
Matrix: job_browser_playwright_tests
Matrix: job_optional_e2e_tests
Matrix: job_e2e_tests
All required jobs passed or were skipped
4s
Annotations
27 errors, 12 warnings, and 191 notices
|
suites/tracing/requests/http-no-tracing-no-spans/test.ts > outgoing http requests with tracing & spans disabled > esm > outgoing http requests are correctly instrumented with tracing & spans disabled:
dev-packages/node-core-integration-tests/utils/assertions.ts#L29
AssertionError: expected { …(12) } to match object { event_id: Any<String>, …(2) }
(49 matching properties omitted from actual)
- Expected
+ Received
@@ -1,12 +1,27 @@
{
"breadcrumbs": [
{
+ "data": {},
"message": "manual breadcrumb",
"timestamp": Any<Number>,
},
{
+ "category": "console",
+ "data": {
+ "arguments": [
+ "(node:2841) [DEP0205] DeprecationWarning: `module.register()` is deprecated. Use `module.registerHooks()` instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)",
+ ],
+ "logger": "console",
+ },
+ "level": "error",
+ "message": "(node:2841) [DEP0205] DeprecationWarning: `module.register()` is deprecated. Use `module.registerHooks()` instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)",
+ "timestamp": Any<Number>,
+ },
+ {
"category": "http",
"data": {
"ADDED_PATH": "/api/v0",
"http.method": "GET",
"status_code": 200,
@@ -43,11 +58,11 @@
"ADDED_PATH": "/api/v3",
"http.method": "GET",
"status_code": 200,
"url": "http://localhost:38849/api/v3",
},
- "timestamp": Any<Number>,
+ "timestamp": 1778498475.524,
"type": "http",
},
],
"event_id": Any<String>,
"exception": {
❯ assertSentryEvent utils/assertions.ts:29:18
❯ expectErrorEvent utils/runner.ts:627:5
❯ newEnvelope utils/runner.ts:407:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:526:15
❯ Socket.<anonymous> utils/runner.ts:544:15
|
|
suites/tracing/requests/http-no-tracing/test.ts > outgoing http > esm > node >=22 > outgoing http requests are correctly instrumented with tracing disabled:
dev-packages/node-core-integration-tests/utils/assertions.ts#L29
AssertionError: expected { …(12) } to match object { event_id: Any<String>, …(2) }
(49 matching properties omitted from actual)
- Expected
+ Received
@@ -1,12 +1,27 @@
{
"breadcrumbs": [
{
+ "data": {},
"message": "manual breadcrumb",
"timestamp": Any<Number>,
},
{
+ "category": "console",
+ "data": {
+ "arguments": [
+ "(node:2794) [DEP0205] DeprecationWarning: `module.register()` is deprecated. Use `module.registerHooks()` instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)",
+ ],
+ "logger": "console",
+ },
+ "level": "error",
+ "message": "(node:2794) [DEP0205] DeprecationWarning: `module.register()` is deprecated. Use `module.registerHooks()` instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)",
+ "timestamp": Any<Number>,
+ },
+ {
"category": "http",
"data": {
"ADDED_PATH": "/api/v0",
"http.method": "GET",
"status_code": 200,
@@ -43,11 +58,11 @@
"ADDED_PATH": "/api/v3",
"http.method": "GET",
"status_code": 200,
"url": "http://localhost:38485/api/v3",
},
- "timestamp": Any<Number>,
+ "timestamp": 1778498474.652,
"type": "http",
},
],
"event_id": Any<String>,
"exception": {
❯ assertSentryEvent utils/assertions.ts:29:18
❯ expectErrorEvent utils/runner.ts:627:5
❯ newEnvelope utils/runner.ts:407:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:526:15
❯ Socket.<anonymous> utils/runner.ts:544:15
|
|
suites/tracing/requests/http-no-trace-propagation/test.ts > outgoing http with tracePropagation disabled > esm > does not inject trace headers but still creates breadcrumbs:
dev-packages/node-core-integration-tests/utils/assertions.ts#L29
AssertionError: expected { …(12) } to match object { event_id: Any<String>, …(2) }
(49 matching properties omitted from actual)
- Expected
+ Received
@@ -3,10 +3,24 @@
{
"message": "manual breadcrumb",
"timestamp": Any<Number>,
},
{
+ "category": "console",
+ "data": {
+ "arguments": [
+ "(node:3761) [DEP0205] DeprecationWarning: `module.register()` is deprecated. Use `module.registerHooks()` instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)",
+ ],
+ "logger": "console",
+ },
+ "level": "error",
+ "message": "(node:3761) [DEP0205] DeprecationWarning: `module.register()` is deprecated. Use `module.registerHooks()` instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)",
+ "timestamp": Any<Number>,
+ },
+ {
"category": "http",
"data": {
"http.method": "GET",
"status_code": 200,
"url": "http://localhost:33531/api/v0",
@@ -19,11 +33,11 @@
"data": {
"http.method": "GET",
"status_code": 200,
"url": "http://localhost:33531/api/v1",
},
- "timestamp": Any<Number>,
+ "timestamp": 1778498496.47,
"type": "http",
},
],
"event_id": Any<String>,
"exception": {
❯ assertSentryEvent utils/assertions.ts:29:18
❯ expectErrorEvent utils/runner.ts:627:5
❯ newEnvelope utils/runner.ts:407:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:526:15
❯ Socket.<anonymous> utils/runner.ts:544:15
|
|
suites/tracing/requests/http-breadcrumbs/test.ts > outgoing http > esm > outgoing http requests create breadcrumbs:
dev-packages/node-core-integration-tests/utils/assertions.ts#L29
AssertionError: expected { …(12) } to match object { event_id: Any<String>, …(2) }
(49 matching properties omitted from actual)
- Expected
+ Received
@@ -1,19 +1,35 @@
{
"breadcrumbs": [
{
+ "data": {},
"message": "manual breadcrumb",
"timestamp": Any<Number>,
},
{
+ "category": "console",
+ "data": {
+ "arguments": [
+ "(node:3490) [DEP0205] DeprecationWarning: `module.register()` is deprecated. Use `module.registerHooks()` instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)",
+ ],
+ "logger": "console",
+ },
+ "level": "error",
+ "message": "(node:3490) [DEP0205] DeprecationWarning: `module.register()` is deprecated. Use `module.registerHooks()` instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)",
+ "timestamp": Any<Number>,
+ },
+ {
"category": "http",
"data": {
"ADDED_PATH": "/api/v0",
"http.method": "GET",
"status_code": 404,
"url": "http://localhost:41369/api/v0",
},
+ "level": "warning",
"timestamp": Any<Number>,
"type": "http",
},
{
"category": "http",
@@ -21,10 +37,11 @@
"ADDED_PATH": "/api/v1",
"http.method": "GET",
"status_code": 404,
"url": "http://localhost:41369/api/v1",
},
+ "level": "warning",
"timestamp": Any<Number>,
"type": "http",
},
{
"category": "http",
@@ -32,10 +49,11 @@
"ADDED_PATH": "/api/v2",
"http.method": "GET",
"status_code": 404,
"url": "http://localhost:41369/api/v2",
},
+ "level": "warning",
"timestamp": Any<Number>,
"type": "http",
},
{
"category": "http",
@@ -43,11 +61,12 @@
"ADDED_PATH": "/api/v3",
"http.method": "GET",
"status_code": 404,
"url": "http://localhost:41369/api/v3",
},
- "timestamp": Any<Number>,
+ "level": "warning",
+ "timestamp": 1778498489.272,
"type": "http",
},
],
"event_id": Any<String>,
"exception": {
❯ assertSentryEvent utils/assertions.ts:29:18
❯ expectErrorEvent utils/runner.ts:627:5
❯ newEnvelope utils/runner.ts:407:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:526:15
❯ Socket.<anonymous> utils/runner.ts:544:15
|
|
suites/tracing/requests/fetch-no-trace-propagation/test.ts > outgoing fetch with tracePropagation disabled > esm > does not inject trace headers but still creates breadcrumbs:
dev-packages/node-core-integration-tests/utils/assertions.ts#L29
AssertionError: expected { …(12) } to match object { event_id: Any<String>, …(2) }
(49 matching properties omitted from actual)
- Expected
+ Received
@@ -3,10 +3,24 @@
{
"message": "manual breadcrumb",
"timestamp": Any<Number>,
},
{
+ "category": "console",
+ "data": {
+ "arguments": [
+ "(node:3689) [DEP0205] DeprecationWarning: `module.register()` is deprecated. Use `module.registerHooks()` instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)",
+ ],
+ "logger": "console",
+ },
+ "level": "error",
+ "message": "(node:3689) [DEP0205] DeprecationWarning: `module.register()` is deprecated. Use `module.registerHooks()` instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)",
+ "timestamp": Any<Number>,
+ },
+ {
"category": "http",
"data": {
"http.method": "GET",
"status_code": 200,
"url": "http://localhost:38337/api/v0",
@@ -19,11 +33,11 @@
"data": {
"http.method": "GET",
"status_code": 200,
"url": "http://localhost:38337/api/v1",
},
- "timestamp": Any<Number>,
+ "timestamp": 1778498495.628,
"type": "http",
},
],
"event_id": Any<String>,
"exception": {
❯ assertSentryEvent utils/assertions.ts:29:18
❯ expectErrorEvent utils/runner.ts:627:5
❯ newEnvelope utils/runner.ts:407:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:526:15
❯ Socket.<anonymous> utils/runner.ts:544:15
|
|
suites/tracing/requests/fetch-breadcrumbs/test.ts > outgoing fetch > esm > node >=22 > outgoing fetch requests create breadcrumbs:
dev-packages/node-core-integration-tests/utils/assertions.ts#L29
AssertionError: expected { …(12) } to match object { event_id: Any<String>, …(2) }
(49 matching properties omitted from actual)
- Expected
+ Received
@@ -1,19 +1,35 @@
{
"breadcrumbs": [
{
+ "data": {},
"message": "manual breadcrumb",
"timestamp": Any<Number>,
},
{
+ "category": "console",
+ "data": {
+ "arguments": [
+ "(node:3327) [DEP0205] DeprecationWarning: `module.register()` is deprecated. Use `module.registerHooks()` instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)",
+ ],
+ "logger": "console",
+ },
+ "level": "error",
+ "message": "(node:3327) [DEP0205] DeprecationWarning: `module.register()` is deprecated. Use `module.registerHooks()` instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)",
+ "timestamp": Any<Number>,
+ },
+ {
"category": "http",
"data": {
"ADDED_PATH": "/api/v0",
"http.method": "GET",
"status_code": 404,
"url": "http://localhost:41743/api/v0",
},
+ "level": "warning",
"timestamp": Any<Number>,
"type": "http",
},
{
"category": "http",
@@ -21,10 +37,11 @@
"ADDED_PATH": "/api/v1",
"http.method": "GET",
"status_code": 404,
"url": "http://localhost:41743/api/v1",
},
+ "level": "warning",
"timestamp": Any<Number>,
"type": "http",
},
{
"category": "http",
@@ -32,10 +49,11 @@
"ADDED_PATH": "/api/v2",
"http.method": "GET",
"status_code": 404,
"url": "http://localhost:41743/api/v2",
},
+ "level": "warning",
"timestamp": Any<Number>,
"type": "http",
},
{
"category": "http",
@@ -43,11 +61,12 @@
"ADDED_PATH": "/api/v3",
"http.method": "GET",
"status_code": 404,
"url": "http://localhost:41743/api/v3",
},
- "timestamp": Any<Number>,
+ "level": "warning",
+ "timestamp": 1778498485.686,
"type": "http",
},
],
"event_id": Any<String>,
"exception": {
❯ assertSentryEvent utils/assertions.ts:29:18
❯ expectErrorEvent utils/runner.ts:627:5
❯ newEnvelope utils/runner.ts:407:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:526:15
❯ Socket.<anonymous> utils/runner.ts:544:15
|
|
suites/public-api/LocalVariables/test.ts > LocalVariables integration > Node v19+ > Should not import inspector when not in use:
dev-packages/node-core-integration-tests/utils/runner.ts#L490
Error: Expected no error output but got: '(node:3335) [DEP0205] DeprecationWarning: `module.register()` is deprecated. Use `module.registerHooks()` instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
'
❯ Socket.<anonymous> utils/runner.ts:490:24
|
|
suites/esm/modules-integration/test.ts > modulesIntegration > does not crash ESM setups:
dev-packages/node-core-integration-tests/utils/runner.ts#L490
Error: Expected no error output but got: '(node:4944) [DEP0205] DeprecationWarning: `module.register()` is deprecated. Use `module.registerHooks()` instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
'
❯ Socket.<anonymous> utils/runner.ts:490:24
|
|
suites/breadcrumbs/process-thread/test.ts > should capture process and thread breadcrumbs > ESM:
dev-packages/node-core-integration-tests/utils/assertions.ts#L29
AssertionError: expected { …(13) } to match object { event_id: Any<String>, …(2) }
(51 matching properties omitted from actual)
- Expected
+ Received
@@ -1,8 +1,22 @@
{
"breadcrumbs": [
{
+ "category": "console",
+ "data": {
+ "arguments": [
+ "(node:4145) [DEP0205] DeprecationWarning: `module.register()` is deprecated. Use `module.registerHooks()` instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)",
+ ],
+ "logger": "console",
+ },
+ "level": "error",
+ "message": "(node:4145) [DEP0205] DeprecationWarning: `module.register()` is deprecated. Use `module.registerHooks()` instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)",
+ "timestamp": Any<Number>,
+ },
+ {
"category": "child_process",
"data": {
"spawnfile": "sleep",
},
"level": "warning",
@@ -10,15 +24,15 @@
"timestamp": Any<Number>,
},
{
"category": "worker_thread",
"data": {
- "threadId": Any<Number>,
+ "threadId": 2,
},
"level": "error",
"message": "Worker thread errored with 'Worker error'",
- "timestamp": Any<Number>,
+ "timestamp": 1778498509.018,
},
],
"event_id": Any<String>,
"exception": {
"values": [
❯ assertSentryEvent utils/assertions.ts:29:18
❯ expectErrorEvent utils/runner.ts:627:5
❯ newEnvelope utils/runner.ts:407:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:526:15
❯ Socket.<anonymous> utils/runner.ts:544:15
|
|
suites/child-process/test.ts > should capture child process events > fork > ESM:
dev-packages/node-core-integration-tests/utils/assertions.ts#L29
AssertionError: expected { …(12) } to match object { event_id: Any<String>, …(2) }
(49 matching properties omitted from actual)
- Expected
+ Received
@@ -1,11 +1,29 @@
{
"breadcrumbs": [
{
+ "category": "console",
+ "data": {
+ "arguments": [
+ "(node:3988) [DEP0205] DeprecationWarning: `module.register()` is deprecated. Use `module.registerHooks()` instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)",
+ ],
+ "logger": "console",
+ },
+ "level": "error",
+ "message": "(node:3988) [DEP0205] DeprecationWarning: `module.register()` is deprecated. Use `module.registerHooks()` instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)",
+ "timestamp": 1778498502.685,
+ },
+ {
"category": "child_process",
+ "data": {
+ "spawnfile": "/opt/hostedtoolcache/node/26.1.0/x64/bin/node",
+ },
"level": "warning",
"message": "Child process exited with code '1'",
+ "timestamp": 1778498503.722,
},
],
"event_id": Any<String>,
"exception": {
"values": [
❯ assertSentryEvent utils/assertions.ts:29:18
❯ expectErrorEvent utils/runner.ts:627:5
❯ newEnvelope utils/runner.ts:407:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:526:15
❯ Socket.<anonymous> utils/runner.ts:544:15
|
|
Node (26) Unit Tests
Process completed with exit code 1.
|
|
test/prune-profiler-binaries.test.ts > prune-profiler-binaries > should check if the node version is valid:
packages/profiling-node/test/prune-profiler-binaries.test.ts#L22
AssertionError: expected '❌ Sentry: Invalid node version passed…' not to contain 'Invalid node version passed as argume…'
- Expected
+ Received
- Invalid node version passed as argument
+ ❌ Sentry: Invalid node version passed as argument, please make sure --target_node is a valid major node version. Supported versions are 16, 18, 20, 22, 24.
+
❯ test/prune-profiler-binaries.test.ts:22:31
|
|
[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.
|
|
suites/breadcrumbs/process-thread/test.ts > should capture process and thread breadcrumbs > ESM:
dev-packages/node-integration-tests/utils/assertions.ts#L29
AssertionError: expected { …(13) } to match object { event_id: Any<String>, …(2) }
(93 matching properties omitted from actual)
- Expected
+ Received
@@ -1,8 +1,22 @@
{
"breadcrumbs": [
{
+ "category": "console",
+ "data": {
+ "arguments": [
+ "(node:28549) [DEP0205] DeprecationWarning: `module.register()` is deprecated. Use `module.registerHooks()` instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)",
+ ],
+ "logger": "console",
+ },
+ "level": "error",
+ "message": "(node:28549) [DEP0205] DeprecationWarning: `module.register()` is deprecated. Use `module.registerHooks()` instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)",
+ "timestamp": Any<Number>,
+ },
+ {
"category": "child_process",
"data": {
"spawnfile": "sleep",
},
"level": "warning",
@@ -10,15 +24,15 @@
"timestamp": Any<Number>,
},
{
"category": "worker_thread",
"data": {
- "threadId": Any<Number>,
+ "threadId": 2,
},
"level": "error",
"message": "Worker thread errored with 'Worker error'",
- "timestamp": Any<Number>,
+ "timestamp": 1778498910.039,
},
],
"event_id": Any<String>,
"exception": {
"values": [
❯ assertSentryEvent utils/assertions.ts:29:18
❯ expectErrorEvent utils/runner.ts:749:5
❯ newEnvelope utils/runner.ts:517:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:642:15
❯ Socket.<anonymous> utils/runner.ts:660:15
|
|
suites/thread-blocked-native/test.ts > Thread Blocked Native > Capture scope via AsyncLocalStorage:
dev-packages/node-integration-tests/suites/thread-blocked-native/test.ts#L230
Error: Test timed out in 30000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ suites/thread-blocked-native/test.ts:230:3
|
|
suites/thread-blocked-native/test.ts > Thread Blocked Native > worker thread:
dev-packages/node-integration-tests/suites/thread-blocked-native/test.ts#L180
Error: Test timed out in 60000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ suites/thread-blocked-native/test.ts:180:3
|
|
suites/thread-blocked-native/test.ts > Thread Blocked Native > can be disabled with disableBlockDetectionForCallback:
dev-packages/node-integration-tests/suites/thread-blocked-native/test.ts#L167
Error: Test timed out in 30000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ suites/thread-blocked-native/test.ts:167:3
|
|
suites/thread-blocked-native/test.ts > Thread Blocked Native > blocked indefinitely:
dev-packages/node-integration-tests/suites/thread-blocked-native/test.ts#L143
Error: Test timed out in 30000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ suites/thread-blocked-native/test.ts:143:3
|
|
suites/thread-blocked-native/test.ts > Thread Blocked Native > multiple events via maxEventsPerHour:
dev-packages/node-integration-tests/suites/thread-blocked-native/test.ts#L134
Error: Test timed out in 30000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ suites/thread-blocked-native/test.ts:134:3
|
|
suites/thread-blocked-native/test.ts > Thread Blocked Native > Custom appRootPath:
dev-packages/node-integration-tests/suites/thread-blocked-native/test.ts#L113
Error: Test timed out in 30000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ suites/thread-blocked-native/test.ts:113:3
|
|
suites/thread-blocked-native/test.ts > Thread Blocked Native > ESM:
dev-packages/node-integration-tests/suites/thread-blocked-native/test.ts#L105
Error: Test timed out in 30000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ suites/thread-blocked-native/test.ts:105:3
|
|
suites/thread-blocked-native/test.ts > Thread Blocked Native > CJS:
dev-packages/node-integration-tests/suites/thread-blocked-native/test.ts#L97
Error: Test timed out in 30000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ suites/thread-blocked-native/test.ts:97:3
|
|
suites/child-process/test.ts > should capture child process events > fork > ESM:
dev-packages/node-integration-tests/utils/assertions.ts#L29
AssertionError: expected { …(12) } to match object { event_id: Any<String>, …(2) }
(91 matching properties omitted from actual)
- Expected
+ Received
@@ -1,11 +1,29 @@
{
"breadcrumbs": [
{
+ "category": "console",
+ "data": {
+ "arguments": [
+ "(node:27271) [DEP0205] DeprecationWarning: `module.register()` is deprecated. Use `module.registerHooks()` instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)",
+ ],
+ "logger": "console",
+ },
+ "level": "error",
+ "message": "(node:27271) [DEP0205] DeprecationWarning: `module.register()` is deprecated. Use `module.registerHooks()` instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)",
+ "timestamp": 1778498871.669,
+ },
+ {
"category": "child_process",
+ "data": {
+ "spawnfile": "/opt/hostedtoolcache/node/26.1.0/x64/bin/node",
+ },
"level": "warning",
"message": "Child process exited with code '1'",
+ "timestamp": 1778498872.696,
},
],
"event_id": Any<String>,
"exception": {
"values": [
❯ assertSentryEvent utils/assertions.ts:29:18
❯ expectErrorEvent utils/runner.ts:749:5
❯ newEnvelope utils/runner.ts:517:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:642:15
❯ Socket.<anonymous> utils/runner.ts:660:15
|
|
Playwright bundle_tracing_replay_logs_metrics Tests
Canceling since a higher priority waiting request for CI: Build & Test-fn/support-node-26 exists
|
|
Node (24) (TS 3.8) Integration Tests
Canceling since a higher priority waiting request for CI: Build & Test-fn/support-node-26 exists
|
|
All required jobs passed or were skipped
Process completed with exit code 1.
|
|
CI: Build & Test
Canceling since a higher priority waiting request for CI: Build & Test-fn/support-node-26 exists
|
|
Browser Unit Tests
Patch coverage defaulted to 100% because no changed files matched coverage data.
Unmatched diff files: .github/workflows/build.yml, packages/node-core/src/integrations/console.ts, packages/profiling-node/src/integration.ts
Sample coverage paths: ./mute.js
This usually indicates a path format mismatch between your coverage tool and the repository.
|
|
Browser Unit Tests
Please ensure your test framework is generating JUnit XML output.
|
|
Browser Unit Tests
No JUnit XML files found matching pattern: **/*.junit.xml
|
|
Browser Unit Tests
No files found matching pattern: **/*.junit.xml
|
|
Node (24) Unit Tests
❌ Project coverage check failed: 56.18% (-9.53%) relative to base
|
|
Node (22) Unit Tests
❌ Project coverage check failed: 56.18% (-9.53%) relative to base
|
|
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/
|
|
Node (20) Unit Tests
❌ Project coverage check failed: 56.19% (-9.56%) relative to base
|
|
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/
|
|
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
3 skipped
17 passed (2.7s)
|
|
🎭 Playwright Run Summary
4 passed (4.6s)
|
|
🎭 Playwright Run Summary
2 passed (3.6s)
|
|
🎭 Playwright Run Summary
1 passed (3.6s)
|
|
🎭 Playwright Run Summary
4 passed (2.5s)
|
|
🎭 Playwright Run Summary
12 passed (6.8s)
|
|
🎭 Playwright Run Summary
3 passed (3.6s)
|
|
🎭 Playwright Run Summary
1 passed (2.4s)
|
|
🎭 Playwright Run Summary
3 passed (2.9s)
|
|
🎭 Playwright Run Summary
3 passed (2.9s)
|
|
🎭 Playwright Run Summary
3 passed (3.9s)
|
|
🎭 Playwright Run Summary
2 passed (4.4s)
|
|
🎭 Playwright Run Summary
3 passed (3.8s)
|
|
🎭 Playwright Run Summary
7 passed (6.5s)
|
|
🎭 Playwright Run Summary
5 passed (8.7s)
|
|
🎭 Playwright Run Summary
4 passed (7.8s)
|
|
🎭 Playwright Run Summary
4 passed (2.5s)
|
|
🎭 Playwright Run Summary
4 passed (2.9s)
|
|
🎭 Playwright Run Summary
3 passed (8.8s)
|
|
🎭 Playwright Run Summary
3 skipped
17 passed (2.2s)
|
|
🎭 Playwright Run Summary
3 passed (6.4s)
|
|
🎭 Playwright Run Summary
3 passed (3.7s)
|
|
🎭 Playwright Run Summary
12 passed (5.7s)
|
|
🎭 Playwright Run Summary
43 passed (4.8s)
|
|
🎭 Playwright Run Summary
24 passed (18.5s)
|
|
🎭 Playwright Run Summary
10 passed (10.7s)
|
|
🎭 Playwright Run Summary
5 passed (8.0s)
|
|
🎭 Playwright Run Summary
9 passed (10.0s)
|
|
🎭 Playwright Run Summary
15 passed (10.6s)
|
|
🎭 Playwright Run Summary
7 passed (8.8s)
|
|
🎭 Playwright Run Summary
18 passed (6.9s)
|
|
🎭 Playwright Run Summary
1 passed (6.4s)
|
|
🎭 Playwright Run Summary
3 passed (2.8s)
|
|
🎭 Playwright Run Summary
3 passed (6.6s)
|
|
🎭 Playwright Run Summary
7 passed (5.3s)
|
|
🎭 Playwright Run Summary
11 passed (6.1s)
|
|
🎭 Playwright Run Summary
11 passed (6.7s)
|
|
🎭 Playwright Run Summary
5 passed (9.0s)
|
|
🎭 Playwright Run Summary
4 passed (7.8s)
|
|
🎭 Playwright Run Summary
5 passed (19.0s)
|
|
🎭 Playwright Run Summary
12 passed (8.4s)
|
|
🎭 Playwright Run Summary
13 passed (28.5s)
|
|
🎭 Playwright Run Summary
43 passed (4.6s)
|
|
🎭 Playwright Run Summary
8 passed (6.3s)
|
|
🎭 Playwright Run Summary
23 passed (15.4s)
|
|
🎭 Playwright Run Summary
9 passed (11.3s)
|
|
🎭 Playwright Run Summary
18 passed (19.0s)
|
|
🎭 Playwright Run Summary
11 passed (14.8s)
|
|
🎭 Playwright Run Summary
8 passed (2.1s)
|
|
🎭 Playwright Run Summary
10 passed (5.4s)
|
|
🎭 Playwright Run Summary
10 passed (5.8s)
|
|
🎭 Playwright Run Summary
16 passed (28.8s)
|
|
🎭 Playwright Run Summary
9 passed (11.0s)
|
|
🎭 Playwright Run Summary
11 passed (14.6s)
|
|
🎭 Playwright Run Summary
7 passed (13.3s)
|
|
🎭 Playwright Run Summary
2 skipped
20 passed (24.8s)
|
|
🎭 Playwright Run Summary
3 passed (4.8s)
|
|
🎭 Playwright Run Summary
11 passed (2.2s)
|
|
🎭 Playwright Run Summary
12 passed (8.1s)
|
|
🎭 Playwright Run Summary
11 passed (5.5s)
|
|
🎭 Playwright Run Summary
11 passed (5.8s)
|
|
🎭 Playwright Run Summary
29 passed (31.0s)
|
|
🎭 Playwright Run Summary
43 passed (2.8s)
|
|
🎭 Playwright Run Summary
13 passed (28.6s)
|
|
🎭 Playwright Run Summary
9 passed (9.9s)
|
|
🎭 Playwright Run Summary
1 skipped
12 passed (4.7s)
|
|
🎭 Playwright Run Summary
3 skipped
21 passed (18.5s)
|
|
🎭 Playwright Run Summary
9 passed (12.2s)
|
|
🎭 Playwright Run Summary
14 passed (25.0s)
|
|
🎭 Playwright Run Summary
7 passed (21.5s)
|
|
🎭 Playwright Run Summary
2 passed (24.8s)
|
|
🎭 Playwright Run Summary
12 skipped
1 passed (3.8s)
|
|
🎭 Playwright Run Summary
40 passed (19.1s)
|
|
🎭 Playwright Run Summary
1 skipped
14 passed (14.0s)
|
|
🎭 Playwright Run Summary
3 passed (16.4s)
|
|
🎭 Playwright Run Summary
3 passed (10.9s)
|
|
🎭 Playwright Run Summary
2 skipped
20 passed (25.1s)
|
|
🎭 Playwright Run Summary
16 passed (23.9s)
|
|
🎭 Playwright Run Summary
7 passed (23.7s)
|
|
🎭 Playwright Run Summary
12 skipped
1 passed (3.9s)
|
|
🎭 Playwright Run Summary
11 passed (17.7s)
|
|
🎭 Playwright Run Summary
12 skipped
1 passed (3.8s)
|
|
🎭 Playwright Run Summary
7 passed (30.3s)
|
|
🎭 Playwright Run Summary
8 passed (4.6s)
|
|
🎭 Playwright Run Summary
9 passed (11.1s)
|
|
🎭 Playwright Run Summary
9 passed (11.3s)
|
|
🎭 Playwright Run Summary
7 passed (7.0s)
|
|
🎭 Playwright Run Summary
9 passed (11.0s)
|
|
🎭 Playwright Run Summary
4 passed (16.7s)
|
|
🎭 Playwright Run Summary
4 passed (5.6s)
|
|
🎭 Playwright Run Summary
22 passed (7.6s)
|
|
🎭 Playwright Run Summary
8 passed (10.0s)
|
|
🎭 Playwright Run Summary
14 skipped
12 passed (22.0s)
|
|
🎭 Playwright Run Summary
12 skipped
1 passed (3.9s)
|
|
🎭 Playwright Run Summary
10 passed (37.1s)
|
|
🎭 Playwright Run Summary
14 skipped
12 passed (21.1s)
|
|
🎭 Playwright Run Summary
12 passed (20.7s)
|
|
🎭 Playwright Run Summary
3 passed (16.2s)
|
|
🎭 Playwright Run Summary
3 passed (10.0s)
|
|
🎭 Playwright Run Summary
10 passed (38.1s)
|
|
🎭 Playwright Run Summary
14 skipped
12 passed (22.1s)
|
|
🎭 Playwright Run Summary
40 passed (20.2s)
|
|
🎭 Playwright Run Summary
13 passed (23.7s)
|
|
🎭 Playwright Run Summary
18 passed (19.0s)
|
|
🎭 Playwright Run Summary
9 passed (9.7s)
|
|
🎭 Playwright Run Summary
17 passed (56.6s)
|
|
🎭 Playwright Run Summary
2 skipped
14 passed (1.2m)
|
|
🎭 Playwright Run Summary
4 passed (34.9s)
|
|
🎭 Playwright Run Summary
4 passed (8.7s)
|
|
🎭 Playwright Run Summary
4 skipped
10 passed (24.7s)
|
|
🎭 Playwright Run Summary
4 skipped
10 passed (8.1s)
|
|
🎭 Playwright Run Summary
3 passed (34.7s)
|
|
🎭 Playwright Run Summary
3 passed (4.5s)
|
|
🎭 Playwright Run Summary
3 skipped
27 passed (33.3s)
|
|
🎭 Playwright Run Summary
30 passed (11.9s)
|
|
🎭 Playwright Run Summary
3 passed (38.5s)
|
|
🎭 Playwright Run Summary
3 passed (9.8s)
|
|
🎭 Playwright Run Summary
3 skipped
27 passed (42.0s)
|
|
🎭 Playwright Run Summary
30 passed (12.5s)
|
|
🎭 Playwright Run Summary
4 skipped
10 passed (29.3s)
|
|
🎭 Playwright Run Summary
2 skipped
12 passed (6.9s)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/orpc-error.test.ts:4:1 › should capture server-side orpc error ──────────────
2 passed (42.8s)
|
|
🎭 Playwright Run Summary
3 passed (7.0s)
|
|
🎭 Playwright Run Summary
13 passed (49.2s)
|
|
🎭 Playwright Run Summary
13 passed (10.1s)
|
|
🎭 Playwright Run Summary
5 passed (44.2s)
|
|
🎭 Playwright Run Summary
5 passed (11.0s)
|
|
🎭 Playwright Run Summary
4 skipped
10 passed (30.2s)
|
|
🎭 Playwright Run Summary
2 skipped
12 passed (6.8s)
|
|
🎭 Playwright Run Summary
13 passed (49.7s)
|
|
🎭 Playwright Run Summary
13 passed (9.2s)
|
|
🎭 Playwright Run Summary
4 passed (20.6s)
|
|
🎭 Playwright Run Summary
2 skipped
48 passed (1.0m)
|
|
🎭 Playwright Run Summary
13 passed (52.5s)
|
|
🎭 Playwright Run Summary
13 passed (10.2s)
|
|
🎭 Playwright Run Summary
4 passed (18.8s)
|
|
🎭 Playwright Run Summary
51 passed (1.0m)
|
|
🎭 Playwright Run Summary
2 skipped
29 passed (1.1m)
|
|
🎭 Playwright Run Summary
2 skipped
29 passed (36.8s)
|
|
🎭 Playwright Run Summary
12 passed (1.2m)
|
|
🎭 Playwright Run Summary
12 passed (50.5s)
|
|
🎭 Playwright Run Summary
7 skipped
23 passed (10.5s)
|
|
🎭 Playwright Run Summary
5 skipped
25 passed (16.3s)
|
|
🎭 Playwright Run Summary
5 skipped
25 passed (11.7s)
|
|
🎭 Playwright Run Summary
8 skipped
22 passed (10.7s)
|
|
🎭 Playwright Run Summary
1 skipped
29 passed (20.5s)
|
|
🎭 Playwright Run Summary
4 skipped
26 passed (20.0s)
|
|
🎭 Playwright Run Summary
4 passed (15.6s)
|
|
🎭 Playwright Run Summary
51 passed (1.0m)
|
|
🎭 Playwright Run Summary
7 skipped
23 passed (11.9s)
|
|
🎭 Playwright Run Summary
478 skipped
195 passed (36.6s)
|
|
🎭 Playwright Run Summary
7 skipped
36 passed (1.8m)
|
|
🎭 Playwright Run Summary
2 skipped
41 passed (1.1m)
|
|
🎭 Playwright Run Summary
7 skipped
36 passed (1.8m)
|
|
🎭 Playwright Run Summary
2 skipped
41 passed (1.1m)
|
|
🎭 Playwright Run Summary
7 skipped
36 passed (1.8m)
|
|
🎭 Playwright Run Summary
2 skipped
41 passed (1.1m)
|
|
🎭 Playwright Run Summary
483 skipped
190 passed (37.1s)
|
|
🎭 Playwright Run Summary
348 skipped
325 passed (1.5m)
|
|
🎭 Playwright Run Summary
346 skipped
327 passed (1.4m)
|
|
🎭 Playwright Run Summary
2 skipped
29 passed (2.0m)
|
|
🎭 Playwright Run Summary
2 skipped
29 passed (38.6s)
|
|
🎭 Playwright Run Summary
15 passed (24.9s)
|
|
🎭 Playwright Run Summary
2 skipped
29 passed (2.0m)
|
|
🎭 Playwright Run Summary
2 skipped
29 passed (37.0s)
|
|
🎭 Playwright Run Summary
482 skipped
191 passed (37.6s)
|
|
🎭 Playwright Run Summary
5 skipped
29 passed (2.1m)
|
|
🎭 Playwright Run Summary
6 skipped
28 passed (1.1m)
|
|
🎭 Playwright Run Summary
2 skipped
32 passed (2.6m)
|
|
🎭 Playwright Run Summary
2 skipped
32 passed (1.1m)
|
|
🎭 Playwright Run Summary
9 skipped
34 passed (3.0m)
|
|
🎭 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.1m)
|
|
🎭 Playwright Run Summary
9 skipped
34 passed (3.0m)
|
|
🎭 Playwright Run Summary
2 skipped
41 passed (1.0m)
|
|
🎭 Playwright Run Summary
4 passed (24.3s)
|
|
🎭 Playwright Run Summary
3 skipped
165 passed (2.5m)
|
|
🎭 Playwright Run Summary
2 skipped
32 passed (3.1m)
|
|
🎭 Playwright Run Summary
2 skipped
32 passed (1.1m)
|
|
🎭 Playwright Run Summary
1 skipped
168 passed (2.6m)
|
|
🎭 Playwright Run Summary
3 skipped
165 passed (3.9m)
|
|
🎭 Playwright Run Summary
190 skipped
483 passed (3.9m)
|
|
🎭 Playwright Run Summary
5 skipped
163 passed (3.7m)
|
|
🎭 Playwright Run Summary
54 skipped
619 passed (4.8m)
|
|
🎭 Playwright Run Summary
56 skipped
617 passed (4.6m)
|
|
🎭 Playwright Run Summary
59 skipped
614 passed (4.8m)
|
|
🎭 Playwright Run Summary
59 skipped
614 passed (4.7m)
|
|
🎭 Playwright Run Summary
195 skipped
478 passed (3.8m)
|
|
🎭 Playwright Run Summary
202 skipped
471 passed (3.7m)
|
|
🎭 Playwright Run Summary
54 skipped
619 passed (4.9m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
build-bundle-output
|
20.5 MB |
sha256:8df2c95589c2378016859d09118a8a09a41d49d1644f667a4f3a57a9139c69be
|
|
|
build-layer-output
|
1.71 MB |
sha256:8466cb8960ef3726d5df523095af34a69b5fbb29d5cd62c02f07d994283ea527
|
|
|
build-output
|
10.7 MB |
sha256:53ce22135cd2498e505c61fee53c7cb9a04e3851fe193f4bb4944eb537d78355
|
|
|
build-tarball-output
|
5.12 MB |
sha256:2df3374e935a74bb114fbade48ad633150070ff8cb2d5b6fc786ba37eb00717e
|
|
|
codecov-coverage-results-fn-support-node-26-job_browser_unit_tests
|
855 Bytes |
sha256:ce75891aefb205d44ad1d93c9a82b0d5d65c5c1f287010449ac627dbbfc9c2a4
|
|
|
codecov-coverage-results-fn-support-node-26-job_node_unit_tests-18
|
145 KB |
sha256:caa988cc17f53c026900885c1bb09fe4e334f1d23cf90055e8233937fbdfc3ee
|
|
|
codecov-coverage-results-fn-support-node-26-job_node_unit_tests-20
|
153 KB |
sha256:0fc760752d75ba3004909dbfd66cf1dbb544fc9bdf7485e0055135cc861d20c9
|
|
|
codecov-coverage-results-fn-support-node-26-job_node_unit_tests-22
|
153 KB |
sha256:3cf9140a115287c8cfe3c757e4ddee078583898ce4eaf661a6e058dc3dfbe91c
|
|
|
codecov-coverage-results-fn-support-node-26-job_node_unit_tests-24
|
153 KB |
sha256:027169a989fdf0232a1e67f29d09055c75b0fd40757d679e6ec8beba9aab761a
|
|
|
codecov-coverage-results-fn-support-node-26-job_node_unit_tests-26
|
148 KB |
sha256:4845ca8b8cb992d16b1e9d0179f603bd4ec282bf6ae771694296a629911afd9a
|
|
|
codecov-test-results-fn-support-node-26-job_browser_loader_tests-browser-loader-loader_base
|
240 Bytes |
sha256:412fc81d11c8b0585c940e507612cbc572d367e9c3c4c36310b5b1ca5e0d2e4b
|
|
|
codecov-test-results-fn-support-node-26-job_browser_loader_tests-browser-loader-loader_debug
|
243 Bytes |
sha256:96914ccc3991aec401f5ac3a70fe47859d9a3b9fa90823f7bb8ff4a037e66281
|
|
|
codecov-test-results-fn-support-node-26-job_browser_loader_tests-browser-loader-loader_eager
|
240 Bytes |
sha256:27c5eded37483f3ab09ec5f1dcf181d758dd88c1c7a0e5e02ec2ece2db46640a
|
|
|
codecov-test-results-fn-support-node-26-job_browser_loader_tests-browser-loader-loader_replay
|
238 Bytes |
sha256:c8c598a7966241f84c1406fd3cdeb8771b2af03efaf147e7642f46e2b54bf602
|
|
|
codecov-test-results-fn-support-node-26-job_browser_loader_tests-browser-loader-loader_replay_buffer
|
241 Bytes |
sha256:75cc361ced36bb0d49c31e39b78223e705e5937ca988b2ffef8be9d8b683eb19
|
|
|
codecov-test-results-fn-support-node-26-job_browser_loader_tests-browser-loader-loader_tracing
|
243 Bytes |
sha256:a12b019d64a62d2690e146a8281b0b7c74e4d22c7a8806e845c3b414b7ef0f08
|
|
|
codecov-test-results-fn-support-node-26-job_browser_loader_tests-browser-loader-loader_tracing_replay
|
238 Bytes |
sha256:ce2e762537bb85125a72a5e50874e869c72801ee1b817ca16804c639ff2e564a
|
|
|
codecov-test-results-fn-support-node-26-job_browser_playwright_tests-browser-playwright-bundle-chromium
|
248 Bytes |
sha256:f64be401490ecdd40709c30fc1c702fabc7049d38f2494b5085a68fda2ae1f7f
|
|
|
codecov-test-results-fn-support-node-26-job_browser_playwright_tests-browser-playwright-bundle_logs_metrics-chromium
|
249 Bytes |
sha256:10cafbddc4b7183ede963f66fa4b39bad4a2432aec3c309656567c3ade2191e7
|
|
|
codecov-test-results-fn-support-node-26-job_browser_playwright_tests-browser-playwright-bundle_min-chromium
|
245 Bytes |
sha256:24fad037a210e899a88b45e3cf8bb8003e7c64ae80c97430316578bf22f654f1
|
|
|
codecov-test-results-fn-support-node-26-job_browser_playwright_tests-browser-playwright-bundle_replay-chromium
|
248 Bytes |
sha256:dd5c2df1cf6b94adb6fd572d1fd8d04f84583d3243b6f26bb4a99d9d538f4b68
|
|
|
codecov-test-results-fn-support-node-26-job_browser_playwright_tests-browser-playwright-bundle_replay_logs_metrics-chromium
|
249 Bytes |
sha256:1f89acd77e1f669d410ab5fc7e6a7754fc5254c1d04895cbcc79a5496ea3d327
|
|
|
codecov-test-results-fn-support-node-26-job_browser_playwright_tests-browser-playwright-bundle_tracing-chromium
|
247 Bytes |
sha256:d9752604da72cc2ba9ff461e91d4ec9975d46ac98a8961e267950f28407da71f
|
|
|
codecov-test-results-fn-support-node-26-job_browser_playwright_tests-browser-playwright-bundle_tracing_logs_metrics-chromium
|
246 Bytes |
sha256:e2929c6b1659c12c7d594659718b176bec0220e72e4e9b718bc9e615ab69afd5
|
|
|
codecov-test-results-fn-support-node-26-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay-chromium
|
247 Bytes |
sha256:4c5bbdd7243acecccdea5451f9fe2279b050c16fafa0bc8a5325dbf22a29c974
|
|
|
codecov-test-results-fn-support-node-26-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback-chromium
|
247 Bytes |
sha256:6b813d85a024e7198781eef959cd7bf26e0ce44101efa610d4e37bd9084584ab
|
|
|
codecov-test-results-fn-support-node-26-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics-chromium
|
246 Bytes |
sha256:2d5b52a693070245e5e6bc2e37baa836fa145d235e78ccdcb3b034456e7472eb
|
|
|
codecov-test-results-fn-support-node-26-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-chromium
|
245 Bytes |
sha256:1fcb75fe75102f514f3eed33cdac273f5672c4d4cdbb49eaaf73474342c42bc7
|
|
|
codecov-test-results-fn-support-node-26-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-firefox
|
233 Bytes |
sha256:8c3fe10433dec7652640403596a388cdfcf04075585e2ee575d7ea7e6cda3a19
|
|
|
codecov-test-results-fn-support-node-26-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-webkit
|
246 Bytes |
sha256:74ef701800be8526fd1c6efcd454ca966f769ae69d46d05b4e371db71ac066fb
|
|
|
codecov-test-results-fn-support-node-26-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_logs_metrics-chromium
|
247 Bytes |
sha256:b8438adfbf9c1241b01f9e18c296b71e14cdb1c33d0829dc014c23d48787aef6
|
|
|
codecov-test-results-fn-support-node-26-job_browser_playwright_tests-browser-playwright-esm-chromium-1
|
244 Bytes |
sha256:435edac2060676a2cc3a6fc1f7187a7c23f3627dcbdfb37cf51f68bc2eec0263
|
|
|
codecov-test-results-fn-support-node-26-job_browser_playwright_tests-browser-playwright-esm-chromium-2
|
245 Bytes |
sha256:a021cba5c72caa42f1d663079a90db4c8022cdf70a69362b740a375ff9df9027
|
|
|
codecov-test-results-fn-support-node-26-job_browser_playwright_tests-browser-playwright-esm-chromium-3
|
241 Bytes |
sha256:1ab7e50e02bbc838d8345666b47a86e30987f43ed34038ea33fffb4e2d4d9851
|
|
|
codecov-test-results-fn-support-node-26-job_browser_playwright_tests-browser-playwright-esm-chromium-4
|
245 Bytes |
sha256:dbc8ab09bb8491d98714b0fb3bb0912868cf8ec5a0e1c2c8ada30ba54b7e624a
|
|
|
codecov-test-results-fn-support-node-26-job_node_unit_tests-18
|
248 Bytes |
sha256:9a75694cf3c27694d064f8cb43242fb3fd684c94500e44f04a8f15ce014479f0
|
|
|
codecov-test-results-fn-support-node-26-job_node_unit_tests-20
|
252 Bytes |
sha256:d37bf60a025d7938767b6111637574fbb294f068e9334264b0b56b3a21a6957c
|
|
|
codecov-test-results-fn-support-node-26-job_node_unit_tests-22
|
254 Bytes |
sha256:698181adbf4cdae54e162d65890cb8e855ef8d912812eb9a943120c220477c6b
|
|
|
codecov-test-results-fn-support-node-26-job_node_unit_tests-24
|
252 Bytes |
sha256:1dedcc944603fb5df64c6faa25df8464c392968bba76873cc5356befe8d515be
|
|
|
codecov-test-results-fn-support-node-26-job_node_unit_tests-26
|
624 Bytes |
sha256:e9efa2852d64b563815e146393a684f7a7272122e570b1b1dd30dd241924f82a
|
|