Skip to content

Add sentry.sdk.integrations to segment span #46079

Add sentry.sdk.integrations to segment span

Add sentry.sdk.integrations to segment span #46079

Triggered via pull request April 21, 2026 15:27
Status Failure
Total duration 21m 18s
Artifacts 50

build.yml

on: pull_request
job_get_metadata  /  Get Metadata
6s
job_get_metadata / Get Metadata
Check lockfile
4m 26s
Check lockfile
Check file formatting
51s
Check file formatting
Check PR branches
5s
Check PR branches
Prepare E2E tests
3m 6s
Prepare E2E tests
Matrix: job_browser_loader_tests
Matrix: job_browser_playwright_tests
Matrix: job_node_core_integration_tests
Matrix: job_node_integration_tests
Matrix: job_node_unit_tests
Matrix: job_remix_integration_tests
Size Check
2m 5s
Size Check
Lint
1m 14s
Lint
Circular Dependency Check
1m 36s
Circular Dependency Check
Upload Artifacts
0s
Upload Artifacts
Browser Unit Tests
4m 8s
Browser Unit Tests
Bun Unit Tests
54s
Bun Unit Tests
Deno Unit Tests
1m 7s
Deno Unit Tests
Cloudflare Integration Tests
1m 43s
Cloudflare Integration Tests
Bun Integration Tests
44s
Bun Integration Tests
Check for faulty .d.ts files
38s
Check for faulty .d.ts files
Matrix: job_e2e_tests
Matrix: job_optional_e2e_tests
All required jobs passed or were skipped
5s
All required jobs passed or were skipped
Fit to window
Zoom out
Zoom in

Annotations

103 errors, 190 warnings, and 226 notices
Cloudflare Integration Tests
Process completed with exit code 1.
suites/public-api/startSpan-streamed/test.ts > sends a streamed span envelope with correct spans for a manually started span with children: dev-packages/cloudflare-integration-tests/suites/public-api/startSpan-streamed/test.ts#L174
AssertionError: expected { name: 'GET /', …(7) } to deeply equal { attributes: { …(26) }, …(7) } - Expected + Received @@ -16,11 +16,11 @@ "type": "string", "value": "::1", }, "http.request.header.host": Object { "type": "string", - "value": StringMatching /^localhost:.+$/, + "value": "localhost:8787", }, "http.request.header.sec_fetch_mode": Object { "type": "string", "value": "cors", }, @@ -54,10 +54,25 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "Dedupe", + "InboundFilters", + "FunctionToString", + "ConversationId", + "LinkedErrors", + "Fetch", + "Hono", + "RequestData", + "Console", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.cloudflare", }, "sentry.sdk.version": Object { @@ -84,11 +99,11 @@ "type": "string", "value": "localhost", }, "url.full": Object { "type": "string", - "value": StringMatching /^http:\/\/localhost:.+$/, + "value": "http://localhost:8787/", }, "url.path": Object { "type": "string", "value": "/", }, @@ -103,13 +118,13 @@ "user_agent.original": Object { "type": "string", "value": "node", }, }, - "end_timestamp": Any<Number>, + "end_timestamp": 1776785790.617, "is_segment": true, "name": "GET /", "span_id": "8778ed9710d71214", - "start_timestamp": Any<Number>, + "start_timestamp": 1776785790.611, "status": "ok", "trace_id": "df9445d6dec446c28871752721796852", } ❯ suites/public-api/startSpan-streamed/test.ts:174:27 ❯ assertEnvelopeMatches runner.ts:125:11 ❯ newEnvelope runner.ts:167:13 ❯ ../test-utils/src/server.ts:19:7 ❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5 ❯ next ../../node_modules/express/lib/router/route.js:149:13 ❯ Route.dispatch ../../node_modules/express/lib/router/route.js:119:3 ❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5 ❯ ../../node_modules/express/lib/router/index.js:284:15 ❯ param ../../node_modules/express/lib/router/index.js:365:14
Unhandled error: dev-packages/cloudflare-integration-tests/suites/public-api/startSpan-streamed/test.ts#L174
AssertionError: expected { name: 'GET /', …(7) } to deeply equal { attributes: { …(26) }, …(7) } - Expected + Received @@ -54,10 +54,25 @@ }, "sentry.sample_rate": { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": { + "type": "array", + "value": [ + "Dedupe", + "InboundFilters", + "FunctionToString", + "ConversationId", + "LinkedErrors", + "Fetch", + "Hono", + "RequestData", + "Console", + "SpanStreaming", + ], + }, "sentry.sdk.name": { "type": "string", "value": "sentry.javascript.cloudflare", }, "sentry.sdk.version": { ❯ suites/public-api/startSpan-streamed/test.ts:174:27 ❯ assertEnvelopeMatches runner.ts:125:11 ❯ newEnvelope runner.ts:167:13 ❯ ../test-utils/src/server.ts:19:7 ❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5 ❯ next ../../node_modules/express/lib/router/route.js:149:13 ❯ Route.dispatch ../../node_modules/express/lib/router/route.js:119:3 ❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5 ❯ ../../node_modules/express/lib/router/index.js:284:15 ❯ param ../../node_modules/express/lib/router/index.js:365:14 This error originated in "suites/public-api/startSpan-streamed/test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "sends a streamed span envelope with correct spans for a manually started span with children". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Size Check
Size limit has been exceeded.
Playwright bundle_logs_metrics Tests
Process completed with exit code 1.
[chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes: dev-packages/browser-integration-tests/suites/public-api/logger/scopeAttributes/test.ts#L18
2) [chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 32 @@ -31,10 +31,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "log_attr": Object { @@ -60,10 +68,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { @@ -94,10 +110,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { @@ -133,10 +157,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { 16 | const envelopeItems = event[1]; 17 | > 18 | expect(envelopeItems[0]).toEqual([ | ^ 19 | { 20 | type: 'log', 21 | item_count: 5, at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/logger/scopeAttributes/test.ts:18:28
[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 + 6 @@ -328,12 +328,16 @@ "sentry.message.parameter.1": Object { "type": "string", "value": "{\"obj\":true}", }, "sentry.message.parameter.2": Object { - "type": "string", - "value": "[4,5,6]", + "type": "array", + "value": Array [ + 4, + 5, + 6, + ], }, "sentry.message.parameter.3": Object { "type": "string", "value": "suffix", }, 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
Node (24) Node-Core Integration Tests
Process completed with exit code 1.
suites/public-api/startSpan/basic-usage-streamed/test.ts > sends a streamed span envelope with correct spans for a manually started span with children: dev-packages/node-core-integration-tests/suites/public-api/startSpan/basic-usage-streamed/test.ts#L126
AssertionError: expected { name: 'test-span', …(7) } to deeply equal { attributes: { …(7) }, …(7) } - Expected + Received @@ -10,10 +10,33 @@ }, "sentry.sample_rate": { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": { + "type": "array", + "value": [ + "InboundFilters", + "FunctionToString", + "LinkedErrors", + "RequestData", + "NodeSystemError", + "ConversationId", + "Console", + "Http", + "NodeFetch", + "OnUncaughtException", + "OnUnhandledRejection", + "ContextLines", + "LocalVariablesAsync", + "Context", + "ChildProcess", + "ProcessSession", + "Modules", + "SpanStreaming", + ], + }, "sentry.sdk.name": { "type": "string", "value": "sentry.javascript.node-core", }, "sentry.sdk.version": { ❯ span suites/public-api/startSpan/basic-usage-streamed/test.ts:126:29 ❯ expectSpanContainer utils/runner.ts:689:5 ❯ newEnvelope utils/runner.ts:431:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:526:15 ❯ Socket.<anonymous> utils/runner.ts:544:15
Node (22) Node-Core Integration Tests
Process completed with exit code 1.
suites/public-api/startSpan/basic-usage-streamed/test.ts > sends a streamed span envelope with correct spans for a manually started span with children: dev-packages/node-core-integration-tests/suites/public-api/startSpan/basic-usage-streamed/test.ts#L126
AssertionError: expected { name: 'test-span', …(7) } to deeply equal { attributes: { …(7) }, …(7) } - Expected + Received @@ -10,10 +10,33 @@ }, "sentry.sample_rate": { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": { + "type": "array", + "value": [ + "InboundFilters", + "FunctionToString", + "LinkedErrors", + "RequestData", + "NodeSystemError", + "ConversationId", + "Console", + "Http", + "NodeFetch", + "OnUncaughtException", + "OnUnhandledRejection", + "ContextLines", + "LocalVariablesAsync", + "Context", + "ChildProcess", + "ProcessSession", + "Modules", + "SpanStreaming", + ], + }, "sentry.sdk.name": { "type": "string", "value": "sentry.javascript.node-core", }, "sentry.sdk.version": { ❯ span suites/public-api/startSpan/basic-usage-streamed/test.ts:126:29 ❯ expectSpanContainer utils/runner.ts:689:5 ❯ newEnvelope utils/runner.ts:431:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:526:15 ❯ Socket.<anonymous> utils/runner.ts:544:15
Node (20) Node-Core Integration Tests
Process completed with exit code 1.
suites/public-api/startSpan/basic-usage-streamed/test.ts > sends a streamed span envelope with correct spans for a manually started span with children: dev-packages/node-core-integration-tests/suites/public-api/startSpan/basic-usage-streamed/test.ts#L126
AssertionError: expected { name: 'test-span', …(7) } to deeply equal { attributes: { …(7) }, …(7) } - Expected + Received @@ -10,10 +10,33 @@ }, "sentry.sample_rate": { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": { + "type": "array", + "value": [ + "InboundFilters", + "FunctionToString", + "LinkedErrors", + "RequestData", + "NodeSystemError", + "ConversationId", + "Console", + "Http", + "NodeFetch", + "OnUncaughtException", + "OnUnhandledRejection", + "ContextLines", + "LocalVariablesAsync", + "Context", + "ChildProcess", + "ProcessSession", + "Modules", + "SpanStreaming", + ], + }, "sentry.sdk.name": { "type": "string", "value": "sentry.javascript.node-core", }, "sentry.sdk.version": { ❯ span suites/public-api/startSpan/basic-usage-streamed/test.ts:126:29 ❯ expectSpanContainer utils/runner.ts:689:5 ❯ newEnvelope utils/runner.ts:431:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:526:15 ❯ Socket.<anonymous> utils/runner.ts:544:15
Node (18) Node-Core Integration Tests
Process completed with exit code 1.
suites/public-api/startSpan/basic-usage-streamed/test.ts > sends a streamed span envelope with correct spans for a manually started span with children: dev-packages/node-core-integration-tests/suites/public-api/startSpan/basic-usage-streamed/test.ts#L126
AssertionError: expected { name: 'test-span', …(7) } to deeply equal { attributes: { …(7) }, …(7) } - Expected + Received @@ -10,10 +10,33 @@ }, "sentry.sample_rate": { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": { + "type": "array", + "value": [ + "InboundFilters", + "FunctionToString", + "LinkedErrors", + "RequestData", + "NodeSystemError", + "ConversationId", + "Console", + "Http", + "NodeFetch", + "OnUncaughtException", + "OnUnhandledRejection", + "ContextLines", + "LocalVariables", + "Context", + "ChildProcess", + "ProcessSession", + "Modules", + "SpanStreaming", + ], + }, "sentry.sdk.name": { "type": "string", "value": "sentry.javascript.node-core", }, "sentry.sdk.version": { ❯ span suites/public-api/startSpan/basic-usage-streamed/test.ts:126:29 ❯ expectSpanContainer utils/runner.ts:689:5 ❯ newEnvelope utils/runner.ts:431:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:526:15 ❯ Socket.<anonymous> utils/runner.ts:544:15
Playwright bundle_tracing_replay_feedback_logs_metrics_min firefox Tests
Process completed with exit code 1.
[firefox] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @firefox: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions-streamed/test.ts#L41
1) [firefox] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @Firefox Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -22,10 +22,28 @@ }, "sentry.origin": Object { "type": "string", "value": "manual", }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 39 | const interactionSegmentSpan = interactionSpanTree.find(span => !!span.is_segment); 40 | > 41 | expect(interactionSegmentSpan).toEqual({ | ^ 42 | attributes: { 43 | 'culture.calendar': { 44 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:41:34
Playwright bundle_replay_logs_metrics Tests
Process completed with exit code 1.
[chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes: dev-packages/browser-integration-tests/suites/public-api/logger/scopeAttributes/test.ts#L18
2) [chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 32 @@ -31,10 +31,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "log_attr": Object { @@ -60,10 +68,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { @@ -94,10 +110,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { @@ -133,10 +157,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { 16 | const envelopeItems = event[1]; 17 | > 18 | expect(envelopeItems[0]).toEqual([ | ^ 19 | { 20 | type: 'log', 21 | item_count: 5, at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/logger/scopeAttributes/test.ts:18:28
[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 + 6 @@ -328,12 +328,16 @@ "sentry.message.parameter.1": Object { "type": "string", "value": "{\"obj\":true}", }, "sentry.message.parameter.2": Object { - "type": "string", - "value": "[4,5,6]", + "type": "array", + "value": Array [ + 4, + 5, + 6, + ], }, "sentry.message.parameter.3": Object { "type": "string", "value": "suffix", }, 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
Browser Unit Tests
Process completed with exit code 1.
test/integrations/spanstreaming.test.ts > spanStreamingIntegration > enqueues a span into the buffer when the span ends: packages/browser/test/integrations/spanstreaming.test.ts#L126
AssertionError: expected "spy" to be called with arguments: [ { …(9) } ] Received: 1st spy call: @@ -23,31 +23,39 @@ "attributes": { "sentry.origin": { "type": "string", "value": "manual", }, + "sentry.sdk.integrations": { + "type": "array", + "value": [ + "SpanStreaming", + ], + }, "sentry.sdk.name": { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.segment.id": { "type": "string", "value": "852435f1c2bb6800", }, "sentry.segment.name": { "type": "string", "value": "test", }, }, - "end_timestamp": Any<Number>, + "end_timestamp": 1776785835.3897836, "is_segment": true, + "links": undefined, "name": "test", + "parent_span_id": undefined, "span_id": "852435f1c2bb6800", - "start_timestamp": Any<Number>, + "start_timestamp": 1776785835.3897836, "status": "ok", "trace_id": "8a2ec048ce0343a38102e41a954e8422", }, ] Number of calls: 1 ❯ test/integrations/spanstreaming.test.ts:126:40
E2E deno-streamed Test
Process completed with exit code 1.
[chromium] › tests/spans.test.ts:179:5 › OTel span appears as child of Sentry span (interop): ../../_temp/test-application/tests/spans.test.ts#L191
2) [chromium] › tests/spans.test.ts:179:5 › OTel span appears as child of Sentry span (interop) ── Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 17 @@ -62,10 +62,27 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "RequestData", + "FunctionToString", + "LinkedErrors", + "Dedupe", + "Breadcrumbs", + "DenoContext", + "DenoServe", + "ContextLines", + "NormalizePaths", + "GlobalHandlers", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.deno", }, "sentry.sdk.version": Object { 189 | 190 | const httpServerSpan = spans.find(span => getSpanOp(span) === 'http.server'); > 191 | expect(httpServerSpan).toEqual({ | ^ 192 | ...SEGMENT_SPAN, 193 | name: 'GET /test-interop', 194 | attributes: { at /home/runner/work/_temp/test-application/tests/spans.test.ts:191:26
[chromium] › tests/spans.test.ts:128:5 › Sends streamed spans (http.server and manual with Sentry.startSpan): ../../_temp/test-application/tests/spans.test.ts#L138
1) [chromium] › tests/spans.test.ts:128:5 › Sends streamed spans (http.server and manual with Sentry.startSpan) Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 17 @@ -99,10 +99,27 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "RequestData", + "FunctionToString", + "LinkedErrors", + "Dedupe", + "Breadcrumbs", + "DenoContext", + "DenoServe", + "ContextLines", + "NormalizePaths", + "GlobalHandlers", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.deno", }, "sentry.sdk.version": Object { 136 | expect(spans).toHaveLength(2); 137 | > 138 | expect(spans).toEqual([ | ^ 139 | { 140 | attributes: { 141 | 'sentry.environment': { at /home/runner/work/_temp/test-application/tests/spans.test.ts:138:17
Playwright esm (2/4) Tests
Process completed with exit code 1.
[chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled: dev-packages/browser-integration-tests/suites/public-api/startSpan/streamed/test.ts#L67
3) [chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 17 @@ -123,10 +123,27 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 65 | expect(segmentSpanId).toBeDefined(); 66 | > 67 | expect(spans).toEqual([ | ^ 68 | { 69 | attributes: { 70 | [SEMANTIC_ATTRIBUTE_SENTRY_OP]: { at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/startSpan/streamed/test.ts:67:19
[chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes: dev-packages/browser-integration-tests/suites/public-api/logger/scopeAttributes/test.ts#L18
2) [chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 32 @@ -31,10 +31,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "log_attr": Object { @@ -60,10 +68,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { @@ -94,10 +110,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { @@ -133,10 +157,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { 16 | const envelopeItems = event[1]; 17 | > 18 | expect(envelopeItems[0]).toEqual([ | ^ 19 | { 20 | type: 'log', 21 | item_count: 5, at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/logger/scopeAttributes/test.ts:18:28
[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 + 6 @@ -328,12 +328,16 @@ "sentry.message.parameter.1": Object { "type": "string", "value": "{\"obj\":true}", }, "sentry.message.parameter.2": Object { - "type": "string", - "value": "[4,5,6]", + "type": "array", + "value": Array [ + 4, + 5, + 6, + ], }, "sentry.message.parameter.3": Object { "type": "string", "value": "suffix", }, 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
Node (24) (TS 3.8) Node-Core Integration Tests
Process completed with exit code 1.
suites/public-api/startSpan/basic-usage-streamed/test.ts > sends a streamed span envelope with correct spans for a manually started span with children: dev-packages/node-core-integration-tests/suites/public-api/startSpan/basic-usage-streamed/test.ts#L126
AssertionError: expected { name: 'test-span', …(7) } to deeply equal { attributes: { …(7) }, …(7) } - Expected + Received @@ -10,10 +10,33 @@ }, "sentry.sample_rate": { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": { + "type": "array", + "value": [ + "InboundFilters", + "FunctionToString", + "LinkedErrors", + "RequestData", + "NodeSystemError", + "ConversationId", + "Console", + "Http", + "NodeFetch", + "OnUncaughtException", + "OnUnhandledRejection", + "ContextLines", + "LocalVariablesAsync", + "Context", + "ChildProcess", + "ProcessSession", + "Modules", + "SpanStreaming", + ], + }, "sentry.sdk.name": { "type": "string", "value": "sentry.javascript.node-core", }, "sentry.sdk.version": { ❯ span suites/public-api/startSpan/basic-usage-streamed/test.ts:126:29 ❯ expectSpanContainer utils/runner.ts:689:5 ❯ newEnvelope utils/runner.ts:431:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:526:15 ❯ Socket.<anonymous> utils/runner.ts:544:15
Playwright bundle_tracing_logs_metrics Tests
Process completed with exit code 1.
[chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageload-streamed/test.ts#L63
6) [chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -54,10 +54,28 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 61 | expect(pageloadSpan?.start_timestamp).toBeCloseTo(timeOrigin, 1); 62 | > 63 | expect(pageloadSpan).toEqual({ | ^ 64 | attributes: { 65 | 'culture.calendar': { 66 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:63:26
[chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-streamed/test.ts#L70
5) [chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -42,10 +42,28 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 68 | expect(pageloadSpan.name).toEqual('/index.html'); 69 | > 70 | expect(navigationSpan).toEqual({ | ^ 71 | attributes: { 72 | 'culture.calendar': { 73 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:70:26
[chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @firefox: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions-streamed/test.ts#L41
4) [chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @Firefox Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -22,10 +22,28 @@ }, "sentry.origin": Object { "type": "string", "value": "manual", }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 39 | const interactionSegmentSpan = interactionSpanTree.find(span => !!span.is_segment); 40 | > 41 | expect(interactionSegmentSpan).toEqual({ | ^ 42 | attributes: { 43 | 'culture.calendar': { 44 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:41:34
[chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled: dev-packages/browser-integration-tests/suites/public-api/startSpan/streamed/test.ts#L67
3) [chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 17 @@ -123,10 +123,27 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 65 | expect(segmentSpanId).toBeDefined(); 66 | > 67 | expect(spans).toEqual([ | ^ 68 | { 69 | attributes: { 70 | [SEMANTIC_ATTRIBUTE_SENTRY_OP]: { at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/startSpan/streamed/test.ts:67:19
[chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes: dev-packages/browser-integration-tests/suites/public-api/logger/scopeAttributes/test.ts#L18
2) [chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 32 @@ -31,10 +31,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "log_attr": Object { @@ -60,10 +68,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { @@ -94,10 +110,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { @@ -133,10 +157,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { 16 | const envelopeItems = event[1]; 17 | > 18 | expect(envelopeItems[0]).toEqual([ | ^ 19 | { 20 | type: 'log', 21 | item_count: 5, at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/logger/scopeAttributes/test.ts:18:28
[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 + 6 @@ -328,12 +328,16 @@ "sentry.message.parameter.1": Object { "type": "string", "value": "{\"obj\":true}", }, "sentry.message.parameter.2": Object { - "type": "string", - "value": "[4,5,6]", + "type": "array", + "value": Array [ + 4, + 5, + 6, + ], }, "sentry.message.parameter.3": Object { "type": "string", "value": "suffix", }, 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 (3/4) Tests
Process completed with exit code 1.
[chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageload-streamed/test.ts#L63
3) [chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -54,10 +54,28 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 61 | expect(pageloadSpan?.start_timestamp).toBeCloseTo(timeOrigin, 1); 62 | > 63 | expect(pageloadSpan).toEqual({ | ^ 64 | attributes: { 65 | 'culture.calendar': { 66 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:63:26
[chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-streamed/test.ts#L70
2) [chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -42,10 +42,28 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 68 | expect(pageloadSpan.name).toEqual('/index.html'); 69 | > 70 | expect(navigationSpan).toEqual({ | ^ 71 | attributes: { 72 | 'culture.calendar': { 73 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:70:26
[chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @firefox: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions-streamed/test.ts#L41
1) [chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @Firefox Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -22,10 +22,28 @@ }, "sentry.origin": Object { "type": "string", "value": "manual", }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 39 | const interactionSegmentSpan = interactionSpanTree.find(span => !!span.is_segment); 40 | > 41 | expect(interactionSegmentSpan).toEqual({ | ^ 42 | attributes: { 43 | 'culture.calendar': { 44 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:41:34
[chromium] › tests/trpc-mutation.test.ts:4:1 › should create transaction with trpc input for mutation: ../../_temp/test-application/tests/trpc-mutation.test.ts#L0
2) [chromium] › tests/trpc-mutation.test.ts:4:1 › should create transaction with trpc input for mutation Test timeout of 30000ms exceeded.
[chromium] › tests/trpc-error.test.ts:4:1 › should capture error with trpc context: ../../_temp/test-application/tests/trpc-error.test.ts#L0
1) [chromium] › tests/trpc-error.test.ts:4:1 › should capture error with trpc context ──────────── Test timeout of 30000ms exceeded.
Playwright bundle_tracing Tests
Process completed with exit code 1.
[chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageload-streamed/test.ts#L63
4) [chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -54,10 +54,28 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 61 | expect(pageloadSpan?.start_timestamp).toBeCloseTo(timeOrigin, 1); 62 | > 63 | expect(pageloadSpan).toEqual({ | ^ 64 | attributes: { 65 | 'culture.calendar': { 66 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:63:26
[chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-streamed/test.ts#L70
3) [chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -42,10 +42,28 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 68 | expect(pageloadSpan.name).toEqual('/index.html'); 69 | > 70 | expect(navigationSpan).toEqual({ | ^ 71 | attributes: { 72 | 'culture.calendar': { 73 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:70:26
[chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @firefox: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions-streamed/test.ts#L41
2) [chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @Firefox Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -22,10 +22,28 @@ }, "sentry.origin": Object { "type": "string", "value": "manual", }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 39 | const interactionSegmentSpan = interactionSpanTree.find(span => !!span.is_segment); 40 | > 41 | expect(interactionSegmentSpan).toEqual({ | ^ 42 | attributes: { 43 | 'culture.calendar': { 44 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:41:34
[chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled: dev-packages/browser-integration-tests/suites/public-api/startSpan/streamed/test.ts#L67
1) [chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 17 @@ -123,10 +123,27 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 65 | expect(segmentSpanId).toBeDefined(); 66 | > 67 | expect(spans).toEqual([ | ^ 68 | { 69 | attributes: { 70 | [SEMANTIC_ATTRIBUTE_SENTRY_OP]: { at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/startSpan/streamed/test.ts:67:19
Playwright bundle_tracing_replay_feedback_logs_metrics_min webkit Tests
Process completed with exit code 1.
[webkit] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageload-streamed/test.ts#L63
5) [webkit] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -42,10 +42,28 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 61 | expect(pageloadSpan?.start_timestamp).toBeCloseTo(timeOrigin, 1); 62 | > 63 | expect(pageloadSpan).toEqual({ | ^ 64 | attributes: { 65 | 'culture.calendar': { 66 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:63:26
[webkit] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-streamed/test.ts#L70
4) [webkit] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -34,10 +34,28 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 68 | expect(pageloadSpan.name).toEqual('/index.html'); 69 | > 70 | expect(navigationSpan).toEqual({ | ^ 71 | attributes: { 72 | 'culture.calendar': { 73 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:70:26
[webkit] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled: dev-packages/browser-integration-tests/suites/public-api/startSpan/streamed/test.ts#L67
3) [webkit] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 17 @@ -123,10 +123,27 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 65 | expect(segmentSpanId).toBeDefined(); 66 | > 67 | expect(spans).toEqual([ | ^ 68 | { 69 | attributes: { 70 | [SEMANTIC_ATTRIBUTE_SENTRY_OP]: { at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/startSpan/streamed/test.ts:67:19
[webkit] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes: dev-packages/browser-integration-tests/suites/public-api/logger/scopeAttributes/test.ts#L18
2) [webkit] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 32 @@ -31,10 +31,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "log_attr": Object { @@ -60,10 +68,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { @@ -94,10 +110,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { @@ -133,10 +157,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { 16 | const envelopeItems = event[1]; 17 | > 18 | expect(envelopeItems[0]).toEqual([ | ^ 19 | { 20 | type: 'log', 21 | item_count: 5, at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/logger/scopeAttributes/test.ts:18:28
[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 + 6 @@ -328,12 +328,16 @@ "sentry.message.parameter.1": Object { "type": "string", "value": "{\"obj\":true}", }, "sentry.message.parameter.2": Object { - "type": "string", - "value": "[4,5,6]", + "type": "array", + "value": Array [ + 4, + 5, + 6, + ], }, "sentry.message.parameter.3": Object { "type": "string", "value": "suffix", }, 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/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageload-streamed/test.ts#L63
6) [chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -54,10 +54,28 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 61 | expect(pageloadSpan?.start_timestamp).toBeCloseTo(timeOrigin, 1); 62 | > 63 | expect(pageloadSpan).toEqual({ | ^ 64 | attributes: { 65 | 'culture.calendar': { 66 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:63:26
[chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-streamed/test.ts#L70
5) [chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -42,10 +42,28 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 68 | expect(pageloadSpan.name).toEqual('/index.html'); 69 | > 70 | expect(navigationSpan).toEqual({ | ^ 71 | attributes: { 72 | 'culture.calendar': { 73 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:70:26
[chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @firefox: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions-streamed/test.ts#L41
4) [chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @Firefox Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -22,10 +22,28 @@ }, "sentry.origin": Object { "type": "string", "value": "manual", }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 39 | const interactionSegmentSpan = interactionSpanTree.find(span => !!span.is_segment); 40 | > 41 | expect(interactionSegmentSpan).toEqual({ | ^ 42 | attributes: { 43 | 'culture.calendar': { 44 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:41:34
[chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled: dev-packages/browser-integration-tests/suites/public-api/startSpan/streamed/test.ts#L67
3) [chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 17 @@ -123,10 +123,27 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 65 | expect(segmentSpanId).toBeDefined(); 66 | > 67 | expect(spans).toEqual([ | ^ 68 | { 69 | attributes: { 70 | [SEMANTIC_ATTRIBUTE_SENTRY_OP]: { at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/startSpan/streamed/test.ts:67:19
[chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes: dev-packages/browser-integration-tests/suites/public-api/logger/scopeAttributes/test.ts#L18
2) [chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 32 @@ -31,10 +31,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "log_attr": Object { @@ -60,10 +68,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { @@ -94,10 +110,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { @@ -133,10 +157,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { 16 | const envelopeItems = event[1]; 17 | > 18 | expect(envelopeItems[0]).toEqual([ | ^ 19 | { 20 | type: 'log', 21 | item_count: 5, at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/logger/scopeAttributes/test.ts:18:28
[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 + 6 @@ -328,12 +328,16 @@ "sentry.message.parameter.1": Object { "type": "string", "value": "{\"obj\":true}", }, "sentry.message.parameter.2": Object { - "type": "string", - "value": "[4,5,6]", + "type": "array", + "value": Array [ + 4, + 5, + 6, + ], }, "sentry.message.parameter.3": Object { "type": "string", "value": "suffix", }, 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
E2E supabase-nextjs Test
Process completed with exit code 1.
Playwright bundle_tracing_replay Tests
Process completed with exit code 1.
[chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageload-streamed/test.ts#L63
4) [chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -54,10 +54,28 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 61 | expect(pageloadSpan?.start_timestamp).toBeCloseTo(timeOrigin, 1); 62 | > 63 | expect(pageloadSpan).toEqual({ | ^ 64 | attributes: { 65 | 'culture.calendar': { 66 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:63:26
[chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-streamed/test.ts#L70
3) [chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -42,10 +42,28 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 68 | expect(pageloadSpan.name).toEqual('/index.html'); 69 | > 70 | expect(navigationSpan).toEqual({ | ^ 71 | attributes: { 72 | 'culture.calendar': { 73 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:70:26
[chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @firefox: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions-streamed/test.ts#L41
2) [chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @Firefox Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -22,10 +22,28 @@ }, "sentry.origin": Object { "type": "string", "value": "manual", }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 39 | const interactionSegmentSpan = interactionSpanTree.find(span => !!span.is_segment); 40 | > 41 | expect(interactionSegmentSpan).toEqual({ | ^ 42 | attributes: { 43 | 'culture.calendar': { 44 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:41:34
[chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled: dev-packages/browser-integration-tests/suites/public-api/startSpan/streamed/test.ts#L67
1) [chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 17 @@ -123,10 +123,27 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 65 | expect(segmentSpanId).toBeDefined(); 66 | > 67 | expect(spans).toEqual([ | ^ 68 | { 69 | attributes: { 70 | [SEMANTIC_ATTRIBUTE_SENTRY_OP]: { at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/startSpan/streamed/test.ts:67:19
Node (22) Integration Tests
Process completed with exit code 1.
suites/public-api/startSpan/basic-usage-streamed/test.ts > sends a streamed span envelope with correct spans for a manually started span with children: dev-packages/node-integration-tests/suites/public-api/startSpan/basic-usage-streamed/test.ts#L126
AssertionError: expected { name: 'test-span', …(7) } to deeply equal { attributes: { …(7) }, …(7) } - Expected + Received @@ -10,10 +10,60 @@ }, "sentry.sample_rate": { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": { + "type": "array", + "value": [ + "InboundFilters", + "FunctionToString", + "LinkedErrors", + "RequestData", + "NodeSystemError", + "ConversationId", + "Console", + "OnUncaughtException", + "OnUnhandledRejection", + "ContextLines", + "LocalVariablesAsync", + "Context", + "ChildProcess", + "ProcessSession", + "Modules", + "Http", + "NodeFetch", + "Express", + "Fastify", + "Graphql", + "Hono", + "Mongo", + "Mongoose", + "Mysql", + "Mysql2", + "Redis", + "Postgres", + "Prisma", + "Hapi", + "Koa", + "Connect", + "Tedious", + "GenericPool", + "Kafka", + "Amqplib", + "LruMemoizer", + "LangChain", + "LangGraph", + "VercelAI", + "OpenAI", + "Anthropic_AI", + "Google_GenAI", + "PostgresJs", + "Firebase", + "SpanStreaming", + ], + }, "sentry.sdk.name": { "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { ❯ span suites/public-api/startSpan/basic-usage-streamed/test.ts:126:29 ❯ expectSpanContainer utils/runner.ts:820:5 ❯ newEnvelope utils/runner.ts:550:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15 ❯ Socket.<anonymous> utils/runner.ts:669:15
suites/public-api/logger/test.ts > logs > captures logs with scope and log attributes: dev-packages/node-integration-tests/suites/public-api/logger/test.ts#L41
AssertionError: expected { items: [ { …(6) }, { …(6) }, …(3) ] } to deeply equal { items: [ { …(6) }, { …(6) }, …(3) ] } - Expected + Received @@ -37,10 +37,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "array_attr": { + "type": "array", + "value": [ + 1, + 2, + 3, + ], + }, "global_scope_attr": { "type": "boolean", "value": true, }, "log_attr": { @@ -59,29 +67,37 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.timestamp.sequence": { "type": "integer", - "value": Any<Number>, + "value": 0, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervmeorf1", }, }, "body": "log_after_global_scope", "level": "info", "severity_number": 9, "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "array_attr": { + "type": "array", + "value": [ + 1, + 2, + 3, + ], + }, "global_scope_attr": { "type": "boolean", "value": true, }, "isolation_scope_1_attr": { @@ -105,29 +121,37 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.timestamp.sequence": { "type": "integer", - "value": Any<Number>, + "value": 0, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervmeorf1", }, }, "body": "log_with_isolation_scope", "level": "info", "severity_number": 9, "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "array_attr": { + "type": "array", + "value": [ + 1, + 2, + 3, + ], + }, "global_scope_attr": { "type": "boolean", "value": true, }, "isolation_scope_1_attr": { @@ -156,29 +180,37 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.timestamp.sequence": { "type": "integer", - "value": Any<Number>, + "value": 1, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervmeorf1", }, }, "body": "log_with_scope", "level": "info", "severity_number": 9, "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "array_attr": { + "type": "array", + "value": [ + 1, + 2, + 3, + ], + }, "global_scope_attr": { "type": "boolean", "value": true, }, "isolation_scope_1_attr": { @@ -207,19 +239,19 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.timestamp.sequence": { "type": "integer", - "value": Any<Number>,
Node (24) Integration Tests
Process completed with exit code 1.
suites/public-api/startSpan/basic-usage-streamed/test.ts > sends a streamed span envelope with correct spans for a manually started span with children: dev-packages/node-integration-tests/suites/public-api/startSpan/basic-usage-streamed/test.ts#L126
AssertionError: expected { name: 'test-span', …(7) } to deeply equal { attributes: { …(7) }, …(7) } - Expected + Received @@ -10,10 +10,60 @@ }, "sentry.sample_rate": { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": { + "type": "array", + "value": [ + "InboundFilters", + "FunctionToString", + "LinkedErrors", + "RequestData", + "NodeSystemError", + "ConversationId", + "Console", + "OnUncaughtException", + "OnUnhandledRejection", + "ContextLines", + "LocalVariablesAsync", + "Context", + "ChildProcess", + "ProcessSession", + "Modules", + "Http", + "NodeFetch", + "Express", + "Fastify", + "Graphql", + "Hono", + "Mongo", + "Mongoose", + "Mysql", + "Mysql2", + "Redis", + "Postgres", + "Prisma", + "Hapi", + "Koa", + "Connect", + "Tedious", + "GenericPool", + "Kafka", + "Amqplib", + "LruMemoizer", + "LangChain", + "LangGraph", + "VercelAI", + "OpenAI", + "Anthropic_AI", + "Google_GenAI", + "PostgresJs", + "Firebase", + "SpanStreaming", + ], + }, "sentry.sdk.name": { "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { ❯ span suites/public-api/startSpan/basic-usage-streamed/test.ts:126:29 ❯ expectSpanContainer utils/runner.ts:820:5 ❯ newEnvelope utils/runner.ts:550:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15 ❯ Socket.<anonymous> utils/runner.ts:669:15
suites/public-api/logger/test.ts > logs > captures logs with scope and log attributes: dev-packages/node-integration-tests/suites/public-api/logger/test.ts#L41
AssertionError: expected { items: [ { …(6) }, { …(6) }, …(3) ] } to deeply equal { items: [ { …(6) }, { …(6) }, …(3) ] } - Expected + Received @@ -37,10 +37,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "array_attr": { + "type": "array", + "value": [ + 1, + 2, + 3, + ], + }, "global_scope_attr": { "type": "boolean", "value": true, }, "log_attr": { @@ -59,29 +67,37 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.timestamp.sequence": { "type": "integer", - "value": Any<Number>, + "value": 0, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervmeorf1", }, }, "body": "log_after_global_scope", "level": "info", "severity_number": 9, "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "array_attr": { + "type": "array", + "value": [ + 1, + 2, + 3, + ], + }, "global_scope_attr": { "type": "boolean", "value": true, }, "isolation_scope_1_attr": { @@ -105,29 +121,37 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.timestamp.sequence": { "type": "integer", - "value": Any<Number>, + "value": 0, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervmeorf1", }, }, "body": "log_with_isolation_scope", "level": "info", "severity_number": 9, "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "array_attr": { + "type": "array", + "value": [ + 1, + 2, + 3, + ], + }, "global_scope_attr": { "type": "boolean", "value": true, }, "isolation_scope_1_attr": { @@ -156,29 +180,37 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.timestamp.sequence": { "type": "integer", - "value": Any<Number>, + "value": 1, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervmeorf1", }, }, "body": "log_with_scope", "level": "info", "severity_number": 9, "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "array_attr": { + "type": "array", + "value": [ + 1, + 2, + 3, + ], + }, "global_scope_attr": { "type": "boolean", "value": true, }, "isolation_scope_1_attr": { @@ -207,19 +239,19 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.timestamp.sequence": { "type": "integer", - "value": Any<Number>,
Playwright bundle_tracing_replay_logs_metrics Tests
Process completed with exit code 1.
[chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageload-streamed/test.ts#L63
6) [chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -54,10 +54,28 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 61 | expect(pageloadSpan?.start_timestamp).toBeCloseTo(timeOrigin, 1); 62 | > 63 | expect(pageloadSpan).toEqual({ | ^ 64 | attributes: { 65 | 'culture.calendar': { 66 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:63:26
[chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-streamed/test.ts#L70
5) [chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -42,10 +42,28 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 68 | expect(pageloadSpan.name).toEqual('/index.html'); 69 | > 70 | expect(navigationSpan).toEqual({ | ^ 71 | attributes: { 72 | 'culture.calendar': { 73 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:70:26
[chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @firefox: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions-streamed/test.ts#L41
4) [chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @Firefox Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -22,10 +22,28 @@ }, "sentry.origin": Object { "type": "string", "value": "manual", }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 39 | const interactionSegmentSpan = interactionSpanTree.find(span => !!span.is_segment); 40 | > 41 | expect(interactionSegmentSpan).toEqual({ | ^ 42 | attributes: { 43 | 'culture.calendar': { 44 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:41:34
[chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled: dev-packages/browser-integration-tests/suites/public-api/startSpan/streamed/test.ts#L67
3) [chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 17 @@ -123,10 +123,27 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 65 | expect(segmentSpanId).toBeDefined(); 66 | > 67 | expect(spans).toEqual([ | ^ 68 | { 69 | attributes: { 70 | [SEMANTIC_ATTRIBUTE_SENTRY_OP]: { at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/startSpan/streamed/test.ts:67:19
[chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes: dev-packages/browser-integration-tests/suites/public-api/logger/scopeAttributes/test.ts#L18
2) [chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 32 @@ -31,10 +31,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "log_attr": Object { @@ -60,10 +68,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { @@ -94,10 +110,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { @@ -133,10 +157,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { 16 | const envelopeItems = event[1]; 17 | > 18 | expect(envelopeItems[0]).toEqual([ | ^ 19 | { 20 | type: 'log', 21 | item_count: 5, at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/logger/scopeAttributes/test.ts:18:28
[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 + 6 @@ -328,12 +328,16 @@ "sentry.message.parameter.1": Object { "type": "string", "value": "{\"obj\":true}", }, "sentry.message.parameter.2": Object { - "type": "string", - "value": "[4,5,6]", + "type": "array", + "value": Array [ + 4, + 5, + 6, + ], }, "sentry.message.parameter.3": Object { "type": "string", "value": "suffix", }, 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/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageload-streamed/test.ts#L63
6) [chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -54,10 +54,28 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 61 | expect(pageloadSpan?.start_timestamp).toBeCloseTo(timeOrigin, 1); 62 | > 63 | expect(pageloadSpan).toEqual({ | ^ 64 | attributes: { 65 | 'culture.calendar': { 66 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:63:26
[chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-streamed/test.ts#L70
5) [chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -42,10 +42,28 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 68 | expect(pageloadSpan.name).toEqual('/index.html'); 69 | > 70 | expect(navigationSpan).toEqual({ | ^ 71 | attributes: { 72 | 'culture.calendar': { 73 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:70:26
[chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @firefox: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions-streamed/test.ts#L41
4) [chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @Firefox Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -22,10 +22,28 @@ }, "sentry.origin": Object { "type": "string", "value": "manual", }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 39 | const interactionSegmentSpan = interactionSpanTree.find(span => !!span.is_segment); 40 | > 41 | expect(interactionSegmentSpan).toEqual({ | ^ 42 | attributes: { 43 | 'culture.calendar': { 44 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:41:34
[chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled: dev-packages/browser-integration-tests/suites/public-api/startSpan/streamed/test.ts#L67
3) [chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 17 @@ -123,10 +123,27 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 65 | expect(segmentSpanId).toBeDefined(); 66 | > 67 | expect(spans).toEqual([ | ^ 68 | { 69 | attributes: { 70 | [SEMANTIC_ATTRIBUTE_SENTRY_OP]: { at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/startSpan/streamed/test.ts:67:19
[chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes: dev-packages/browser-integration-tests/suites/public-api/logger/scopeAttributes/test.ts#L18
2) [chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 32 @@ -31,10 +31,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "log_attr": Object { @@ -60,10 +68,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { @@ -94,10 +110,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { @@ -133,10 +157,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { 16 | const envelopeItems = event[1]; 17 | > 18 | expect(envelopeItems[0]).toEqual([ | ^ 19 | { 20 | type: 'log', 21 | item_count: 5, at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/logger/scopeAttributes/test.ts:18:28
[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 + 6 @@ -328,12 +328,16 @@ "sentry.message.parameter.1": Object { "type": "string", "value": "{\"obj\":true}", }, "sentry.message.parameter.2": Object { - "type": "string", - "value": "[4,5,6]", + "type": "array", + "value": Array [ + 4, + 5, + 6, + ], }, "sentry.message.parameter.3": Object { "type": "string", "value": "suffix", }, 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/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageload-streamed/test.ts#L63
4) [chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -54,10 +54,28 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 61 | expect(pageloadSpan?.start_timestamp).toBeCloseTo(timeOrigin, 1); 62 | > 63 | expect(pageloadSpan).toEqual({ | ^ 64 | attributes: { 65 | 'culture.calendar': { 66 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:63:26
[chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-streamed/test.ts#L70
3) [chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -42,10 +42,28 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 68 | expect(pageloadSpan.name).toEqual('/index.html'); 69 | > 70 | expect(navigationSpan).toEqual({ | ^ 71 | attributes: { 72 | 'culture.calendar': { 73 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:70:26
[chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @firefox: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions-streamed/test.ts#L41
2) [chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @Firefox Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -22,10 +22,28 @@ }, "sentry.origin": Object { "type": "string", "value": "manual", }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 39 | const interactionSegmentSpan = interactionSpanTree.find(span => !!span.is_segment); 40 | > 41 | expect(interactionSegmentSpan).toEqual({ | ^ 42 | attributes: { 43 | 'culture.calendar': { 44 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:41:34
[chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled: dev-packages/browser-integration-tests/suites/public-api/startSpan/streamed/test.ts#L67
1) [chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 17 @@ -123,10 +123,27 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 65 | expect(segmentSpanId).toBeDefined(); 66 | > 67 | expect(spans).toEqual([ | ^ 68 | { 69 | attributes: { 70 | [SEMANTIC_ATTRIBUTE_SENTRY_OP]: { at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/startSpan/streamed/test.ts:67:19
Node (18) Integration Tests
Process completed with exit code 1.
suites/public-api/startSpan/basic-usage-streamed/test.ts > sends a streamed span envelope with correct spans for a manually started span with children: dev-packages/node-integration-tests/suites/public-api/startSpan/basic-usage-streamed/test.ts#L126
AssertionError: expected { name: 'test-span', …(7) } to deeply equal { attributes: { …(7) }, …(7) } - Expected + Received @@ -10,10 +10,60 @@ }, "sentry.sample_rate": { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": { + "type": "array", + "value": [ + "InboundFilters", + "FunctionToString", + "LinkedErrors", + "RequestData", + "NodeSystemError", + "ConversationId", + "Console", + "OnUncaughtException", + "OnUnhandledRejection", + "ContextLines", + "LocalVariables", + "Context", + "ChildProcess", + "ProcessSession", + "Modules", + "Http", + "NodeFetch", + "Express", + "Fastify", + "Graphql", + "Hono", + "Mongo", + "Mongoose", + "Mysql", + "Mysql2", + "Redis", + "Postgres", + "Prisma", + "Hapi", + "Koa", + "Connect", + "Tedious", + "GenericPool", + "Kafka", + "Amqplib", + "LruMemoizer", + "LangChain", + "LangGraph", + "VercelAI", + "OpenAI", + "Anthropic_AI", + "Google_GenAI", + "PostgresJs", + "Firebase", + "SpanStreaming", + ], + }, "sentry.sdk.name": { "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { ❯ span suites/public-api/startSpan/basic-usage-streamed/test.ts:126:29 ❯ expectSpanContainer utils/runner.ts:820:5 ❯ newEnvelope utils/runner.ts:550:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15 ❯ Socket.<anonymous> utils/runner.ts:669:15
suites/public-api/logger/test.ts > logs > captures logs with scope and log attributes: dev-packages/node-integration-tests/suites/public-api/logger/test.ts#L41
AssertionError: expected { items: [ { …(6) }, { …(6) }, …(3) ] } to deeply equal { items: [ { …(6) }, { …(6) }, …(3) ] } - Expected + Received @@ -37,10 +37,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "array_attr": { + "type": "array", + "value": [ + 1, + 2, + 3, + ], + }, "global_scope_attr": { "type": "boolean", "value": true, }, "log_attr": { @@ -59,29 +67,37 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.timestamp.sequence": { "type": "integer", - "value": Any<Number>, + "value": 0, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervmeorf1", }, }, "body": "log_after_global_scope", "level": "info", "severity_number": 9, "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "array_attr": { + "type": "array", + "value": [ + 1, + 2, + 3, + ], + }, "global_scope_attr": { "type": "boolean", "value": true, }, "isolation_scope_1_attr": { @@ -105,29 +121,37 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.timestamp.sequence": { "type": "integer", - "value": Any<Number>, + "value": 1, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervmeorf1", }, }, "body": "log_with_isolation_scope", "level": "info", "severity_number": 9, "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "array_attr": { + "type": "array", + "value": [ + 1, + 2, + 3, + ], + }, "global_scope_attr": { "type": "boolean", "value": true, }, "isolation_scope_1_attr": { @@ -156,29 +180,37 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.timestamp.sequence": { "type": "integer", - "value": Any<Number>, + "value": 0, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervmeorf1", }, }, "body": "log_with_scope", "level": "info", "severity_number": 9, "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "array_attr": { + "type": "array", + "value": [ + 1, + 2, + 3, + ], + }, "global_scope_attr": { "type": "boolean", "value": true, }, "isolation_scope_1_attr": { @@ -207,19 +239,19 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.timestamp.sequence": { "type": "integer", - "value": Any<Number>,
Node (20) Integration Tests
Process completed with exit code 1.
suites/public-api/startSpan/basic-usage-streamed/test.ts > sends a streamed span envelope with correct spans for a manually started span with children: dev-packages/node-integration-tests/suites/public-api/startSpan/basic-usage-streamed/test.ts#L126
AssertionError: expected { name: 'test-span', …(7) } to deeply equal { attributes: { …(7) }, …(7) } - Expected + Received @@ -10,10 +10,60 @@ }, "sentry.sample_rate": { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": { + "type": "array", + "value": [ + "InboundFilters", + "FunctionToString", + "LinkedErrors", + "RequestData", + "NodeSystemError", + "ConversationId", + "Console", + "OnUncaughtException", + "OnUnhandledRejection", + "ContextLines", + "LocalVariablesAsync", + "Context", + "ChildProcess", + "ProcessSession", + "Modules", + "Http", + "NodeFetch", + "Express", + "Fastify", + "Graphql", + "Hono", + "Mongo", + "Mongoose", + "Mysql", + "Mysql2", + "Redis", + "Postgres", + "Prisma", + "Hapi", + "Koa", + "Connect", + "Tedious", + "GenericPool", + "Kafka", + "Amqplib", + "LruMemoizer", + "LangChain", + "LangGraph", + "VercelAI", + "OpenAI", + "Anthropic_AI", + "Google_GenAI", + "PostgresJs", + "Firebase", + "SpanStreaming", + ], + }, "sentry.sdk.name": { "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { ❯ span suites/public-api/startSpan/basic-usage-streamed/test.ts:126:29 ❯ expectSpanContainer utils/runner.ts:820:5 ❯ newEnvelope utils/runner.ts:550:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15 ❯ Socket.<anonymous> utils/runner.ts:669:15
suites/public-api/logger/test.ts > logs > captures logs with scope and log attributes: dev-packages/node-integration-tests/suites/public-api/logger/test.ts#L41
AssertionError: expected { items: [ { …(6) }, { …(6) }, …(3) ] } to deeply equal { items: [ { …(6) }, { …(6) }, …(3) ] } - Expected + Received @@ -37,10 +37,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "array_attr": { + "type": "array", + "value": [ + 1, + 2, + 3, + ], + }, "global_scope_attr": { "type": "boolean", "value": true, }, "log_attr": { @@ -59,29 +67,37 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.timestamp.sequence": { "type": "integer", - "value": Any<Number>, + "value": 0, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervmeorf1", }, }, "body": "log_after_global_scope", "level": "info", "severity_number": 9, "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "array_attr": { + "type": "array", + "value": [ + 1, + 2, + 3, + ], + }, "global_scope_attr": { "type": "boolean", "value": true, }, "isolation_scope_1_attr": { @@ -105,29 +121,37 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.timestamp.sequence": { "type": "integer", - "value": Any<Number>, + "value": 1, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervmeorf1", }, }, "body": "log_with_isolation_scope", "level": "info", "severity_number": 9, "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "array_attr": { + "type": "array", + "value": [ + 1, + 2, + 3, + ], + }, "global_scope_attr": { "type": "boolean", "value": true, }, "isolation_scope_1_attr": { @@ -156,29 +180,37 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.timestamp.sequence": { "type": "integer", - "value": Any<Number>, + "value": 0, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervmeorf1", }, }, "body": "log_with_scope", "level": "info", "severity_number": 9, "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "array_attr": { + "type": "array", + "value": [ + 1, + 2, + 3, + ], + }, "global_scope_attr": { "type": "boolean", "value": true, }, "isolation_scope_1_attr": { @@ -207,19 +239,19 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.timestamp.sequence": { "type": "integer", - "value": Any<Number>,
Node (24) (TS 3.8) Integration Tests
Process completed with exit code 1.
suites/public-api/startSpan/basic-usage-streamed/test.ts > sends a streamed span envelope with correct spans for a manually started span with children: dev-packages/node-integration-tests/suites/public-api/startSpan/basic-usage-streamed/test.ts#L126
AssertionError: expected { name: 'test-span', …(7) } to deeply equal { attributes: { …(7) }, …(7) } - Expected + Received @@ -10,10 +10,60 @@ }, "sentry.sample_rate": { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": { + "type": "array", + "value": [ + "InboundFilters", + "FunctionToString", + "LinkedErrors", + "RequestData", + "NodeSystemError", + "ConversationId", + "Console", + "OnUncaughtException", + "OnUnhandledRejection", + "ContextLines", + "LocalVariablesAsync", + "Context", + "ChildProcess", + "ProcessSession", + "Modules", + "Http", + "NodeFetch", + "Express", + "Fastify", + "Graphql", + "Hono", + "Mongo", + "Mongoose", + "Mysql", + "Mysql2", + "Redis", + "Postgres", + "Prisma", + "Hapi", + "Koa", + "Connect", + "Tedious", + "GenericPool", + "Kafka", + "Amqplib", + "LruMemoizer", + "LangChain", + "LangGraph", + "VercelAI", + "OpenAI", + "Anthropic_AI", + "Google_GenAI", + "PostgresJs", + "Firebase", + "SpanStreaming", + ], + }, "sentry.sdk.name": { "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { ❯ span suites/public-api/startSpan/basic-usage-streamed/test.ts:126:29 ❯ expectSpanContainer utils/runner.ts:820:5 ❯ newEnvelope utils/runner.ts:550:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15 ❯ Socket.<anonymous> utils/runner.ts:669:15
suites/public-api/logger/test.ts > logs > captures logs with scope and log attributes: dev-packages/node-integration-tests/suites/public-api/logger/test.ts#L41
AssertionError: expected { items: [ { …(6) }, { …(6) }, …(3) ] } to deeply equal { items: [ { …(6) }, { …(6) }, …(3) ] } - Expected + Received @@ -37,10 +37,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "array_attr": { + "type": "array", + "value": [ + 1, + 2, + 3, + ], + }, "global_scope_attr": { "type": "boolean", "value": true, }, "log_attr": { @@ -59,29 +67,37 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.timestamp.sequence": { "type": "integer", - "value": Any<Number>, + "value": 0, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervmeorf1", }, }, "body": "log_after_global_scope", "level": "info", "severity_number": 9, "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "array_attr": { + "type": "array", + "value": [ + 1, + 2, + 3, + ], + }, "global_scope_attr": { "type": "boolean", "value": true, }, "isolation_scope_1_attr": { @@ -105,29 +121,37 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.timestamp.sequence": { "type": "integer", - "value": Any<Number>, + "value": 0, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervmeorf1", }, }, "body": "log_with_isolation_scope", "level": "info", "severity_number": 9, "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "array_attr": { + "type": "array", + "value": [ + 1, + 2, + 3, + ], + }, "global_scope_attr": { "type": "boolean", "value": true, }, "isolation_scope_1_attr": { @@ -156,29 +180,37 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.timestamp.sequence": { "type": "integer", - "value": Any<Number>, + "value": 0, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervmeorf1", }, }, "body": "log_with_scope", "level": "info", "severity_number": 9, "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "array_attr": { + "type": "array", + "value": [ + 1, + 2, + 3, + ], + }, "global_scope_attr": { "type": "boolean", "value": true, }, "isolation_scope_1_attr": { @@ -207,19 +239,19 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.timestamp.sequence": { "type": "integer", - "value": Any<Number>,
All required jobs passed or were skipped
Process completed with exit code 1.
Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dkhunt27/action-nx-affected-list@v6.1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Deno Unit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: denoland/setup-deno@v2.0.3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
eslint(no-unused-vars): packages/core/test/lib/utils/weakRef.test.ts#L1
Identifier 'beforeEach' is imported but never used.
eslint(no-unused-vars): packages/core/test/lib/utils/weakRef.test.ts#L1
Identifier 'afterEach' is imported but never used.
eslint(no-unused-vars): packages/opentelemetry/test/utils/contextData.test.ts#L3
Identifier 'vi' is imported but never used.
eslint(no-unused-vars): packages/opentelemetry/test/utils/contextData.test.ts#L3
Identifier 'beforeEach' is imported but never used.
eslint(no-unused-vars): packages/opentelemetry/test/utils/contextData.test.ts#L3
Identifier 'afterEach' is imported but never used.
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/
Browser Unit Tests
Patch coverage defaulted to 100% because no changed files matched coverage data. Unmatched diff files: packages/core/src/attributes.ts, packages/core/src/semanticAttributes.ts, packages/core/src/tracing/spans/captureSpan.ts, packages/core/test/lib/attributes.test.ts, packages/core/test/lib/logs/internal.test.ts, packages/core/test/lib/tracing/spans/captureSpan.test.ts, packages/core/test/lib/tracing/spans/estimateSize.test.ts, packages/core/test/lib/utils/spanUtils.test.ts Sample coverage paths: ./mute.js, /Users/isaacs/dev/js/events-to-array/etoa.js, /home/runner/work/sentry-javascript/sentry-javascript/packages/browser-utils/src/debug-build.ts This usually indicates a path format mismatch between your coverage tool and the repository.
E2E node-core-light-express Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 elysia-bun Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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, pnpm/action-setup@v4. 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 node-core-express-otel-v2 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 node-express-mcp-v2 Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 node-express-esm-loader Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 node-core-express-otel-v2-custom-sampler Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 node-core-express-otel-v1 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 node-otel-custom-sampler Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 node-express-incorrect-instrumentation Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 generic-ts3.8 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 webpack-5 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 node-core-express-otel-v2-sdk-node Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 elysia-node Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 node-core-express-otel-v1-custom-sampler Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 nestjs-graphql Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 node-exports-test-app Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 node-profiling-cjs Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 hono-4 (bun) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 nestjs-microservices Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 react-router-7-spa Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 node-otel-sdk-node Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 node 22 (light mode + OTLP integration) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 browser-mfe-vite Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 node-profiling-esm Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 cloudflare-local-workers Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 remix-server-timing Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 cloudflare-workersentrypoint Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 nestjs-basic-with-graphql Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 nestjs-with-submodules-decorator Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 hono-4 (node) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 node-express-send-to-sentry Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 nestjs-8 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 node-hapi Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 node-express-esm-preload Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 nestjs-bullmq Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 node-koa Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 nestjs-with-submodules Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 node-express-cjs-preload Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 astro-6 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 nestjs-fastify Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 browser-webworker-vite Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 default-browser Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 tanstack-router Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 node-express-v5 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 node-express-esm-without-loader Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 webpack-4 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-sourcemaps Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 node-fastify-3 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 node-fastify-4 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 node-core-light-otlp Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 node-otel Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 node-fastify-5 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 node-connect Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 create-remix-app-express Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 create-remix-app-v2 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 node 22 (light mode, requires Node 22+ for diagnostics_channel) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 vue-tanstack-router Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 sveltekit-2.5.0-twp Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 astro-5-cf-workers Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 sveltekit-cloudflare-pages Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 react-router-7-framework-spa-node-20-18 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 nestjs-11 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 solid-tanstack-router Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 cloudflare-hono Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 tsx-express Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 react-router-7-framework Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 vue-3 (latest) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 svelte-5 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-16-userfeedback Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 node-express Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 node-otel-without-tracing Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 react-create-browser-router Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 react-router-5 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 react-create-memory-router Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 node-core-express-otel-v1-sdk-node Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 react-router-7-spa (TS 3.8) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 effect-3-node Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 create-react-app Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 nestjs-distributed-tracing Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 react-19 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 react-router-7-framework-spa Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-16-trailing-slash Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 react-router-7-framework-instrumentation Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 solidstart Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 angular-19 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-16-bun Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 nuxt-3 (canary) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 node-firebase Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 astro-4 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 react-router-7-framework-custom Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 angular-17 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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, pnpm/action-setup@v4. 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 create-react-app (TS 3.8) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 vue-3 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 create-remix-app-v2-non-vite Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 angular-20 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 angular (canary) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 nuxt-3 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 cloudflare-workers Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 astro-6-cf-workers Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 effect-4-node Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 angular-21 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 solidstart-top-level-import Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 sveltekit-2 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 react-router-6-use-routes Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-16-cf-workers (canary) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 react-router-6 (TS 3.8) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-16-trailing-slash (latest, turbopack) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 sveltekit-2-kit-tracing Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 solidstart-spa Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 tanstackstart-react Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-16-tunnel (turbopack) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 nuxt-3-dynamic-import Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 react-17 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 solidstart-dynamic-import Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 effect-4-browser Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 angular-18 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 sveltekit-2-svelte-5 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-16-cf-workers Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-16-cf-workers (latest) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-16-cacheComponents Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 react-create-hash-router Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 react-router-7-framework-node-20-18 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 vue-3 (canary) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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, pnpm/action-setup@v4. 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 effect-3-browser Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-16-tunnel Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 react-send-to-sentry Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 nuxt-3-top-level-import Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 react-router-7-cross-usage Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 create-remix-app-express-vite-dev Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 remix-hydrogen Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 react-router-7-framework (latest) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 hydrogen-react-router-7 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 (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, pnpm/action-setup@v4. 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 nestjs-basic Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 react-router-6 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 ember-classic Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 (Node 20) 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, pnpm/action-setup@v4. 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 ember-embroider Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-orpc Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-15-intl Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 react-router-6-descendant-routes Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-14 (latest) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-pages-dir (next@13) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-16-tunnel (webpack) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 nuxt-3-min Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-13 (latest) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-14 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-pages-dir (next@15) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 nuxt-5 Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-15-basepath Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-pages-dir Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-14 (canary) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-15-t3 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-13 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 cloudflare-mcp Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 nuxt-4 (canary) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 nuxt-4 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 hono-4 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 supabase-nextjs Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 supabase-nextjs Test
No files were found with the provided path: /home/runner/work/_temp/test-application/test-results. No artifacts will be uploaded.
E2E nextjs-16 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-16 (canary, turbopack) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 react-router-7-lazy-routes Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-15 (latest) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-16 (latest, turbopack) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-15 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-app-dir (next@13) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-app-dir Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-16 (canary, webpack) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-16 (latest, webpack) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-16 (webpack) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-app-dir (next@15) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 generic-ts5.0 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 nestjs-websockets Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 solid Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 debug-id-sourcemaps Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 astro-5 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-15 (turbo) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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
5 skipped 25 passed (16.8s)
🎭 Playwright Run Summary
5 skipped 25 passed (12.3s)
🎭 Playwright Run Summary
7 skipped 23 passed (11.6s)
🎭 Playwright Run Summary
7 skipped 23 passed (12.0s)
🎭 Playwright Run Summary
8 skipped 22 passed (12.1s)
🎭 Playwright Run Summary
477 skipped 191 passed (39.2s)
🎭 Playwright Run Summary
4 skipped 26 passed (21.3s)
🎭 Playwright Run Summary
478 skipped 190 passed (37.4s)
🎭 Playwright Run Summary
1 skipped 29 passed (18.5s)
🎭 Playwright Run Summary
2 failed [chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls [chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes 473 skipped 193 passed (41.1s)
🎭 Playwright Run Summary
1 failed [firefox] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @Firefox 14 passed (25.3s)
🎭 Playwright Run Summary
343 skipped 325 passed (1.6m)
🎭 Playwright Run Summary
2 failed [chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls [chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes 341 skipped 325 passed (1.5m)
🎭 Playwright Run Summary
1 skipped 166 passed (2.5m)
🎭 Playwright Run Summary
4 passed (2.7s)
🎭 Playwright Run Summary
3 skipped 17 passed (1.9s)
🎭 Playwright Run Summary
2 failed [chromium] › tests/spans.test.ts:128:5 › Sends streamed spans (http.server and manual with Sentry.startSpan) [chromium] › tests/spans.test.ts:179:5 › OTel span appears as child of Sentry span (interop) ───
🎭 Playwright Run Summary
4 passed (2.2s)
🎭 Playwright Run Summary
1 passed (3.4s)
🎭 Playwright Run Summary
3 passed (3.4s)
🎭 Playwright Run Summary
3 passed (2.5s)
🎭 Playwright Run Summary
4 passed (2.2s)
🎭 Playwright Run Summary
3 passed (2.6s)
🎭 Playwright Run Summary
1 passed (2.1s)
🎭 Playwright Run Summary
1 passed (4.7s)
🎭 Playwright Run Summary
4 passed (7.2s)
🎭 Playwright Run Summary
3 skipped 17 passed (2.7s)
🎭 Playwright Run Summary
3 passed (2.5s)
🎭 Playwright Run Summary
1 passed (6.0s)
🎭 Playwright Run Summary
3 failed [chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls [chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes [chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled 3 skipped 161 passed (2.6m)
🎭 Playwright Run Summary
7 passed (2.1s)
🎭 Playwright Run Summary
7 passed (6.3s)
🎭 Playwright Run Summary
5 passed (8.6s)
🎭 Playwright Run Summary
3 passed (8.2s)
🎭 Playwright Run Summary
5 passed (7.9s)
🎭 Playwright Run Summary
1 passed (4.9s)
🎭 Playwright Run Summary
1 passed (5.3s)
🎭 Playwright Run Summary
3 passed (4.0s)
🎭 Playwright Run Summary
8 passed (3.2s)
🎭 Playwright Run Summary
8 passed (3.2s)
🎭 Playwright Run Summary
3 passed (6.1s)
🎭 Playwright Run Summary
12 passed (6.5s)
🎭 Playwright Run Summary
7 passed (3.1s)
🎭 Playwright Run Summary
22 passed (10.1s)
🎭 Playwright Run Summary
8 passed (2.4s)
🎭 Playwright Run Summary
4 passed (4.4s)
🎭 Playwright Run Summary
7 passed (12.4s)
🎭 Playwright Run Summary
11 passed (2.6s)
🎭 Playwright Run Summary
12 passed (6.5s)
🎭 Playwright Run Summary
3 passed (3.4s)
🎭 Playwright Run Summary
11 passed (17.8s)
🎭 Playwright Run Summary
24 passed (15.8s)
🎭 Playwright Run Summary
5 passed (8.6s)
🎭 Playwright Run Summary
4 passed (7.4s)
🎭 Playwright Run Summary
3 passed (14.8s)
🎭 Playwright Run Summary
16 passed (28.5s)
🎭 Playwright Run Summary
2 passed (3.3s)
🎭 Playwright Run Summary
1 passed (5.6s)
🎭 Playwright Run Summary
10 passed (5.2s)
🎭 Playwright Run Summary
10 passed (5.5s)
🎭 Playwright Run Summary
11 passed (6.3s)
🎭 Playwright Run Summary
11 passed (6.6s)
🎭 Playwright Run Summary
5 passed (7.9s)
🎭 Playwright Run Summary
3 passed (3.3s)
🎭 Playwright Run Summary
11 passed (5.2s)
🎭 Playwright Run Summary
11 passed (5.6s)
🎭 Playwright Run Summary
2 passed (4.1s)
🎭 Playwright Run Summary
12 passed (6.9s)
🎭 Playwright Run Summary
8 passed (7.2s)
🎭 Playwright Run Summary
4 passed (2.7s)
🎭 Playwright Run Summary
3 passed (18.6s)
🎭 Playwright Run Summary
3 passed (3.6s)
🎭 Playwright Run Summary
7 passed (5.0s)
🎭 Playwright Run Summary
7 passed (8.5s)
🎭 Playwright Run Summary
23 passed (16.0s)
🎭 Playwright Run Summary
3 passed (13.6s)
🎭 Playwright Run Summary
10 passed (10.3s)
🎭 Playwright Run Summary
2 skipped 19 passed (23.9s)
🎭 Playwright Run Summary
10 passed (27.7s)
🎭 Playwright Run Summary
2 passed (4.4s)
🎭 Playwright Run Summary
12 passed (8.1s)
🎭 Playwright Run Summary
15 passed (10.5s)
🎭 Playwright Run Summary
5 passed (18.5s)
🎭 Playwright Run Summary
5 passed (7.2s)
🎭 Playwright Run Summary
4 passed (7.2s)
🎭 Playwright Run Summary
3 passed (5.7s)
🎭 Playwright Run Summary
4 passed (7.2s)
🎭 Playwright Run Summary
5 passed (8.1s)
🎭 Playwright Run Summary
13 passed (28.3s)
🎭 Playwright Run Summary
9 passed (9.7s)
🎭 Playwright Run Summary
3 passed (2.8s)
🎭 Playwright Run Summary
7 passed (9.4s)
🎭 Playwright Run Summary
5 passed (8.9s)
🎭 Playwright Run Summary
9 passed (12.5s)
🎭 Playwright Run Summary
3 skipped 21 passed (20.9s)
🎭 Playwright Run Summary
12 passed (27.6s)
🎭 Playwright Run Summary
1 skipped 14 passed (12.0s)
🎭 Playwright Run Summary
40 passed (18.9s)
🎭 Playwright Run Summary
4 passed (11.1s)
🎭 Playwright Run Summary
9 passed (11.1s)
🎭 Playwright Run Summary
18 passed (18.5s)
🎭 Playwright Run Summary
12 passed (29.6s)
🎭 Playwright Run Summary
13 passed (12.4s)
🎭 Playwright Run Summary
10 passed (26.6s)
🎭 Playwright Run Summary
8 passed (7.4s)
🎭 Playwright Run Summary
12 passed (27.1s)
🎭 Playwright Run Summary
12 passed (29.0s)
🎭 Playwright Run Summary
40 passed (21.2s)
🎭 Playwright Run Summary
10 passed (6.7s)
🎭 Playwright Run Summary
10 passed (6.2s)
🎭 Playwright Run Summary
9 passed (12.1s)
🎭 Playwright Run Summary
13 passed (28.5s)
🎭 Playwright Run Summary
12 passed (28.5s)
🎭 Playwright Run Summary
9 passed (11.4s)
🎭 Playwright Run Summary
16 passed (23.9s)
🎭 Playwright Run Summary
4 passed (7.3s)
🎭 Playwright Run Summary
14 skipped 12 passed (21.9s)
🎭 Playwright Run Summary
8 passed (29.8s)
🎭 Playwright Run Summary
5 passed (8.8s)
🎭 Playwright Run Summary
14 passed (23.6s)
🎭 Playwright Run Summary
9 passed (12.2s)
🎭 Playwright Run Summary
12 passed (6.5s)
🎭 Playwright Run Summary
3 passed (19.2s)
🎭 Playwright Run Summary
3 passed (11.1s)
🎭 Playwright Run Summary
11 passed (19.1s)
🎭 Playwright Run Summary
5 passed (9.2s)
🎭 Playwright Run Summary
9 passed (10.8s)
🎭 Playwright Run Summary
10 passed (36.5s)
🎭 Playwright Run Summary
12 passed (29.1s)
🎭 Playwright Run Summary
13 passed (23.3s)
🎭 Playwright Run Summary
14 skipped 12 passed (22.3s)
🎭 Playwright Run Summary
14 skipped 12 passed (21.1s)
🎭 Playwright Run Summary
4 passed (16.9s)
🎭 Playwright Run Summary
4 passed (4.7s)
🎭 Playwright Run Summary
15 passed (21.4s)
🎭 Playwright Run Summary
18 passed (25.3s)
🎭 Playwright Run Summary
10 passed (25.3s)
🎭 Playwright Run Summary
7 passed (47.1s)
🎭 Playwright Run Summary
10 passed (36.9s)
🎭 Playwright Run Summary
3 passed (17.5s)
🎭 Playwright Run Summary
3 passed (10.4s)
🎭 Playwright Run Summary
12 passed (18.5s)
🎭 Playwright Run Summary
4 passed (9.2s)
🎭 Playwright Run Summary
9 passed (10.7s)
🎭 Playwright Run Summary
9 passed (10.4s)
🎭 Playwright Run Summary
2 skipped 19 passed (29.3s)
🎭 Playwright Run Summary
8 passed (10.0s)
🎭 Playwright Run Summary
7 passed (39.2s)
🎭 Playwright Run Summary
29 passed (30.6s)
🎭 Playwright Run Summary
8 passed (29.0s)
🎭 Playwright Run Summary
7 passed (37.8s)
🎭 Playwright Run Summary
3 passed (38.9s)
🎭 Playwright Run Summary
3 passed (6.7s)
🎭 Playwright Run Summary
4 passed (35.6s)
🎭 Playwright Run Summary
4 passed (7.4s)
🎭 Playwright Run Summary
4 passed (11.6s)
🎭 Playwright Run Summary
13 passed (47.0s)
🎭 Playwright Run Summary
13 passed (10.0s)
🎭 Playwright Run Summary
4 skipped 10 passed (26.5s)
🎭 Playwright Run Summary
4 skipped 10 passed (9.3s)
🎭 Playwright Run Summary
3 passed (35.8s)
🎭 Playwright Run Summary
3 passed (10.5s)
🎭 Playwright Run Summary
17 passed (56.0s)
🎭 Playwright Run Summary
3 skipped 27 passed (42.1s)
🎭 Playwright Run Summary
30 passed (12.4s)
🎭 Playwright Run Summary
13 passed (39.0s)
🎭 Playwright Run Summary
13 passed (8.3s)
🎭 Playwright Run Summary
4 skipped 10 passed (31.1s)
🎭 Playwright Run Summary
2 skipped 12 passed (6.6s)
🎭 Playwright Run Summary
4 passed (19.5s)
🎭 Playwright Run Summary
2 skipped 48 passed (1.0m)
🎭 Playwright Run Summary
5 passed (44.3s)
🎭 Playwright Run Summary
5 passed (10.6s)
🎭 Playwright Run Summary
6 failed [chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls [chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes [chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled [chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @Firefox [chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation [chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source 187 skipped 475 passed (5.6m)
🎭 Playwright Run Summary
4 skipped 10 passed (34.2s)
🎭 Playwright Run Summary
2 skipped 12 passed (7.8s)
🎭 Playwright Run Summary
3 failed [chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @Firefox [chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation [chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source 3 skipped 161 passed (4.5m)
🎭 Playwright Run Summary
13 passed (51.2s)
🎭 Playwright Run Summary
13 passed (9.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 (4.2s)
🎭 Playwright Run Summary
4 failed [chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled [chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @Firefox [chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation [chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source 192 skipped 472 passed (5.4m)
🎭 Playwright Run Summary
5 skipped 162 passed (4.8m)
🎭 Playwright Run Summary
5 failed [webkit] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls [webkit] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes [webkit] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled [webkit] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation [webkit] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source 199 skipped 464 passed (4.2m)
🎭 Playwright Run Summary
3 skipped 27 passed (39.9s)
🎭 Playwright Run Summary
30 passed (12.1s)
🎭 Playwright Run Summary
1 passed (3.2s)
🎭 Playwright Run Summary
1 passed (3.2s)
🎭 Playwright Run Summary
4 passed (18.5s)
🎭 Playwright Run Summary
51 passed (1.0m)
🎭 Playwright Run Summary
4 passed (18.4s)
🎭 Playwright Run Summary
51 passed (1.0m)
🎭 Playwright Run Summary
7 passed (3.1s)
🎭 Playwright Run Summary
6 failed [chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls [chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes [chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled [chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @Firefox [chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation [chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source 53 skipped 609 passed (6.3m)
🎭 Playwright Run Summary
4 failed [chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled [chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @Firefox [chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation [chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source 56 skipped 608 passed (6.3m)
🎭 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.0m)
🎭 Playwright Run Summary
43 passed (2.3m)
🎭 Playwright Run Summary
2 skipped 29 passed (2.0m)
🎭 Playwright Run Summary
2 skipped 29 passed (36.5s)
🎭 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 (36.8s)
🎭 Playwright Run Summary
6 failed [chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls [chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes [chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled [chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @Firefox [chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation [chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source 51 skipped 611 passed (6.5m)
🎭 Playwright Run Summary
6 failed [chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls [chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes [chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled [chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @Firefox [chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation [chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source 51 skipped 611 passed (6.5m)
🎭 Playwright Run Summary
4 failed [chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled [chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @Firefox [chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation [chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source 56 skipped 608 passed (6.4m)
🎭 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
7 skipped 34 passed (2.9m)
🎭 Playwright Run Summary
2 skipped 39 passed (1.0m)
🎭 Playwright Run Summary
7 skipped 34 passed (3.1m)
🎭 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.0m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.1m)
🎭 Playwright Run Summary
3 passed (6.3s)
🎭 Playwright Run Summary
4 passed (5.5s)
🎭 Playwright Run Summary
11 passed (15.9s)
🎭 Playwright Run Summary
2 skipped 29 passed (1.2m)
🎭 Playwright Run Summary
2 skipped 29 passed (39.7s)

Artifacts

Produced during runtime
Name Size Digest
build-output Expired
34 MB
sha256:0bc2c857618588223b85b9a7c0d6480fd1849706d5d809e9ec8cdf1f53e7fb00
codecov-coverage-results-nh-span-streaming-packages-integrations-job_browser_unit_tests
69.5 KB
sha256:b37cba5eaf44b85fb8fc863d99c97601e237eb762e8ce78efe54e23e0c709cac
codecov-coverage-results-nh-span-streaming-packages-integrations-job_node_unit_tests-18
250 KB
sha256:f339685926754395ee19c66326d5b41a8e5c3bd0bc516bda1c2e47d6dbbedf3e
codecov-coverage-results-nh-span-streaming-packages-integrations-job_node_unit_tests-20
257 KB
sha256:4155fa0cf7b1006709f9e5d6f1cceeedb0410f59c017293c310e6b48d368c49e
codecov-coverage-results-nh-span-streaming-packages-integrations-job_node_unit_tests-22
257 KB
sha256:edc5712f52ffd1a8ca24f8288eb35f098ed9220e0a49ab1ac6d2dd64dcc6fc86
codecov-coverage-results-nh-span-streaming-packages-integrations-job_node_unit_tests-24
257 KB
sha256:c04e8bb874296c766bd099593f3b84198467816ca0e2b65aeac3e7707e973f65
codecov-test-results-nh-span-streaming-packages-integrations-job_browser_loader_tests-browser-loader-loader_base
242 Bytes
sha256:a82bbf47fbb5b4a1fcc3d772e2f2da8656db9c50212c902e7a05966fe656ada7
codecov-test-results-nh-span-streaming-packages-integrations-job_browser_loader_tests-browser-loader-loader_debug
243 Bytes
sha256:8517d71a2b3f83d9a658787c579f2eb12c55522f49ef8461fa3b98739197893c
codecov-test-results-nh-span-streaming-packages-integrations-job_browser_loader_tests-browser-loader-loader_eager
243 Bytes
sha256:bb42fb9da8106cf403bc049de79ea444dd18136add1c1b700adc687f48a74068
codecov-test-results-nh-span-streaming-packages-integrations-job_browser_loader_tests-browser-loader-loader_replay
241 Bytes
sha256:e4fa4424fd5a8e6ccf82d5df70aae3f31eae1c271bf944cb79bbf5b7ed56aadd
codecov-test-results-nh-span-streaming-packages-integrations-job_browser_loader_tests-browser-loader-loader_replay_buffer
237 Bytes
sha256:4b8eed25ec0a34ca5b64ecec3887942bd03c57deb14a532b8c763235867fbb8b
codecov-test-results-nh-span-streaming-packages-integrations-job_browser_loader_tests-browser-loader-loader_tracing
243 Bytes
sha256:da92377e90cc93ebd0efa2425b7f0bfbf6714113302c1dd2e21892eea5b782bb
codecov-test-results-nh-span-streaming-packages-integrations-job_browser_loader_tests-browser-loader-loader_tracing_replay
241 Bytes
sha256:7a55cb67be74dd66b73bf4ae1683b49d91a2bb34c819d564ec4812860af05ffe
codecov-test-results-nh-span-streaming-packages-integrations-job_browser_playwright_tests-browser-playwright-bundle-chromium
249 Bytes
sha256:c3584bd5bd8f7a0c1980e3dbb953b3ce797b7565b781c1f9c3345466254a31a7
codecov-test-results-nh-span-streaming-packages-integrations-job_browser_playwright_tests-browser-playwright-bundle_logs_metrics-chromium
1.24 KB
sha256:be82c4e548e337e257cd4294572d7c06934376f949abd2ed729aa98bfdf2a885
codecov-test-results-nh-span-streaming-packages-integrations-job_browser_playwright_tests-browser-playwright-bundle_min-chromium
248 Bytes
sha256:9bd727f282615c653259347d7c05de80192a6f904c88a9aea7dae3d0f33916e3
codecov-test-results-nh-span-streaming-packages-integrations-job_browser_playwright_tests-browser-playwright-bundle_replay-chromium
246 Bytes
sha256:932573546364e680d025255e8bc8a8aa74b07ada031d1f7f009cb6df151d3003
codecov-test-results-nh-span-streaming-packages-integrations-job_browser_playwright_tests-browser-playwright-bundle_replay_logs_metrics-chromium
1.24 KB
sha256:c7cf11d2f1f4437bc5d9aecfdf485c684cd9d2323592aeb303ecb1c40dc64ff9
codecov-test-results-nh-span-streaming-packages-integrations-job_browser_playwright_tests-browser-playwright-bundle_tracing-chromium
1.79 KB
sha256:d41eb97b03a572841b783d38a931e28eb783b439233a934c77e4ee17e300057c
codecov-test-results-nh-span-streaming-packages-integrations-job_browser_playwright_tests-browser-playwright-bundle_tracing_logs_metrics-chromium
2.38 KB
sha256:502c7addd6ade102b47f61950492eb7b3d48e22a24b853f06ba4b0db92440508
codecov-test-results-nh-span-streaming-packages-integrations-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay-chromium
1.78 KB
sha256:de507d6ccf3b1c2ed1d35fe9a20959b86c08c01077b7c40da48854d364f1dbce
codecov-test-results-nh-span-streaming-packages-integrations-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback-chromium
1.78 KB
sha256:cdf7e0ce307b77746a01fdfee8a26d522443d1545d95ebeb9d3a5ae6c6b8e9b9
codecov-test-results-nh-span-streaming-packages-integrations-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics-chromium
2.38 KB
sha256:66b89795ddf731016a738ce9e7c0faae836ef556507c7a5a32e304d312a6b4cf
codecov-test-results-nh-span-streaming-packages-integrations-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-chromium
2.38 KB
sha256:09188d19c4f9819bcfa47d748f932c86375bc4aa208012eeda653d329f634428
codecov-test-results-nh-span-streaming-packages-integrations-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-firefox
1.05 KB
sha256:d08f26486ec7b104020a5e3b0c7a97fcc97c0b4de7b54381a2e2fcaafe49ae7b
codecov-test-results-nh-span-streaming-packages-integrations-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-webkit
2.14 KB
sha256:544aaa9bf65f8f4f92411d57f89681cf9fde34de437934a8628d10040dc034ed
codecov-test-results-nh-span-streaming-packages-integrations-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_logs_metrics-chromium
2.38 KB
sha256:5695f466eb0bfc2b171b0bf9846d68a41bf55514a71ed2f30835234da8268d5b
codecov-test-results-nh-span-streaming-packages-integrations-job_browser_playwright_tests-browser-playwright-esm-chromium-1
243 Bytes
sha256:141a6a39e6610d8bc5523550bd43df20d7d6e6fe6a138e2cb16161c693549955
codecov-test-results-nh-span-streaming-packages-integrations-job_browser_playwright_tests-browser-playwright-esm-chromium-2
1.67 KB
sha256:6bf330eef0ae3081e288dda32c6d4a8dfcdf8b9e3cb23afed93f6d0f8829939f
codecov-test-results-nh-span-streaming-packages-integrations-job_browser_playwright_tests-browser-playwright-esm-chromium-3
1.47 KB
sha256:fd6e0ec17dcef165f5b2df226658c3e7367a2c390db8fb592bd90beef01cd513
codecov-test-results-nh-span-streaming-packages-integrations-job_browser_playwright_tests-browser-playwright-esm-chromium-4
245 Bytes
sha256:46de3916b4d15f2a4f4c4d138f41239d0d982c4f9ce4b5f72c7b84bb3dbe1bbb
codecov-test-results-nh-span-streaming-packages-integrations-job_browser_unit_tests
1.09 KB
sha256:1b27e23c03fc3e6630354822147312d0c5fc7031f93afc0c3adcf4be4c56d72d
codecov-test-results-nh-span-streaming-packages-integrations-job_node_unit_tests-18
254 Bytes
sha256:a35a4aacaf3945d418028f6be6bbae8bf23de9cc9cd3c36645983438ab5d1778
codecov-test-results-nh-span-streaming-packages-integrations-job_node_unit_tests-20
252 Bytes
sha256:30a83515eb04a3a2a68247de80f67d5dd2a425dbea4e8e1d569c88e5d4b460e4
codecov-test-results-nh-span-streaming-packages-integrations-job_node_unit_tests-22
253 Bytes
sha256:9527ad217bd8524ed13c21ac328aa2b39d86b20e9ca670ce84f0db2558ce0f72
codecov-test-results-nh-span-streaming-packages-integrations-job_node_unit_tests-24
248 Bytes
sha256:9f76281532cc82517cb2b2179521c531ca5f3ee01340c34815cc95cb3ba07517
playwright-traces-job_browser_playwright_tests-bundle_logs_metrics-chromium-0 Expired
703 KB
sha256:926921da0b1e5817df8b2ecda210a9f7837a68fd84ffb372a9f58d8324a51c32
playwright-traces-job_browser_playwright_tests-bundle_replay_logs_metrics-chromium-0 Expired
1.21 MB
sha256:4d4eaa41a6032447671f2bc9a78001fcd1aa4801bfc51bc83d376595f1783f72
playwright-traces-job_browser_playwright_tests-bundle_tracing-chromium-0 Expired
2.06 MB
sha256:b7ada0990881d6cc08cceeac12934a26b803deb31205aa9a39da18b83e608d11
playwright-traces-job_browser_playwright_tests-bundle_tracing_logs_metrics-chromium-0 Expired
3.16 MB
sha256:b08f7f99a59b3ae897b6a999a03fecaeb0733b501a367c57b7a6ba23f4c75459
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay-chromium-0 Expired
2.99 MB
sha256:ca8129cc9efe7620d65fbb47d9e457dbd2326bf1b7fc17f4cef21cd48f267f98
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback-chromium-0 Expired
3.08 MB
sha256:864f6dfd347da4450f4ce1bf42b9f4fab64cd7f2ff9dab53f8b823ca767f766e
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback_logs_metrics-chromium-0 Expired
4.7 MB
sha256:1717b2a2c9e8ff4486ce3d2578856e3af5482579eab6ee803a8de9ac44322b14
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback_logs_metrics_min-chromium-0 Expired
1.68 MB
sha256:1156247a8845b35f99bd01a64b59ecbc2acb0dbdcd5baf21d8f204f9dbe04986
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback_logs_metrics_min-firefox-0 Expired
302 KB
sha256:71cdf6c5375569d6da5aeb843397294149c467d11114d532665b9e9d42ac1ae0
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback_logs_metrics_min-webkit-0 Expired
1.39 MB
sha256:9d03043ab2fdf00e590067c5831bca72b9fe38bbb17031f50bff4016fefd1e34
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_logs_metrics-chromium-0 Expired
4.56 MB
sha256:be54510e30d4d246d3f39987942297de5e187ae51e8fea27fee518f0f706ef46
playwright-traces-job_browser_playwright_tests-esm-chromium-2 Expired
3.56 MB
sha256:836d65fe9fc27a944db034761b22fce082f5d43e2c21080df08ae8236bec9f85
playwright-traces-job_browser_playwright_tests-esm-chromium-3 Expired
3.57 MB
sha256:9d150598777c3b506b8db3d9bf8c596f7cf878f0761d0ab4ca182180485d58e4
playwright-traces-job_e2e_playwright_tests-deno-streamed Expired
6 KB
sha256:19efbc9fb3cf74266aa8893060386e4f8a6c627cf287f299c129f6323675a758