Skip to content

ref(node): use replaceExports core utility for openai/anthropic client patching #45318

ref(node): use replaceExports core utility for openai/anthropic client patching

ref(node): use replaceExports core utility for openai/anthropic client patching #45318

Triggered via pull request April 3, 2026 11:36
Status Failure
Total duration 18m 53s
Artifacts 15

build.yml

on: pull_request
job_get_metadata  /  Get Metadata
7s
job_get_metadata / Get Metadata
Check lockfile
3m 17s
Check lockfile
Check file formatting
40s
Check file formatting
Check PR branches
4s
Check PR branches
Prepare E2E tests
3m 4s
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 3s
Size Check
Lint
1m 4s
Lint
Circular Dependency Check
1m 36s
Circular Dependency Check
Upload Artifacts
0s
Upload Artifacts
Browser Unit Tests
1m 32s
Browser Unit Tests
Bun Unit Tests
41s
Bun Unit Tests
Deno Unit Tests
0s
Deno Unit Tests
Cloudflare Integration Tests
1m 6s
Cloudflare Integration Tests
Node Overhead Check
3m 26s
Node Overhead Check
Check for faulty .d.ts files
36s
Check for faulty .d.ts files
Matrix: job_e2e_tests
Matrix: job_optional_e2e_tests
All required jobs passed or were skipped
3s
All required jobs passed or were skipped
Fit to window
Zoom out
Zoom in

Annotations

64 errors and 692 warnings
Node (24) Unit Tests
Failed to parse /home/runner/work/sentry-javascript/sentry-javascript/packages/sveltekit/vitest.junit.xml: Entity expansion limit exceeded: 1002 > 1000
Node (24) Unit Tests
Failed to parse /home/runner/work/sentry-javascript/sentry-javascript/packages/node/vitest.junit.xml: Entity expansion limit exceeded: 1001 > 1000
Node (24) Unit Tests
Failed to parse /home/runner/work/sentry-javascript/sentry-javascript/packages/nextjs/vitest.junit.xml: Entity expansion limit exceeded: 1002 > 1000
Node (22) Unit Tests
Failed to parse /home/runner/work/sentry-javascript/sentry-javascript/packages/sveltekit/vitest.junit.xml: Entity expansion limit exceeded: 1002 > 1000
Node (22) Unit Tests
Failed to parse /home/runner/work/sentry-javascript/sentry-javascript/packages/node/vitest.junit.xml: Entity expansion limit exceeded: 1001 > 1000
Node (22) Unit Tests
Failed to parse /home/runner/work/sentry-javascript/sentry-javascript/packages/nextjs/vitest.junit.xml: Entity expansion limit exceeded: 1002 > 1000
Node (18) Unit Tests
Failed to parse /home/runner/work/sentry-javascript/sentry-javascript/packages/sveltekit/vitest.junit.xml: Entity expansion limit exceeded: 1002 > 1000
Node (18) Unit Tests
Failed to parse /home/runner/work/sentry-javascript/sentry-javascript/packages/node/vitest.junit.xml: Entity expansion limit exceeded: 1001 > 1000
Node (18) Unit Tests
Failed to parse /home/runner/work/sentry-javascript/sentry-javascript/packages/nextjs/vitest.junit.xml: Entity expansion limit exceeded: 1002 > 1000
Node (20) Unit Tests
Failed to parse /home/runner/work/sentry-javascript/sentry-javascript/packages/sveltekit/vitest.junit.xml: Entity expansion limit exceeded: 1002 > 1000
Node (20) Unit Tests
Failed to parse /home/runner/work/sentry-javascript/sentry-javascript/packages/node/vitest.junit.xml: Entity expansion limit exceeded: 1001 > 1000
Node (20) Unit Tests
Failed to parse /home/runner/work/sentry-javascript/sentry-javascript/packages/nextjs/vitest.junit.xml: Entity expansion limit exceeded: 1002 > 1000
E2E supabase-nextjs Test
Process completed with exit code 1.
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > cjs > creates openai related spans with sendDefaultPii: true: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,57 +1,94 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { - "gen_ai.embeddings.input": "Embedding test!", - "gen_ai.operation.name": "embeddings", - "gen_ai.request.dimensions": 1536, - "gen_ai.request.encoding_format": "float", - "gen_ai.request.model": "text-embedding-3-small", - "gen_ai.response.model": "text-embedding-3-small", - "gen_ai.system": "openai", - "gen_ai.usage.input_tokens": 10, - "gen_ai.usage.total_tokens": 10, - "sentry.op": "gen_ai.embeddings", - "sentry.origin": "auto.ai.openai", + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 46193, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 46193, + "url": "http://localhost:46193/openai/embeddings", + "url.full": "http://localhost:46193/openai/embeddings", + "url.path": "/openai/embeddings", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", }, - "description": "embeddings text-embedding-3-small", - "op": "gen_ai.embeddings", - "origin": "auto.ai.openai", + "description": "POST http://localhost:46193/openai/embeddings", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "467a3b615c5bb431", + "span_id": "a116e50d2a5783e6", + "start_timestamp": 1775216642.257, "status": "ok", + "timestamp": 1775216642.3128207, + "trace_id": "da007580c26f3688ef18e9eef5dabfb1", }, - ObjectContaining { + { "data": { - "gen_ai.embeddings.input": "Error embedding test!", - "gen_ai.operation.name": "embeddings", - "gen_ai.request.model": "error-model", - "gen_ai.system": "openai", - "sentry.op": "gen_ai.embeddings", - "sentry.origin": "auto.ai.openai", + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 404, + "network.peer.address": "::1", + "network.peer.port": 46193, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 46193, + "url": "http://localhost:46193/openai/embeddings", + "url.full": "http://localhost:46193/openai/embeddings", + "url.path": "/openai/embeddings", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", }, - "description": "embeddings error-model", - "op": "gen_ai.embeddings", - "origin": "auto.ai.openai", - "status": "internal_error", + "description": "POST http://localhost:46193/openai/embeddings", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "467a3b615c5bb431", + "span_id": "9a73cd87e9d47082", + "start_timestamp": 1775216642.316, + "status": "not_found", + "timestamp": 1775216642.3223765, + "trace_id": "da007580c26f3688ef18e9eef5dabfb1", }, - ObjectContaining { + { "data": { - "gen_ai.embeddings.input": "[\"First input text\",\"Second input text\",\"Third input text\"]", - "gen_ai.operation.name": "embeddings", - "gen_ai.request.model": "text-embedding-3-small", - "gen_ai.response.model": "text-embedding-3-small", - "gen_ai.system": "openai", - "
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > cjs > creates openai related spans with sendDefaultPii: false: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,38 +1,94 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { - "gen_ai.operation.name": "embeddings", - "gen_ai.request.dimensions": 1536, - "gen_ai.request.encoding_format": "float", - "gen_ai.request.model": "text-embedding-3-small", - "gen_ai.response.model": "text-embedding-3-small", - "gen_ai.system": "openai", - "gen_ai.usage.input_tokens": 10, - "gen_ai.usage.total_tokens": 10, - "sentry.op": "gen_ai.embeddings", - "sentry.origin": "auto.ai.openai", + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 33517, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 33517, + "url": "http://localhost:33517/openai/embeddings", + "url.full": "http://localhost:33517/openai/embeddings", + "url.path": "/openai/embeddings", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", }, - "description": "embeddings text-embedding-3-small", - "op": "gen_ai.embeddings", - "origin": "auto.ai.openai", + "description": "POST http://localhost:33517/openai/embeddings", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "43c56f0bab9c19b2", + "span_id": "2f3ecdf2e2a31bd1", + "start_timestamp": 1775216640.586, "status": "ok", + "timestamp": 1775216640.6335006, + "trace_id": "ad5ecc8ad9b28dbe7e5f6215a8f1421e", }, - ObjectContaining { + { "data": { - "gen_ai.operation.name": "embeddings", - "gen_ai.request.model": "error-model", - "gen_ai.system": "openai", - "sentry.op": "gen_ai.embeddings", - "sentry.origin": "auto.ai.openai", + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 404, + "network.peer.address": "::1", + "network.peer.port": 33517, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 33517, + "url": "http://localhost:33517/openai/embeddings", + "url.full": "http://localhost:33517/openai/embeddings", + "url.path": "/openai/embeddings", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", }, - "description": "embeddings error-model", - "op": "gen_ai.embeddings", - "origin": "auto.ai.openai", - "status": "internal_error", + "description": "POST http://localhost:33517/openai/embeddings", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "43c56f0bab9c19b2", + "span_id": "0828e0872e302856", + "start_timestamp": 1775216640.64, + "status": "not_found", + "timestamp": 1775216640.6548643, + "trace_id": "ad5ecc8ad9b28dbe7e5f6215a8f1421e", + }, + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 33517, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 33517, + "url": "http://localhost:33517/openai/embedd
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > cjs > creates openai related spans with custom options: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,20 +1,297 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "gen_ai.input.messages": Any<String>, - "gen_ai.response.text": Any<String>, + "spans": [ + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 36819, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 36819, + "url": "http://localhost:36819/openai/chat/completions", + "url.full": "http://localhost:36819/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:36819/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "a8d7bbac2e7987d5", + "span_id": "cb46115115646135", + "start_timestamp": 1775216636.096, + "status": "ok", + "timestamp": 1775216636.1495962, + "trace_id": "ac068255d34742a2262cb4b2876dfce4", + }, + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 36819, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 36819, + "url": "http://localhost:36819/openai/responses", + "url.full": "http://localhost:36819/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:36819/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "a8d7bbac2e7987d5", + "span_id": "7fb7506536f132c5", + "start_timestamp": 1775216636.156, + "status": "ok", + "timestamp": 1775216636.1701086, + "trace_id": "ac068255d34742a2262cb4b2876dfce4", + }, + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 500, + "network.peer.address": "::1", + "network.peer.port": 36819, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 36819, + "url": "http://localhost:36819/openai/chat/completions", + "url.full": "http://localhost:36819/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:36819/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "a8d7bbac2e7987d5", + "span_id": "c66e0bbcb50f3a31", + "start_timestamp": 1775216636.172, + "status": "internal_error", + "timestamp": 1775216636.1790507, + "trace_id": "ac068255d34742a2262cb4b2876dfce4", + }, + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 500, + "network.peer.addr
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > cjs > creates openai related spans with sendDefaultPii: true: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,134 +1,297 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { - "gen_ai.input.messages": "[{\"role\":\"user\",\"content\":\"What is the capital of France?\"}]", - "gen_ai.operation.name": "chat", - "gen_ai.request.model": "gpt-3.5-turbo", - "gen_ai.request.temperature": 0.7, - "gen_ai.response.finish_reasons": "[\"stop\"]", - "gen_ai.response.id": "chatcmpl-mock123", - "gen_ai.response.model": "gpt-3.5-turbo", - "gen_ai.response.text": "[\"Hello from OpenAI mock!\"]", - "gen_ai.system": "openai", - "gen_ai.system_instructions": "[{\"type\":\"text\",\"content\":\"You are a helpful assistant.\"}]", - "gen_ai.usage.input_tokens": 10, - "gen_ai.usage.output_tokens": 15, - "gen_ai.usage.total_tokens": 25, - "sentry.op": "gen_ai.chat", - "sentry.origin": "auto.ai.openai", - "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 43647, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 43647, + "url": "http://localhost:43647/openai/chat/completions", + "url.full": "http://localhost:43647/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", }, - "description": "chat gpt-3.5-turbo", - "op": "gen_ai.chat", - "origin": "auto.ai.openai", + "description": "POST http://localhost:43647/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "bd83e24099b476b4", + "span_id": "16c2e70fb7886bd7", + "start_timestamp": 1775216628.99, "status": "ok", + "timestamp": 1775216629.0415757, + "trace_id": "5062e6e80810358323134cf65ec3c8eb", }, - ObjectContaining { + { "data": { - "gen_ai.input.messages": "Translate this to French: Hello", - "gen_ai.operation.name": "chat", - "gen_ai.request.model": "gpt-3.5-turbo", - "gen_ai.response.finish_reasons": "[\"completed\"]", - "gen_ai.response.id": "resp_mock456", - "gen_ai.response.model": "gpt-3.5-turbo", - "gen_ai.response.text": "Response to: Translate this to French: Hello", - "gen_ai.system": "openai", - "gen_ai.usage.input_tokens": 5, - "gen_ai.usage.output_tokens": 8, - "gen_ai.usage.total_tokens": 13, - "sentry.op": "gen_ai.chat", - "sentry.origin": "auto.ai.openai", - "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 43647, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 43647, + "url": "http://localhost:43647/openai/responses", + "url.full": "http://localhost:43647/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", }, - "description": "chat gpt-3.5-turbo", - "op": "gen_ai.chat", - "origin": "auto.ai.openai", + "description":
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > cjs > creates openai related spans with sendDefaultPii: false: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,116 +1,297 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { - "gen_ai.operation.name": "chat", - "gen_ai.request.model": "gpt-3.5-turbo", - "gen_ai.request.temperature": 0.7, - "gen_ai.response.finish_reasons": "[\"stop\"]", - "gen_ai.response.id": "chatcmpl-mock123", - "gen_ai.response.model": "gpt-3.5-turbo", - "gen_ai.system": "openai", - "gen_ai.usage.input_tokens": 10, - "gen_ai.usage.output_tokens": 15, - "gen_ai.usage.total_tokens": 25, - "sentry.op": "gen_ai.chat", - "sentry.origin": "auto.ai.openai", + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 39117, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 39117, + "url": "http://localhost:39117/openai/chat/completions", + "url.full": "http://localhost:39117/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", }, - "description": "chat gpt-3.5-turbo", - "op": "gen_ai.chat", - "origin": "auto.ai.openai", + "description": "POST http://localhost:39117/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "0097e7c80af393b8", + "span_id": "c14b6cb802fe38db", + "start_timestamp": 1775216621.375, "status": "ok", + "timestamp": 1775216621.4224958, + "trace_id": "8ea39f09b50fa0623100f2153000ef68", }, - ObjectContaining { + { "data": { - "gen_ai.operation.name": "chat", - "gen_ai.request.model": "gpt-3.5-turbo", - "gen_ai.response.finish_reasons": "[\"completed\"]", - "gen_ai.response.id": "resp_mock456", - "gen_ai.response.model": "gpt-3.5-turbo", - "gen_ai.system": "openai", - "gen_ai.usage.input_tokens": 5, - "gen_ai.usage.output_tokens": 8, - "gen_ai.usage.total_tokens": 13, - "sentry.op": "gen_ai.chat", - "sentry.origin": "auto.ai.openai", + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 39117, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 39117, + "url": "http://localhost:39117/openai/responses", + "url.full": "http://localhost:39117/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", }, - "description": "chat gpt-3.5-turbo", - "op": "gen_ai.chat", - "origin": "auto.ai.openai", + "description": "POST http://localhost:39117/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "0097e7c80af393b8", + "span_id": "f9def8a1c2218539", + "start_timestamp": 1775216621.427, "status": "ok", + "timestamp": 1775216621.4441113, + "trace_id": "8ea39f09b50fa0623100f2153000ef68", }, - ObjectContaining { + { "data": { - "gen_ai.operation.name": "chat", - "gen_ai.request.model": "error-model", - "gen_ai.system": "openai", - "se
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > extracts system instructions from messages: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,12 +1,36 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "gen_ai.system_instructions": "[{\"type\":\"text\",\"content\":\"You are a helpful assistant\"}]", + "spans": [ + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 34267, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 34267, + "url": "http://localhost:34267/anthropic/v1/messages", + "url.full": "http://localhost:34267/anthropic/v1/messages", + "url.path": "/anthropic/v1/messages", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "Anthropic/JS 0.63.0", }, + "description": "POST http://localhost:34267/anthropic/v1/messages", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "aab86853c3a364ca", + "span_id": "79710360a119c500", + "start_timestamp": 1775216648.196, + "status": "ok", + "timestamp": 1775216648.2353506, + "trace_id": "b513c3b8e0a3832c83c823ac170a06e8", }, ], "start_timestamp": Anything, "timestamp": Anything, "transaction": "main", ❯ assertSentryTransaction utils/assertions.ts:35:18 ❯ expectTransactionEvent utils/runner.ts:748:5 ❯ newEnvelope utils/runner.ts:514:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:633:15 ❯ Socket.<anonymous> utils/runner.ts:651:15
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > creates anthropic related spans with custom options: dev-packages/node-integration-tests/utils/runner.ts#L503
Error: Expected envelope item type 'event' but got 'transaction'. Item: [{"type":"transaction"},{"contexts":{"trace":{"span_id":"ee1199c02e7a8912","trace_id":"6310e7464d06920043572ada260e7050","data":{"sentry.source":"custom","sentry.sample_rate":1,"sentry.op":"function","sentry.origin":"manual"},"origin":"manual","op":"function","status":"ok"},"otel":{"resource":{"service.name":"node","service.namespace":"sentry","service.version":"10.47.0","telemetry.sdk.language":"nodejs","telemetry.sdk.name":"opentelemetry","telemetry.sdk.version":"2.6.1"}},"runtime":{"name":"node","version":"v22.22.1"},"app":{"app_start_time":"2026-04-03T11:43:58.595Z","app_memory":122138624,"free_memory":14705856512},"os":{"kernel_version":"6.17.0-1008-azure","name":"Ubuntu Linux","version":"24.04"},"device":{"boot_time":"2026-04-03T11:42:33.327Z","arch":"x64","memory_size":16765399040,"free_memory":14705856512,"processor_count":4,"cpu_description":"Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz","processor_frequency":3492},"culture":{"locale":"en-US","timezone":"UTC"},"cloud_resource":{}},"spans":[{"span_id":"e64c6f54b889e1ba","trace_id":"6310e7464d06920043572ada260e7050","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:41359/anthropic/v1/messages","url.path":"/anthropic/v1/messages","url.query":"","url.scheme":"http","server.address":"localhost","server.port":41359,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":41359,"http.response.status_code":200,"url":"http://localhost:41359/anthropic/v1/messages","otel.kind":"CLIENT"},"description":"POST http://localhost:41359/anthropic/v1/messages","parent_span_id":"ee1199c02e7a8912","start_timestamp":1775216639.045,"timestamp":1775216639.096785,"status":"ok","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"4418d86d7c2c98d0","trace_id":"6310e7464d06920043572ada260e7050","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:41359/anthropic/v1/messages","url.path":"/anthropic/v1/messages","url.query":"","url.scheme":"http","server.address":"localhost","server.port":41359,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":41359,"http.response.status_code":404,"url":"http://localhost:41359/anthropic/v1/messages","otel.kind":"CLIENT"},"description":"POST http://localhost:41359/anthropic/v1/messages","parent_span_id":"ee1199c02e7a8912","start_timestamp":1775216639.103,"timestamp":1775216639.117201,"status":"not_found","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"66e9b3d9e4a57fb8","trace_id":"6310e7464d06920043572ada260e7050","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:41359/anthropic/v1/messages/count_tokens","url.path":"/anthropic/v1/messages/count_tokens","url.query":"","url.scheme":"http","server.address":"localhost","server.port":41359,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":41359,"http.response.status_code":200,"url":"http://localhost:41359/anthropic/v1/messages/count_tokens","otel.kind":"CLIENT"},"description":"POST http://localhost:41359/anthropic/v1/messages/count_tokens","parent_span_id":"ee1199c02e7a8912","start_timestamp":1775216639.12,"timestamp":1775216639.1628866,"status":"ok","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"ddc8e97c097ac761","trace_id":"6310e7464d06920043572ada260e7050","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"GET","http.request.method_original":"GET","url.full":"http://localhost:41359/anthropic/v1/models/claude-3-haiku-20240307","url.path":"/anthropic/v1/models/claude-3-haiku-20240307","url.query":"","url.scheme":"http","server.address":"localhost","serv
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > creates anthropic related spans with sendDefaultPii: true: dev-packages/node-integration-tests/utils/runner.ts#L503
Error: Expected envelope item type 'event' but got 'transaction'. Item: [{"type":"transaction"},{"contexts":{"trace":{"span_id":"2f82ff35eecda171","trace_id":"e9391c50530342a910c849551b7d12b1","data":{"sentry.source":"custom","sentry.sample_rate":1,"sentry.op":"function","sentry.origin":"manual"},"origin":"manual","op":"function","status":"ok"},"otel":{"resource":{"service.name":"node","service.namespace":"sentry","service.version":"10.47.0","telemetry.sdk.language":"nodejs","telemetry.sdk.name":"opentelemetry","telemetry.sdk.version":"2.6.1"}},"runtime":{"name":"node","version":"v22.22.1"},"app":{"app_start_time":"2026-04-03T11:43:57.186Z","app_memory":109666304,"free_memory":14603558912},"os":{"kernel_version":"6.17.0-1008-azure","name":"Ubuntu Linux","version":"24.04"},"device":{"boot_time":"2026-04-03T11:42:33.331Z","arch":"x64","memory_size":16765399040,"free_memory":14603558912,"processor_count":4,"cpu_description":"Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz","processor_frequency":3453},"culture":{"locale":"en-US","timezone":"UTC"},"cloud_resource":{}},"spans":[{"span_id":"73d9249e302e2624","trace_id":"e9391c50530342a910c849551b7d12b1","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:36785/anthropic/v1/messages","url.path":"/anthropic/v1/messages","url.query":"","url.scheme":"http","server.address":"localhost","server.port":36785,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":36785,"http.response.status_code":200,"url":"http://localhost:36785/anthropic/v1/messages","otel.kind":"CLIENT"},"description":"POST http://localhost:36785/anthropic/v1/messages","parent_span_id":"2f82ff35eecda171","start_timestamp":1775216637.56,"timestamp":1775216637.6060143,"status":"ok","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"45d43863dc4228af","trace_id":"e9391c50530342a910c849551b7d12b1","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:36785/anthropic/v1/messages","url.path":"/anthropic/v1/messages","url.query":"","url.scheme":"http","server.address":"localhost","server.port":36785,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":36785,"http.response.status_code":404,"url":"http://localhost:36785/anthropic/v1/messages","otel.kind":"CLIENT"},"description":"POST http://localhost:36785/anthropic/v1/messages","parent_span_id":"2f82ff35eecda171","start_timestamp":1775216637.61,"timestamp":1775216637.6166325,"status":"not_found","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"2a465906638aca25","trace_id":"e9391c50530342a910c849551b7d12b1","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:36785/anthropic/v1/messages/count_tokens","url.path":"/anthropic/v1/messages/count_tokens","url.query":"","url.scheme":"http","server.address":"localhost","server.port":36785,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":36785,"http.response.status_code":200,"url":"http://localhost:36785/anthropic/v1/messages/count_tokens","otel.kind":"CLIENT"},"description":"POST http://localhost:36785/anthropic/v1/messages/count_tokens","parent_span_id":"2f82ff35eecda171","start_timestamp":1775216637.618,"timestamp":1775216637.6403213,"status":"ok","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"9c2ee966554d5177","trace_id":"e9391c50530342a910c849551b7d12b1","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"GET","http.request.method_original":"GET","url.full":"http://localhost:36785/anthropic/v1/models/claude-3-haiku-20240307","url.path":"/anthropic/v1/models/claude-3-haiku-20240307","url.query":"","url.scheme":"http","server.address":"localhost","ser
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > creates anthropic related spans with sendDefaultPii: false: dev-packages/node-integration-tests/utils/runner.ts#L503
Error: Expected envelope item type 'event' but got 'transaction'. Item: [{"type":"transaction"},{"contexts":{"trace":{"span_id":"ca73a63b7d0f7793","trace_id":"02f6e36b4e6dc46367cfaa566804f483","data":{"sentry.source":"custom","sentry.sample_rate":1,"sentry.op":"function","sentry.origin":"manual"},"origin":"manual","op":"function","status":"ok"},"otel":{"resource":{"service.name":"node","service.namespace":"sentry","service.version":"10.47.0","telemetry.sdk.language":"nodejs","telemetry.sdk.name":"opentelemetry","telemetry.sdk.version":"2.6.1"}},"runtime":{"name":"node","version":"v22.22.1"},"app":{"app_start_time":"2026-04-03T11:43:55.576Z","app_memory":114700288,"free_memory":14608277504},"os":{"kernel_version":"6.17.0-1008-azure","name":"Ubuntu Linux","version":"24.04"},"device":{"boot_time":"2026-04-03T11:42:33.330Z","arch":"x64","memory_size":16765399040,"free_memory":14608277504,"processor_count":4,"cpu_description":"Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz","processor_frequency":3383},"culture":{"locale":"en-US","timezone":"UTC"},"cloud_resource":{}},"spans":[{"span_id":"e899dd714ce2706c","trace_id":"02f6e36b4e6dc46367cfaa566804f483","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:37313/anthropic/v1/messages","url.path":"/anthropic/v1/messages","url.query":"","url.scheme":"http","server.address":"localhost","server.port":37313,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":37313,"http.response.status_code":200,"url":"http://localhost:37313/anthropic/v1/messages","otel.kind":"CLIENT"},"description":"POST http://localhost:37313/anthropic/v1/messages","parent_span_id":"ca73a63b7d0f7793","start_timestamp":1775216636.085,"timestamp":1775216636.1397183,"status":"ok","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"d9b33b0c5d213c53","trace_id":"02f6e36b4e6dc46367cfaa566804f483","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:37313/anthropic/v1/messages","url.path":"/anthropic/v1/messages","url.query":"","url.scheme":"http","server.address":"localhost","server.port":37313,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":37313,"http.response.status_code":404,"url":"http://localhost:37313/anthropic/v1/messages","otel.kind":"CLIENT"},"description":"POST http://localhost:37313/anthropic/v1/messages","parent_span_id":"ca73a63b7d0f7793","start_timestamp":1775216636.146,"timestamp":1775216636.160357,"status":"not_found","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"b487aaf4a2734714","trace_id":"02f6e36b4e6dc46367cfaa566804f483","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:37313/anthropic/v1/messages/count_tokens","url.path":"/anthropic/v1/messages/count_tokens","url.query":"","url.scheme":"http","server.address":"localhost","server.port":37313,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":37313,"http.response.status_code":200,"url":"http://localhost:37313/anthropic/v1/messages/count_tokens","otel.kind":"CLIENT"},"description":"POST http://localhost:37313/anthropic/v1/messages/count_tokens","parent_span_id":"ca73a63b7d0f7793","start_timestamp":1775216636.163,"timestamp":1775216636.202871,"status":"ok","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"d032968ee52cec2e","trace_id":"02f6e36b4e6dc46367cfaa566804f483","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"GET","http.request.method_original":"GET","url.full":"http://localhost:37313/anthropic/v1/models/claude-3-haiku-20240307","url.path":"/anthropic/v1/models/claude-3-haiku-20240307","url.query":"","url.scheme":"http","server.address":"localhost","ser
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > preserves .withResponse() and .asResponse() for non-streaming and streaming: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,37 +1,94 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "gen_ai.operation.name": "chat", - "gen_ai.request.model": "claude-3-haiku-20240307", - "gen_ai.response.id": "msg_withresponse", + "spans": [ + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 40631, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 40631, + "url": "http://localhost:40631/anthropic/v1/messages", + "url.full": "http://localhost:40631/anthropic/v1/messages", + "url.path": "/anthropic/v1/messages", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "Anthropic/JS 0.63.0", }, - "description": "chat claude-3-haiku-20240307", - "op": "gen_ai.chat", + "description": "POST http://localhost:40631/anthropic/v1/messages", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "f480157f245328a8", + "span_id": "7b55bbb731c49f04", + "start_timestamp": 1775216634.487, "status": "ok", + "timestamp": 1775216634.5308502, + "trace_id": "ac5e88f98b2150064186d0cdef86724a", }, - ObjectContaining { - "data": ObjectContaining { - "gen_ai.operation.name": "chat", - "gen_ai.request.model": "claude-3-haiku-20240307", - "gen_ai.response.id": "msg_withresponse", + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 40631, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 40631, + "url": "http://localhost:40631/anthropic/v1/messages", + "url.full": "http://localhost:40631/anthropic/v1/messages", + "url.path": "/anthropic/v1/messages", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "Anthropic/JS 0.63.0", }, - "description": "chat claude-3-haiku-20240307", - "op": "gen_ai.chat", + "description": "POST http://localhost:40631/anthropic/v1/messages", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "f480157f245328a8", + "span_id": "4833e5cf2bfa7ef0", + "start_timestamp": 1775216634.534, "status": "ok", + "timestamp": 1775216634.5448685, + "trace_id": "ac5e88f98b2150064186d0cdef86724a", }, - ObjectContaining { - "data": ObjectContaining { - "gen_ai.operation.name": "chat", - "gen_ai.request.model": "claude-3-haiku-20240307", - "gen_ai.response.id": "msg_stream_withresponse", + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 40631, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 40631, + "url": "http://localhost:40631/anthropic/v1/messages", + "url.full": "http://localhost:40631/anthropic/v1/messages", + "url.path": "/anthropic/v1/messages", + "url.query": "", + "url.scheme": "http"
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > cjs > creates openai related spans with sendDefaultPii: true: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,57 +1,94 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { - "gen_ai.embeddings.input": "Embedding test!", - "gen_ai.operation.name": "embeddings", - "gen_ai.request.dimensions": 1536, - "gen_ai.request.encoding_format": "float", - "gen_ai.request.model": "text-embedding-3-small", - "gen_ai.response.model": "text-embedding-3-small", - "gen_ai.system": "openai", - "gen_ai.usage.input_tokens": 10, - "gen_ai.usage.total_tokens": 10, - "sentry.op": "gen_ai.embeddings", - "sentry.origin": "auto.ai.openai", + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 39749, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 39749, + "url": "http://localhost:39749/openai/embeddings", + "url.full": "http://localhost:39749/openai/embeddings", + "url.path": "/openai/embeddings", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", }, - "description": "embeddings text-embedding-3-small", - "op": "gen_ai.embeddings", - "origin": "auto.ai.openai", + "description": "POST http://localhost:39749/openai/embeddings", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "fe7379dd6db59f64", + "span_id": "85dc1480a2e4e756", + "start_timestamp": 1775216641.09, "status": "ok", + "timestamp": 1775216641.1432102, + "trace_id": "eb0670f165ab55c6a389f05aa706bac2", }, - ObjectContaining { + { "data": { - "gen_ai.embeddings.input": "Error embedding test!", - "gen_ai.operation.name": "embeddings", - "gen_ai.request.model": "error-model", - "gen_ai.system": "openai", - "sentry.op": "gen_ai.embeddings", - "sentry.origin": "auto.ai.openai", + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 404, + "network.peer.address": "::1", + "network.peer.port": 39749, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 39749, + "url": "http://localhost:39749/openai/embeddings", + "url.full": "http://localhost:39749/openai/embeddings", + "url.path": "/openai/embeddings", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", }, - "description": "embeddings error-model", - "op": "gen_ai.embeddings", - "origin": "auto.ai.openai", - "status": "internal_error", + "description": "POST http://localhost:39749/openai/embeddings", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "fe7379dd6db59f64", + "span_id": "49fa970d25425e9d", + "start_timestamp": 1775216641.15, + "status": "not_found", + "timestamp": 1775216641.1640205, + "trace_id": "eb0670f165ab55c6a389f05aa706bac2", }, - ObjectContaining { + { "data": { - "gen_ai.embeddings.input": "[\"First input text\",\"Second input text\",\"Third input text\"]", - "gen_ai.operation.name": "embeddings", - "gen_ai.request.model": "text-embedding-3-small", - "gen_ai.response.model": "text-embedding-3-small", - "gen_ai.system": "openai", - "ge
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > cjs > creates openai related spans with sendDefaultPii: false: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,38 +1,94 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { - "gen_ai.operation.name": "embeddings", - "gen_ai.request.dimensions": 1536, - "gen_ai.request.encoding_format": "float", - "gen_ai.request.model": "text-embedding-3-small", - "gen_ai.response.model": "text-embedding-3-small", - "gen_ai.system": "openai", - "gen_ai.usage.input_tokens": 10, - "gen_ai.usage.total_tokens": 10, - "sentry.op": "gen_ai.embeddings", - "sentry.origin": "auto.ai.openai", + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 39055, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 39055, + "url": "http://localhost:39055/openai/embeddings", + "url.full": "http://localhost:39055/openai/embeddings", + "url.path": "/openai/embeddings", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", }, - "description": "embeddings text-embedding-3-small", - "op": "gen_ai.embeddings", - "origin": "auto.ai.openai", + "description": "POST http://localhost:39055/openai/embeddings", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "63f96fb5e57cfebd", + "span_id": "cf9e2aac9ab52019", + "start_timestamp": 1775216639.356, "status": "ok", + "timestamp": 1775216639.413373, + "trace_id": "db1f04bb30fb801da426649f7f0523d7", }, - ObjectContaining { + { "data": { - "gen_ai.operation.name": "embeddings", - "gen_ai.request.model": "error-model", - "gen_ai.system": "openai", - "sentry.op": "gen_ai.embeddings", - "sentry.origin": "auto.ai.openai", + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 404, + "network.peer.address": "::1", + "network.peer.port": 39055, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 39055, + "url": "http://localhost:39055/openai/embeddings", + "url.full": "http://localhost:39055/openai/embeddings", + "url.path": "/openai/embeddings", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", }, - "description": "embeddings error-model", - "op": "gen_ai.embeddings", - "origin": "auto.ai.openai", - "status": "internal_error", + "description": "POST http://localhost:39055/openai/embeddings", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "63f96fb5e57cfebd", + "span_id": "3c2cb3f38668563c", + "start_timestamp": 1775216639.418, + "status": "not_found", + "timestamp": 1775216639.4326913, + "trace_id": "db1f04bb30fb801da426649f7f0523d7", + }, + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 39055, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 39055, + "url": "http://localhost:39055/openai/embedd
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > cjs > creates openai related spans with custom options: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,20 +1,297 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "gen_ai.input.messages": Any<String>, - "gen_ai.response.text": Any<String>, + "spans": [ + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 35675, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 35675, + "url": "http://localhost:35675/openai/chat/completions", + "url.full": "http://localhost:35675/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:35675/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "566fa56a2c43c863", + "span_id": "a78d0478dceded37", + "start_timestamp": 1775216634.754, + "status": "ok", + "timestamp": 1775216634.7969525, + "trace_id": "367c8e98778cbadba5f405c86c99f77d", + }, + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 35675, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 35675, + "url": "http://localhost:35675/openai/responses", + "url.full": "http://localhost:35675/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:35675/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "566fa56a2c43c863", + "span_id": "7b302bc737ad7c4e", + "start_timestamp": 1775216634.801, + "status": "ok", + "timestamp": 1775216634.8116236, + "trace_id": "367c8e98778cbadba5f405c86c99f77d", + }, + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 500, + "network.peer.address": "::1", + "network.peer.port": 35675, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 35675, + "url": "http://localhost:35675/openai/chat/completions", + "url.full": "http://localhost:35675/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:35675/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "566fa56a2c43c863", + "span_id": "4f02e0e0399435a8", + "start_timestamp": 1775216634.814, + "status": "internal_error", + "timestamp": 1775216634.821607, + "trace_id": "367c8e98778cbadba5f405c86c99f77d", + }, + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 500, + "network.peer.addre
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > cjs > creates openai related spans with sendDefaultPii: true: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,134 +1,297 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { - "gen_ai.input.messages": "[{\"role\":\"user\",\"content\":\"What is the capital of France?\"}]", - "gen_ai.operation.name": "chat", - "gen_ai.request.model": "gpt-3.5-turbo", - "gen_ai.request.temperature": 0.7, - "gen_ai.response.finish_reasons": "[\"stop\"]", - "gen_ai.response.id": "chatcmpl-mock123", - "gen_ai.response.model": "gpt-3.5-turbo", - "gen_ai.response.text": "[\"Hello from OpenAI mock!\"]", - "gen_ai.system": "openai", - "gen_ai.system_instructions": "[{\"type\":\"text\",\"content\":\"You are a helpful assistant.\"}]", - "gen_ai.usage.input_tokens": 10, - "gen_ai.usage.output_tokens": 15, - "gen_ai.usage.total_tokens": 25, - "sentry.op": "gen_ai.chat", - "sentry.origin": "auto.ai.openai", - "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 35601, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 35601, + "url": "http://localhost:35601/openai/chat/completions", + "url.full": "http://localhost:35601/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", }, - "description": "chat gpt-3.5-turbo", - "op": "gen_ai.chat", - "origin": "auto.ai.openai", + "description": "POST http://localhost:35601/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "286d9ff6aa2d9ce6", + "span_id": "117cdba2a28ed7b6", + "start_timestamp": 1775216627.644, "status": "ok", + "timestamp": 1775216627.7010925, + "trace_id": "031fd702dc8762ebec145a67c4b829e8", }, - ObjectContaining { + { "data": { - "gen_ai.input.messages": "Translate this to French: Hello", - "gen_ai.operation.name": "chat", - "gen_ai.request.model": "gpt-3.5-turbo", - "gen_ai.response.finish_reasons": "[\"completed\"]", - "gen_ai.response.id": "resp_mock456", - "gen_ai.response.model": "gpt-3.5-turbo", - "gen_ai.response.text": "Response to: Translate this to French: Hello", - "gen_ai.system": "openai", - "gen_ai.usage.input_tokens": 5, - "gen_ai.usage.output_tokens": 8, - "gen_ai.usage.total_tokens": 13, - "sentry.op": "gen_ai.chat", - "sentry.origin": "auto.ai.openai", - "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 35601, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 35601, + "url": "http://localhost:35601/openai/responses", + "url.full": "http://localhost:35601/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", }, - "description": "chat gpt-3.5-turbo", - "op": "gen_ai.chat", - "origin": "auto.ai.openai", + "description":
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > cjs > creates openai related spans with sendDefaultPii: false: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,116 +1,297 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { - "gen_ai.operation.name": "chat", - "gen_ai.request.model": "gpt-3.5-turbo", - "gen_ai.request.temperature": 0.7, - "gen_ai.response.finish_reasons": "[\"stop\"]", - "gen_ai.response.id": "chatcmpl-mock123", - "gen_ai.response.model": "gpt-3.5-turbo", - "gen_ai.system": "openai", - "gen_ai.usage.input_tokens": 10, - "gen_ai.usage.output_tokens": 15, - "gen_ai.usage.total_tokens": 25, - "sentry.op": "gen_ai.chat", - "sentry.origin": "auto.ai.openai", + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 35053, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 35053, + "url": "http://localhost:35053/openai/chat/completions", + "url.full": "http://localhost:35053/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", }, - "description": "chat gpt-3.5-turbo", - "op": "gen_ai.chat", - "origin": "auto.ai.openai", + "description": "POST http://localhost:35053/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "e85fdad8134f4622", + "span_id": "854b7218f4ee5131", + "start_timestamp": 1775216620.125, "status": "ok", + "timestamp": 1775216620.1779182, + "trace_id": "2a8959a32289f636cb2abf8669105f01", }, - ObjectContaining { + { "data": { - "gen_ai.operation.name": "chat", - "gen_ai.request.model": "gpt-3.5-turbo", - "gen_ai.response.finish_reasons": "[\"completed\"]", - "gen_ai.response.id": "resp_mock456", - "gen_ai.response.model": "gpt-3.5-turbo", - "gen_ai.system": "openai", - "gen_ai.usage.input_tokens": 5, - "gen_ai.usage.output_tokens": 8, - "gen_ai.usage.total_tokens": 13, - "sentry.op": "gen_ai.chat", - "sentry.origin": "auto.ai.openai", + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 35053, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 35053, + "url": "http://localhost:35053/openai/responses", + "url.full": "http://localhost:35053/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", }, - "description": "chat gpt-3.5-turbo", - "op": "gen_ai.chat", - "origin": "auto.ai.openai", + "description": "POST http://localhost:35053/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "e85fdad8134f4622", + "span_id": "f3e85e8140ba4fe6", + "start_timestamp": 1775216620.184, "status": "ok", + "timestamp": 1775216620.1940703, + "trace_id": "2a8959a32289f636cb2abf8669105f01", }, - ObjectContaining { + { "data": { - "gen_ai.operation.name": "chat", - "gen_ai.request.model": "error-model", - "gen_ai.system": "openai", - "se
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > extracts system instructions from messages: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,12 +1,36 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "gen_ai.system_instructions": "[{\"type\":\"text\",\"content\":\"You are a helpful assistant\"}]", + "spans": [ + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 45643, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 45643, + "url": "http://localhost:45643/anthropic/v1/messages", + "url.full": "http://localhost:45643/anthropic/v1/messages", + "url.path": "/anthropic/v1/messages", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "Anthropic/JS 0.63.0", }, + "description": "POST http://localhost:45643/anthropic/v1/messages", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "0e4635d8816089a2", + "span_id": "94b72c838740c991", + "start_timestamp": 1775216649.204, + "status": "ok", + "timestamp": 1775216649.2586935, + "trace_id": "16740532d451e2866df3055f2fbfb92c", }, ], "start_timestamp": Anything, "timestamp": Anything, "transaction": "main", ❯ assertSentryTransaction utils/assertions.ts:35:18 ❯ expectTransactionEvent utils/runner.ts:748:5 ❯ newEnvelope utils/runner.ts:514:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:633:15 ❯ Socket.<anonymous> utils/runner.ts:651:15
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > creates anthropic related spans with custom options: dev-packages/node-integration-tests/utils/runner.ts#L503
Error: Expected envelope item type 'event' but got 'transaction'. Item: [{"type":"transaction"},{"contexts":{"trace":{"span_id":"921f7d880c13931f","trace_id":"0492c535188d8020726f4adce987e106","data":{"sentry.source":"custom","sentry.sample_rate":1,"sentry.op":"function","sentry.origin":"manual"},"origin":"manual","op":"function","status":"ok"},"otel":{"resource":{"service.name":"node","service.namespace":"sentry","service.version":"10.47.0","telemetry.sdk.language":"nodejs","telemetry.sdk.name":"opentelemetry","telemetry.sdk.version":"2.6.1"}},"runtime":{"name":"node","version":"v24.14.0"},"app":{"app_start_time":"2026-04-03T11:43:58.380Z","app_memory":124637184,"free_memory":14648373248},"os":{"kernel_version":"6.17.0-1008-azure","name":"Ubuntu Linux","version":"24.04"},"device":{"boot_time":"2026-04-03T11:41:52.441Z","arch":"x64","memory_size":16766443520,"free_memory":14648373248,"processor_count":4,"cpu_description":"AMD EPYC 7763 64-Core Processor","processor_frequency":0},"culture":{"locale":"en-US","timezone":"UTC"},"cloud_resource":{}},"spans":[{"span_id":"e27278e64f54208b","trace_id":"0492c535188d8020726f4adce987e106","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:44705/anthropic/v1/messages","url.path":"/anthropic/v1/messages","url.query":"","url.scheme":"http","server.address":"localhost","server.port":44705,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":44705,"http.response.status_code":200,"url":"http://localhost:44705/anthropic/v1/messages","otel.kind":"CLIENT"},"description":"POST http://localhost:44705/anthropic/v1/messages","parent_span_id":"921f7d880c13931f","start_timestamp":1775216638.948,"timestamp":1775216638.9971511,"status":"ok","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"0619f6faa4b687ee","trace_id":"0492c535188d8020726f4adce987e106","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:44705/anthropic/v1/messages","url.path":"/anthropic/v1/messages","url.query":"","url.scheme":"http","server.address":"localhost","server.port":44705,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":44705,"http.response.status_code":404,"url":"http://localhost:44705/anthropic/v1/messages","otel.kind":"CLIENT"},"description":"POST http://localhost:44705/anthropic/v1/messages","parent_span_id":"921f7d880c13931f","start_timestamp":1775216639.002,"timestamp":1775216639.0169098,"status":"not_found","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"ba30a848e6c4b7c2","trace_id":"0492c535188d8020726f4adce987e106","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:44705/anthropic/v1/messages/count_tokens","url.path":"/anthropic/v1/messages/count_tokens","url.query":"","url.scheme":"http","server.address":"localhost","server.port":44705,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":44705,"http.response.status_code":200,"url":"http://localhost:44705/anthropic/v1/messages/count_tokens","otel.kind":"CLIENT"},"description":"POST http://localhost:44705/anthropic/v1/messages/count_tokens","parent_span_id":"921f7d880c13931f","start_timestamp":1775216639.02,"timestamp":1775216639.0351083,"status":"ok","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"d53236039fc911aa","trace_id":"0492c535188d8020726f4adce987e106","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"GET","http.request.method_original":"GET","url.full":"http://localhost:44705/anthropic/v1/models/claude-3-haiku-20240307","url.path":"/anthropic/v1/models/claude-3-haiku-20240307","url.query":"","url.scheme":"http","server.address":"localhost","server.port":44705,
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > creates anthropic related spans with sendDefaultPii: true: dev-packages/node-integration-tests/utils/runner.ts#L503
Error: Expected envelope item type 'event' but got 'transaction'. Item: [{"type":"transaction"},{"contexts":{"trace":{"span_id":"5cec5eb32b58729a","trace_id":"992505dd5e96fdd97d823774432facc0","data":{"sentry.source":"custom","sentry.sample_rate":1,"sentry.op":"function","sentry.origin":"manual"},"origin":"manual","op":"function","status":"ok"},"otel":{"resource":{"service.name":"node","service.namespace":"sentry","service.version":"10.47.0","telemetry.sdk.language":"nodejs","telemetry.sdk.name":"opentelemetry","telemetry.sdk.version":"2.6.1"}},"runtime":{"name":"node","version":"v24.14.0"},"app":{"app_start_time":"2026-04-03T11:43:56.668Z","app_memory":124309504,"free_memory":14611652608},"os":{"kernel_version":"6.17.0-1008-azure","name":"Ubuntu Linux","version":"24.04"},"device":{"boot_time":"2026-04-03T11:41:52.441Z","arch":"x64","memory_size":16766443520,"free_memory":14611652608,"processor_count":4,"cpu_description":"AMD EPYC 7763 64-Core Processor","processor_frequency":0},"culture":{"locale":"en-US","timezone":"UTC"},"cloud_resource":{}},"spans":[{"span_id":"9f8bbb22ce9ff760","trace_id":"992505dd5e96fdd97d823774432facc0","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:45087/anthropic/v1/messages","url.path":"/anthropic/v1/messages","url.query":"","url.scheme":"http","server.address":"localhost","server.port":45087,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":45087,"http.response.status_code":200,"url":"http://localhost:45087/anthropic/v1/messages","otel.kind":"CLIENT"},"description":"POST http://localhost:45087/anthropic/v1/messages","parent_span_id":"5cec5eb32b58729a","start_timestamp":1775216637.1,"timestamp":1775216637.1395066,"status":"ok","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"fda3d26c3a264ec4","trace_id":"992505dd5e96fdd97d823774432facc0","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:45087/anthropic/v1/messages","url.path":"/anthropic/v1/messages","url.query":"","url.scheme":"http","server.address":"localhost","server.port":45087,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":45087,"http.response.status_code":404,"url":"http://localhost:45087/anthropic/v1/messages","otel.kind":"CLIENT"},"description":"POST http://localhost:45087/anthropic/v1/messages","parent_span_id":"5cec5eb32b58729a","start_timestamp":1775216637.143,"timestamp":1775216637.1534228,"status":"not_found","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"6d9deff44ed02335","trace_id":"992505dd5e96fdd97d823774432facc0","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:45087/anthropic/v1/messages/count_tokens","url.path":"/anthropic/v1/messages/count_tokens","url.query":"","url.scheme":"http","server.address":"localhost","server.port":45087,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":45087,"http.response.status_code":200,"url":"http://localhost:45087/anthropic/v1/messages/count_tokens","otel.kind":"CLIENT"},"description":"POST http://localhost:45087/anthropic/v1/messages/count_tokens","parent_span_id":"5cec5eb32b58729a","start_timestamp":1775216637.156,"timestamp":1775216637.166849,"status":"ok","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"a64171ed134dc114","trace_id":"992505dd5e96fdd97d823774432facc0","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"GET","http.request.method_original":"GET","url.full":"http://localhost:45087/anthropic/v1/models/claude-3-haiku-20240307","url.path":"/anthropic/v1/models/claude-3-haiku-20240307","url.query":"","url.scheme":"http","server.address":"localhost","server.port":45087,"u
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > creates anthropic related spans with sendDefaultPii: false: dev-packages/node-integration-tests/utils/runner.ts#L503
Error: Expected envelope item type 'event' but got 'transaction'. Item: [{"type":"transaction"},{"contexts":{"trace":{"span_id":"84a4ab6786d55d02","trace_id":"2bc60c539ac7da6f45fef5e992047a9a","data":{"sentry.source":"custom","sentry.sample_rate":1,"sentry.op":"function","sentry.origin":"manual"},"origin":"manual","op":"function","status":"ok"},"otel":{"resource":{"service.name":"node","service.namespace":"sentry","service.version":"10.47.0","telemetry.sdk.language":"nodejs","telemetry.sdk.name":"opentelemetry","telemetry.sdk.version":"2.6.1"}},"runtime":{"name":"node","version":"v24.14.0"},"app":{"app_start_time":"2026-04-03T11:43:55.051Z","app_memory":124014592,"free_memory":14561804288},"os":{"kernel_version":"6.17.0-1008-azure","name":"Ubuntu Linux","version":"24.04"},"device":{"boot_time":"2026-04-03T11:41:52.447Z","arch":"x64","memory_size":16766443520,"free_memory":14561804288,"processor_count":4,"cpu_description":"AMD EPYC 7763 64-Core Processor","processor_frequency":0},"culture":{"locale":"en-US","timezone":"UTC"},"cloud_resource":{}},"spans":[{"span_id":"d0bd0824c03d6ea7","trace_id":"2bc60c539ac7da6f45fef5e992047a9a","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:41055/anthropic/v1/messages","url.path":"/anthropic/v1/messages","url.query":"","url.scheme":"http","server.address":"localhost","server.port":41055,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":41055,"http.response.status_code":200,"url":"http://localhost:41055/anthropic/v1/messages","otel.kind":"CLIENT"},"description":"POST http://localhost:41055/anthropic/v1/messages","parent_span_id":"84a4ab6786d55d02","start_timestamp":1775216635.49,"timestamp":1775216635.531422,"status":"ok","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"bc75de1375711f3b","trace_id":"2bc60c539ac7da6f45fef5e992047a9a","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:41055/anthropic/v1/messages","url.path":"/anthropic/v1/messages","url.query":"","url.scheme":"http","server.address":"localhost","server.port":41055,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":41055,"http.response.status_code":404,"url":"http://localhost:41055/anthropic/v1/messages","otel.kind":"CLIENT"},"description":"POST http://localhost:41055/anthropic/v1/messages","parent_span_id":"84a4ab6786d55d02","start_timestamp":1775216635.535,"timestamp":1775216635.5416074,"status":"not_found","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"5275066d4f22db14","trace_id":"2bc60c539ac7da6f45fef5e992047a9a","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:41055/anthropic/v1/messages/count_tokens","url.path":"/anthropic/v1/messages/count_tokens","url.query":"","url.scheme":"http","server.address":"localhost","server.port":41055,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":41055,"http.response.status_code":200,"url":"http://localhost:41055/anthropic/v1/messages/count_tokens","otel.kind":"CLIENT"},"description":"POST http://localhost:41055/anthropic/v1/messages/count_tokens","parent_span_id":"84a4ab6786d55d02","start_timestamp":1775216635.544,"timestamp":1775216635.5787709,"status":"ok","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"dd09dcc2beea39d6","trace_id":"2bc60c539ac7da6f45fef5e992047a9a","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"GET","http.request.method_original":"GET","url.full":"http://localhost:41055/anthropic/v1/models/claude-3-haiku-20240307","url.path":"/anthropic/v1/models/claude-3-haiku-20240307","url.query":"","url.scheme":"http","server.address":"localhost","server.port":41055,"
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > preserves .withResponse() and .asResponse() for non-streaming and streaming: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,37 +1,94 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "gen_ai.operation.name": "chat", - "gen_ai.request.model": "claude-3-haiku-20240307", - "gen_ai.response.id": "msg_withresponse", + "spans": [ + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 45869, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 45869, + "url": "http://localhost:45869/anthropic/v1/messages", + "url.full": "http://localhost:45869/anthropic/v1/messages", + "url.path": "/anthropic/v1/messages", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "Anthropic/JS 0.63.0", }, - "description": "chat claude-3-haiku-20240307", - "op": "gen_ai.chat", + "description": "POST http://localhost:45869/anthropic/v1/messages", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "cc8361e83644b3b9", + "span_id": "bd44e8b03f1553bd", + "start_timestamp": 1775216633.675, "status": "ok", + "timestamp": 1775216633.7281442, + "trace_id": "f4a39a1c1ab581b0a77e4892bbe7880c", }, - ObjectContaining { - "data": ObjectContaining { - "gen_ai.operation.name": "chat", - "gen_ai.request.model": "claude-3-haiku-20240307", - "gen_ai.response.id": "msg_withresponse", + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 45869, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 45869, + "url": "http://localhost:45869/anthropic/v1/messages", + "url.full": "http://localhost:45869/anthropic/v1/messages", + "url.path": "/anthropic/v1/messages", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "Anthropic/JS 0.63.0", }, - "description": "chat claude-3-haiku-20240307", - "op": "gen_ai.chat", + "description": "POST http://localhost:45869/anthropic/v1/messages", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "cc8361e83644b3b9", + "span_id": "b6e2976c76006e3e", + "start_timestamp": 1775216633.732, "status": "ok", + "timestamp": 1775216633.7415428, + "trace_id": "f4a39a1c1ab581b0a77e4892bbe7880c", }, - ObjectContaining { - "data": ObjectContaining { - "gen_ai.operation.name": "chat", - "gen_ai.request.model": "claude-3-haiku-20240307", - "gen_ai.response.id": "msg_stream_withresponse", + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 45869, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 45869, + "url": "http://localhost:45869/anthropic/v1/messages", + "url.full": "http://localhost:45869/anthropic/v1/messages", + "url.path": "/anthropic/v1/messages", + "url.query": "", + "url.scheme": "http"
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > cjs > creates openai related spans with sendDefaultPii: true: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,57 +1,94 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { - "gen_ai.embeddings.input": "Embedding test!", - "gen_ai.operation.name": "embeddings", - "gen_ai.request.dimensions": 1536, - "gen_ai.request.encoding_format": "float", - "gen_ai.request.model": "text-embedding-3-small", - "gen_ai.response.model": "text-embedding-3-small", - "gen_ai.system": "openai", - "gen_ai.usage.input_tokens": 10, - "gen_ai.usage.total_tokens": 10, - "sentry.op": "gen_ai.embeddings", - "sentry.origin": "auto.ai.openai", + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 38587, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 38587, + "url": "http://localhost:38587/openai/embeddings", + "url.full": "http://localhost:38587/openai/embeddings", + "url.path": "/openai/embeddings", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", }, - "description": "embeddings text-embedding-3-small", - "op": "gen_ai.embeddings", - "origin": "auto.ai.openai", + "description": "POST http://localhost:38587/openai/embeddings", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "8eb9de81613f42c7", + "span_id": "f59062469617552e", + "start_timestamp": 1775216653.576, "status": "ok", + "timestamp": 1775216653.629921, + "trace_id": "fb83156156e675984991f9c90418a236", }, - ObjectContaining { + { "data": { - "gen_ai.embeddings.input": "Error embedding test!", - "gen_ai.operation.name": "embeddings", - "gen_ai.request.model": "error-model", - "gen_ai.system": "openai", - "sentry.op": "gen_ai.embeddings", - "sentry.origin": "auto.ai.openai", + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 404, + "network.peer.address": "::1", + "network.peer.port": 38587, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 38587, + "url": "http://localhost:38587/openai/embeddings", + "url.full": "http://localhost:38587/openai/embeddings", + "url.path": "/openai/embeddings", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", }, - "description": "embeddings error-model", - "op": "gen_ai.embeddings", - "origin": "auto.ai.openai", - "status": "internal_error", + "description": "POST http://localhost:38587/openai/embeddings", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "8eb9de81613f42c7", + "span_id": "91b7e569c9d6cf26", + "start_timestamp": 1775216653.644, + "status": "not_found", + "timestamp": 1775216653.6619241, + "trace_id": "fb83156156e675984991f9c90418a236", }, - ObjectContaining { + { "data": { - "gen_ai.embeddings.input": "[\"First input text\",\"Second input text\",\"Third input text\"]", - "gen_ai.operation.name": "embeddings", - "gen_ai.request.model": "text-embedding-3-small", - "gen_ai.response.model": "text-embedding-3-small", - "gen_ai.system": "openai", - "g
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > cjs > creates openai related spans with sendDefaultPii: false: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,38 +1,94 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { - "gen_ai.operation.name": "embeddings", - "gen_ai.request.dimensions": 1536, - "gen_ai.request.encoding_format": "float", - "gen_ai.request.model": "text-embedding-3-small", - "gen_ai.response.model": "text-embedding-3-small", - "gen_ai.system": "openai", - "gen_ai.usage.input_tokens": 10, - "gen_ai.usage.total_tokens": 10, - "sentry.op": "gen_ai.embeddings", - "sentry.origin": "auto.ai.openai", + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 40067, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 40067, + "url": "http://localhost:40067/openai/embeddings", + "url.full": "http://localhost:40067/openai/embeddings", + "url.path": "/openai/embeddings", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", }, - "description": "embeddings text-embedding-3-small", - "op": "gen_ai.embeddings", - "origin": "auto.ai.openai", + "description": "POST http://localhost:40067/openai/embeddings", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "b790faeea5c5d49b", + "span_id": "c4e0a7cdb4bdbe4d", + "start_timestamp": 1775216651.545, "status": "ok", + "timestamp": 1775216651.6136007, + "trace_id": "1d40f18bc6f90cfc333eabd18231b6ef", }, - ObjectContaining { + { "data": { - "gen_ai.operation.name": "embeddings", - "gen_ai.request.model": "error-model", - "gen_ai.system": "openai", - "sentry.op": "gen_ai.embeddings", - "sentry.origin": "auto.ai.openai", + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 404, + "network.peer.address": "::1", + "network.peer.port": 40067, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 40067, + "url": "http://localhost:40067/openai/embeddings", + "url.full": "http://localhost:40067/openai/embeddings", + "url.path": "/openai/embeddings", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", }, - "description": "embeddings error-model", - "op": "gen_ai.embeddings", - "origin": "auto.ai.openai", - "status": "internal_error", + "description": "POST http://localhost:40067/openai/embeddings", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "b790faeea5c5d49b", + "span_id": "134cd4b434d595d1", + "start_timestamp": 1775216651.627, + "status": "not_found", + "timestamp": 1775216651.6459184, + "trace_id": "1d40f18bc6f90cfc333eabd18231b6ef", + }, + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 40067, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 40067, + "url": "http://localhost:40067/openai/embed
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > cjs > creates openai related spans with custom options: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,20 +1,297 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "gen_ai.input.messages": Any<String>, - "gen_ai.response.text": Any<String>, + "spans": [ + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 35189, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 35189, + "url": "http://localhost:35189/openai/chat/completions", + "url.full": "http://localhost:35189/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:35189/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "54093e97a9f575e2", + "span_id": "898e82879216d665", + "start_timestamp": 1775216646.739, + "status": "ok", + "timestamp": 1775216646.79893, + "trace_id": "3bfac56637f91f4b4d904083d4512b5c", + }, + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 35189, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 35189, + "url": "http://localhost:35189/openai/responses", + "url.full": "http://localhost:35189/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:35189/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "54093e97a9f575e2", + "span_id": "caffeaa4bd51ab3c", + "start_timestamp": 1775216646.812, + "status": "ok", + "timestamp": 1775216646.8383033, + "trace_id": "3bfac56637f91f4b4d904083d4512b5c", + }, + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 500, + "network.peer.address": "::1", + "network.peer.port": 35189, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 35189, + "url": "http://localhost:35189/openai/chat/completions", + "url.full": "http://localhost:35189/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:35189/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "54093e97a9f575e2", + "span_id": "a2e4ac3c3adde005", + "start_timestamp": 1775216646.845, + "status": "internal_error", + "timestamp": 1775216646.867217, + "trace_id": "3bfac56637f91f4b4d904083d4512b5c", + }, + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 500, + "network.peer.address
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > cjs > creates openai related spans with sendDefaultPii: true: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,134 +1,297 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { - "gen_ai.input.messages": "[{\"role\":\"user\",\"content\":\"What is the capital of France?\"}]", - "gen_ai.operation.name": "chat", - "gen_ai.request.model": "gpt-3.5-turbo", - "gen_ai.request.temperature": 0.7, - "gen_ai.response.finish_reasons": "[\"stop\"]", - "gen_ai.response.id": "chatcmpl-mock123", - "gen_ai.response.model": "gpt-3.5-turbo", - "gen_ai.response.text": "[\"Hello from OpenAI mock!\"]", - "gen_ai.system": "openai", - "gen_ai.system_instructions": "[{\"type\":\"text\",\"content\":\"You are a helpful assistant.\"}]", - "gen_ai.usage.input_tokens": 10, - "gen_ai.usage.output_tokens": 15, - "gen_ai.usage.total_tokens": 25, - "sentry.op": "gen_ai.chat", - "sentry.origin": "auto.ai.openai", - "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 35869, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 35869, + "url": "http://localhost:35869/openai/chat/completions", + "url.full": "http://localhost:35869/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", }, - "description": "chat gpt-3.5-turbo", - "op": "gen_ai.chat", - "origin": "auto.ai.openai", + "description": "POST http://localhost:35869/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "74f80a170e3a2ac8", + "span_id": "080efa8910560639", + "start_timestamp": 1775216639.192, "status": "ok", + "timestamp": 1775216639.24871, + "trace_id": "017c33dda37ff7588f38ea5a4d3340c2", }, - ObjectContaining { + { "data": { - "gen_ai.input.messages": "Translate this to French: Hello", - "gen_ai.operation.name": "chat", - "gen_ai.request.model": "gpt-3.5-turbo", - "gen_ai.response.finish_reasons": "[\"completed\"]", - "gen_ai.response.id": "resp_mock456", - "gen_ai.response.model": "gpt-3.5-turbo", - "gen_ai.response.text": "Response to: Translate this to French: Hello", - "gen_ai.system": "openai", - "gen_ai.usage.input_tokens": 5, - "gen_ai.usage.output_tokens": 8, - "gen_ai.usage.total_tokens": 13, - "sentry.op": "gen_ai.chat", - "sentry.origin": "auto.ai.openai", - "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 35869, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 35869, + "url": "http://localhost:35869/openai/responses", + "url.full": "http://localhost:35869/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", }, - "description": "chat gpt-3.5-turbo", - "op": "gen_ai.chat", - "origin": "auto.ai.openai", + "description": "
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > cjs > creates openai related spans with sendDefaultPii: false: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,116 +1,297 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { - "gen_ai.operation.name": "chat", - "gen_ai.request.model": "gpt-3.5-turbo", - "gen_ai.request.temperature": 0.7, - "gen_ai.response.finish_reasons": "[\"stop\"]", - "gen_ai.response.id": "chatcmpl-mock123", - "gen_ai.response.model": "gpt-3.5-turbo", - "gen_ai.system": "openai", - "gen_ai.usage.input_tokens": 10, - "gen_ai.usage.output_tokens": 15, - "gen_ai.usage.total_tokens": 25, - "sentry.op": "gen_ai.chat", - "sentry.origin": "auto.ai.openai", + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 32937, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 32937, + "url": "http://localhost:32937/openai/chat/completions", + "url.full": "http://localhost:32937/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", }, - "description": "chat gpt-3.5-turbo", - "op": "gen_ai.chat", - "origin": "auto.ai.openai", + "description": "POST http://localhost:32937/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "4f5e3c7e5435fe3d", + "span_id": "e48fc6ddd3c7a83f", + "start_timestamp": 1775216631.408, "status": "ok", + "timestamp": 1775216631.4542065, + "trace_id": "a4f45af45ec5eb5c28ba33a55d659e56", }, - ObjectContaining { + { "data": { - "gen_ai.operation.name": "chat", - "gen_ai.request.model": "gpt-3.5-turbo", - "gen_ai.response.finish_reasons": "[\"completed\"]", - "gen_ai.response.id": "resp_mock456", - "gen_ai.response.model": "gpt-3.5-turbo", - "gen_ai.system": "openai", - "gen_ai.usage.input_tokens": 5, - "gen_ai.usage.output_tokens": 8, - "gen_ai.usage.total_tokens": 13, - "sentry.op": "gen_ai.chat", - "sentry.origin": "auto.ai.openai", + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 32937, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 32937, + "url": "http://localhost:32937/openai/responses", + "url.full": "http://localhost:32937/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", }, - "description": "chat gpt-3.5-turbo", - "op": "gen_ai.chat", - "origin": "auto.ai.openai", + "description": "POST http://localhost:32937/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "4f5e3c7e5435fe3d", + "span_id": "79d4a70e08711207", + "start_timestamp": 1775216631.466, "status": "ok", + "timestamp": 1775216631.4757066, + "trace_id": "a4f45af45ec5eb5c28ba33a55d659e56", }, - ObjectContaining { + { "data": { - "gen_ai.operation.name": "chat", - "gen_ai.request.model": "error-model", - "gen_ai.system": "openai", - "se
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > extracts system instructions from messages: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,12 +1,36 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "gen_ai.system_instructions": "[{\"type\":\"text\",\"content\":\"You are a helpful assistant\"}]", + "spans": [ + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 33323, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 33323, + "url": "http://localhost:33323/anthropic/v1/messages", + "url.full": "http://localhost:33323/anthropic/v1/messages", + "url.path": "/anthropic/v1/messages", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "Anthropic/JS 0.63.0", }, + "description": "POST http://localhost:33323/anthropic/v1/messages", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "7bb24568398ab544", + "span_id": "33d3c4645e6642dc", + "start_timestamp": 1775216665.822, + "status": "ok", + "timestamp": 1775216665.8664608, + "trace_id": "4509bd362d89e2a27f451a2f36acaac8", }, ], "start_timestamp": Anything, "timestamp": Anything, "transaction": "main", ❯ assertSentryTransaction utils/assertions.ts:35:18 ❯ expectTransactionEvent utils/runner.ts:748:5 ❯ newEnvelope utils/runner.ts:514:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:633:15 ❯ Socket.<anonymous> utils/runner.ts:651:15
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > creates anthropic related spans with custom options: dev-packages/node-integration-tests/utils/runner.ts#L503
Error: Expected envelope item type 'event' but got 'transaction'. Item: [{"type":"transaction"},{"contexts":{"trace":{"span_id":"cf887955d76a26e9","trace_id":"2ae6461252d9a75e9853cdc0b33120f3","data":{"sentry.source":"custom","sentry.sample_rate":1,"sentry.op":"function","sentry.origin":"manual"},"origin":"manual","op":"function","status":"ok"},"otel":{"resource":{"service.name":"node","service.namespace":"sentry","service.version":"10.47.0","telemetry.sdk.language":"nodejs","telemetry.sdk.name":"opentelemetry","telemetry.sdk.version":"2.6.1"}},"runtime":{"name":"node","version":"v18.20.8"},"app":{"app_start_time":"2026-04-03T11:44:14.101Z","app_memory":111538176},"os":{"kernel_version":"6.17.0-1008-azure","name":"Ubuntu Linux","version":"24.04"},"device":{"boot_time":"2026-04-03T11:42:31.656Z","arch":"x64","memory_size":16766443520,"free_memory":14667046912,"processor_count":4,"cpu_description":"AMD EPYC 7763 64-Core Processor","processor_frequency":3242},"culture":{"locale":"en-US","timezone":"UTC"},"cloud_resource":{}},"spans":[{"span_id":"524d3f3fca304322","trace_id":"2ae6461252d9a75e9853cdc0b33120f3","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:38345/anthropic/v1/messages","url.path":"/anthropic/v1/messages","url.query":"","url.scheme":"http","server.address":"localhost","server.port":38345,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":38345,"http.response.status_code":200,"url":"http://localhost:38345/anthropic/v1/messages","otel.kind":"CLIENT"},"description":"POST http://localhost:38345/anthropic/v1/messages","parent_span_id":"cf887955d76a26e9","start_timestamp":1775216654.776,"timestamp":1775216654.8433378,"status":"ok","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"2bfe135f9d711b79","trace_id":"2ae6461252d9a75e9853cdc0b33120f3","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:38345/anthropic/v1/messages","url.path":"/anthropic/v1/messages","url.query":"","url.scheme":"http","server.address":"localhost","server.port":38345,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":38345,"http.response.status_code":404,"url":"http://localhost:38345/anthropic/v1/messages","otel.kind":"CLIENT"},"description":"POST http://localhost:38345/anthropic/v1/messages","parent_span_id":"cf887955d76a26e9","start_timestamp":1775216654.856,"timestamp":1775216654.8663898,"status":"not_found","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"2f467de3563231b0","trace_id":"2ae6461252d9a75e9853cdc0b33120f3","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:38345/anthropic/v1/messages/count_tokens","url.path":"/anthropic/v1/messages/count_tokens","url.query":"","url.scheme":"http","server.address":"localhost","server.port":38345,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":38345,"http.response.status_code":200,"url":"http://localhost:38345/anthropic/v1/messages/count_tokens","otel.kind":"CLIENT"},"description":"POST http://localhost:38345/anthropic/v1/messages/count_tokens","parent_span_id":"cf887955d76a26e9","start_timestamp":1775216654.87,"timestamp":1775216654.878013,"status":"ok","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"f1b563f6fde29715","trace_id":"2ae6461252d9a75e9853cdc0b33120f3","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"GET","http.request.method_original":"GET","url.full":"http://localhost:38345/anthropic/v1/models/claude-3-haiku-20240307","url.path":"/anthropic/v1/models/claude-3-haiku-20240307","url.query":"","url.scheme":"http","server.address":"localhost","server.port":38345,"user_agent.original":"A
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > creates anthropic related spans with sendDefaultPii: true: dev-packages/node-integration-tests/utils/runner.ts#L503
Error: Expected envelope item type 'event' but got 'transaction'. Item: [{"type":"transaction"},{"contexts":{"trace":{"span_id":"a7c0947169de4b90","trace_id":"175536f5cd96a1660311d9b35cbf4124","data":{"sentry.source":"custom","sentry.sample_rate":1,"sentry.op":"function","sentry.origin":"manual"},"origin":"manual","op":"function","status":"ok"},"otel":{"resource":{"service.name":"node","service.namespace":"sentry","service.version":"10.47.0","telemetry.sdk.language":"nodejs","telemetry.sdk.name":"opentelemetry","telemetry.sdk.version":"2.6.1"}},"runtime":{"name":"node","version":"v18.20.8"},"app":{"app_start_time":"2026-04-03T11:44:11.786Z","app_memory":111308800},"os":{"kernel_version":"6.17.0-1008-azure","name":"Ubuntu Linux","version":"24.04"},"device":{"boot_time":"2026-04-03T11:42:31.652Z","arch":"x64","memory_size":16766443520,"free_memory":14615461888,"processor_count":4,"cpu_description":"AMD EPYC 7763 64-Core Processor","processor_frequency":3243},"culture":{"locale":"en-US","timezone":"UTC"},"cloud_resource":{}},"spans":[{"span_id":"03f4b9294ee5582d","trace_id":"175536f5cd96a1660311d9b35cbf4124","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:41159/anthropic/v1/messages","url.path":"/anthropic/v1/messages","url.query":"","url.scheme":"http","server.address":"localhost","server.port":41159,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":41159,"http.response.status_code":200,"url":"http://localhost:41159/anthropic/v1/messages","otel.kind":"CLIENT"},"description":"POST http://localhost:41159/anthropic/v1/messages","parent_span_id":"a7c0947169de4b90","start_timestamp":1775216652.468,"timestamp":1775216652.5233362,"status":"ok","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"57c48d04f58e09f7","trace_id":"175536f5cd96a1660311d9b35cbf4124","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:41159/anthropic/v1/messages","url.path":"/anthropic/v1/messages","url.query":"","url.scheme":"http","server.address":"localhost","server.port":41159,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":41159,"http.response.status_code":404,"url":"http://localhost:41159/anthropic/v1/messages","otel.kind":"CLIENT"},"description":"POST http://localhost:41159/anthropic/v1/messages","parent_span_id":"a7c0947169de4b90","start_timestamp":1775216652.536,"timestamp":1775216652.5540984,"status":"not_found","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"1dc7b05347fbeaec","trace_id":"175536f5cd96a1660311d9b35cbf4124","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:41159/anthropic/v1/messages/count_tokens","url.path":"/anthropic/v1/messages/count_tokens","url.query":"","url.scheme":"http","server.address":"localhost","server.port":41159,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":41159,"http.response.status_code":200,"url":"http://localhost:41159/anthropic/v1/messages/count_tokens","otel.kind":"CLIENT"},"description":"POST http://localhost:41159/anthropic/v1/messages/count_tokens","parent_span_id":"a7c0947169de4b90","start_timestamp":1775216652.558,"timestamp":1775216652.56614,"status":"ok","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"412f45e29b05705b","trace_id":"175536f5cd96a1660311d9b35cbf4124","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"GET","http.request.method_original":"GET","url.full":"http://localhost:41159/anthropic/v1/models/claude-3-haiku-20240307","url.path":"/anthropic/v1/models/claude-3-haiku-20240307","url.query":"","url.scheme":"http","server.address":"localhost","server.port":41159,"user_agent.original":"A
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > creates anthropic related spans with sendDefaultPii: false: dev-packages/node-integration-tests/utils/runner.ts#L503
Error: Expected envelope item type 'event' but got 'transaction'. Item: [{"type":"transaction"},{"contexts":{"trace":{"span_id":"809196db37c5df82","trace_id":"e45b0c8f41178925375da3241e66a8d0","data":{"sentry.source":"custom","sentry.sample_rate":1,"sentry.op":"function","sentry.origin":"manual"},"origin":"manual","op":"function","status":"ok"},"otel":{"resource":{"service.name":"node","service.namespace":"sentry","service.version":"10.47.0","telemetry.sdk.language":"nodejs","telemetry.sdk.name":"opentelemetry","telemetry.sdk.version":"2.6.1"}},"runtime":{"name":"node","version":"v18.20.8"},"app":{"app_start_time":"2026-04-03T11:44:09.467Z","app_memory":111276032},"os":{"kernel_version":"6.17.0-1008-azure","name":"Ubuntu Linux","version":"24.04"},"device":{"boot_time":"2026-04-03T11:42:31.660Z","arch":"x64","memory_size":16766443520,"free_memory":14645882880,"processor_count":4,"cpu_description":"AMD EPYC 7763 64-Core Processor","processor_frequency":3240},"culture":{"locale":"en-US","timezone":"UTC"},"cloud_resource":{}},"spans":[{"span_id":"4a07d5241ba5c87e","trace_id":"e45b0c8f41178925375da3241e66a8d0","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:42581/anthropic/v1/messages","url.path":"/anthropic/v1/messages","url.query":"","url.scheme":"http","server.address":"localhost","server.port":42581,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":42581,"http.response.status_code":200,"url":"http://localhost:42581/anthropic/v1/messages","otel.kind":"CLIENT"},"description":"POST http://localhost:42581/anthropic/v1/messages","parent_span_id":"809196db37c5df82","start_timestamp":1775216650.064,"timestamp":1775216650.1083179,"status":"ok","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"1dffb3b4944907a3","trace_id":"e45b0c8f41178925375da3241e66a8d0","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:42581/anthropic/v1/messages","url.path":"/anthropic/v1/messages","url.query":"","url.scheme":"http","server.address":"localhost","server.port":42581,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":42581,"http.response.status_code":404,"url":"http://localhost:42581/anthropic/v1/messages","otel.kind":"CLIENT"},"description":"POST http://localhost:42581/anthropic/v1/messages","parent_span_id":"809196db37c5df82","start_timestamp":1775216650.12,"timestamp":1775216650.1367383,"status":"not_found","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"edb5d82cd27fb316","trace_id":"e45b0c8f41178925375da3241e66a8d0","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:42581/anthropic/v1/messages/count_tokens","url.path":"/anthropic/v1/messages/count_tokens","url.query":"","url.scheme":"http","server.address":"localhost","server.port":42581,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":42581,"http.response.status_code":200,"url":"http://localhost:42581/anthropic/v1/messages/count_tokens","otel.kind":"CLIENT"},"description":"POST http://localhost:42581/anthropic/v1/messages/count_tokens","parent_span_id":"809196db37c5df82","start_timestamp":1775216650.141,"timestamp":1775216650.1793458,"status":"ok","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"a1fbd61fb98fedf4","trace_id":"e45b0c8f41178925375da3241e66a8d0","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"GET","http.request.method_original":"GET","url.full":"http://localhost:42581/anthropic/v1/models/claude-3-haiku-20240307","url.path":"/anthropic/v1/models/claude-3-haiku-20240307","url.query":"","url.scheme":"http","server.address":"localhost","server.port":42581,"user_agent.original":"
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > preserves .withResponse() and .asResponse() for non-streaming and streaming: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,37 +1,94 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "gen_ai.operation.name": "chat", - "gen_ai.request.model": "claude-3-haiku-20240307", - "gen_ai.response.id": "msg_withresponse", + "spans": [ + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 33613, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 33613, + "url": "http://localhost:33613/anthropic/v1/messages", + "url.full": "http://localhost:33613/anthropic/v1/messages", + "url.path": "/anthropic/v1/messages", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "Anthropic/JS 0.63.0", }, - "description": "chat claude-3-haiku-20240307", - "op": "gen_ai.chat", + "description": "POST http://localhost:33613/anthropic/v1/messages", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "0fb8fc0b4eada1b6", + "span_id": "753229335c0bbfb2", + "start_timestamp": 1775216648.157, "status": "ok", + "timestamp": 1775216648.2076368, + "trace_id": "42bb7b4b45fe70937445fce6783a9e93", }, - ObjectContaining { - "data": ObjectContaining { - "gen_ai.operation.name": "chat", - "gen_ai.request.model": "claude-3-haiku-20240307", - "gen_ai.response.id": "msg_withresponse", + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 33613, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 33613, + "url": "http://localhost:33613/anthropic/v1/messages", + "url.full": "http://localhost:33613/anthropic/v1/messages", + "url.path": "/anthropic/v1/messages", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "Anthropic/JS 0.63.0", }, - "description": "chat claude-3-haiku-20240307", - "op": "gen_ai.chat", + "description": "POST http://localhost:33613/anthropic/v1/messages", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "0fb8fc0b4eada1b6", + "span_id": "4f497bda1b6ce68b", + "start_timestamp": 1775216648.217, "status": "ok", + "timestamp": 1775216648.2326837, + "trace_id": "42bb7b4b45fe70937445fce6783a9e93", }, - ObjectContaining { - "data": ObjectContaining { - "gen_ai.operation.name": "chat", - "gen_ai.request.model": "claude-3-haiku-20240307", - "gen_ai.response.id": "msg_stream_withresponse", + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 33613, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 33613, + "url": "http://localhost:33613/anthropic/v1/messages", + "url.full": "http://localhost:33613/anthropic/v1/messages", + "url.path": "/anthropic/v1/messages", + "url.query": "", + "url.scheme": "http"
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > cjs > creates openai related spans with sendDefaultPii: true: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,57 +1,94 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { - "gen_ai.embeddings.input": "Embedding test!", - "gen_ai.operation.name": "embeddings", - "gen_ai.request.dimensions": 1536, - "gen_ai.request.encoding_format": "float", - "gen_ai.request.model": "text-embedding-3-small", - "gen_ai.response.model": "text-embedding-3-small", - "gen_ai.system": "openai", - "gen_ai.usage.input_tokens": 10, - "gen_ai.usage.total_tokens": 10, - "sentry.op": "gen_ai.embeddings", - "sentry.origin": "auto.ai.openai", + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 37861, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 37861, + "url": "http://localhost:37861/openai/embeddings", + "url.full": "http://localhost:37861/openai/embeddings", + "url.path": "/openai/embeddings", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", }, - "description": "embeddings text-embedding-3-small", - "op": "gen_ai.embeddings", - "origin": "auto.ai.openai", + "description": "POST http://localhost:37861/openai/embeddings", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "c0413328cade8f81", + "span_id": "b2e9db1b4c92042b", + "start_timestamp": 1775216642.597, "status": "ok", + "timestamp": 1775216642.6629152, + "trace_id": "68f4d4c4179cbd6b70909c1f978107e1", }, - ObjectContaining { + { "data": { - "gen_ai.embeddings.input": "Error embedding test!", - "gen_ai.operation.name": "embeddings", - "gen_ai.request.model": "error-model", - "gen_ai.system": "openai", - "sentry.op": "gen_ai.embeddings", - "sentry.origin": "auto.ai.openai", + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 404, + "network.peer.address": "::1", + "network.peer.port": 37861, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 37861, + "url": "http://localhost:37861/openai/embeddings", + "url.full": "http://localhost:37861/openai/embeddings", + "url.path": "/openai/embeddings", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", }, - "description": "embeddings error-model", - "op": "gen_ai.embeddings", - "origin": "auto.ai.openai", - "status": "internal_error", + "description": "POST http://localhost:37861/openai/embeddings", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "c0413328cade8f81", + "span_id": "65feb577460850a5", + "start_timestamp": 1775216642.676, + "status": "not_found", + "timestamp": 1775216642.6932204, + "trace_id": "68f4d4c4179cbd6b70909c1f978107e1", }, - ObjectContaining { + { "data": { - "gen_ai.embeddings.input": "[\"First input text\",\"Second input text\",\"Third input text\"]", - "gen_ai.operation.name": "embeddings", - "gen_ai.request.model": "text-embedding-3-small", - "gen_ai.response.model": "text-embedding-3-small", - "gen_ai.system": "openai", - "
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > cjs > creates openai related spans with sendDefaultPii: false: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,38 +1,94 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { - "gen_ai.operation.name": "embeddings", - "gen_ai.request.dimensions": 1536, - "gen_ai.request.encoding_format": "float", - "gen_ai.request.model": "text-embedding-3-small", - "gen_ai.response.model": "text-embedding-3-small", - "gen_ai.system": "openai", - "gen_ai.usage.input_tokens": 10, - "gen_ai.usage.total_tokens": 10, - "sentry.op": "gen_ai.embeddings", - "sentry.origin": "auto.ai.openai", + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 37597, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 37597, + "url": "http://localhost:37597/openai/embeddings", + "url.full": "http://localhost:37597/openai/embeddings", + "url.path": "/openai/embeddings", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", }, - "description": "embeddings text-embedding-3-small", - "op": "gen_ai.embeddings", - "origin": "auto.ai.openai", + "description": "POST http://localhost:37597/openai/embeddings", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "ac260ce1b54fd77a", + "span_id": "ddcd203bcf4968a9", + "start_timestamp": 1775216640.426, "status": "ok", + "timestamp": 1775216640.5090363, + "trace_id": "4aef0aa7518c2b5c26ebea7b8ccdeff7", }, - ObjectContaining { + { "data": { - "gen_ai.operation.name": "embeddings", - "gen_ai.request.model": "error-model", - "gen_ai.system": "openai", - "sentry.op": "gen_ai.embeddings", - "sentry.origin": "auto.ai.openai", + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 404, + "network.peer.address": "::1", + "network.peer.port": 37597, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 37597, + "url": "http://localhost:37597/openai/embeddings", + "url.full": "http://localhost:37597/openai/embeddings", + "url.path": "/openai/embeddings", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", }, - "description": "embeddings error-model", - "op": "gen_ai.embeddings", - "origin": "auto.ai.openai", - "status": "internal_error", + "description": "POST http://localhost:37597/openai/embeddings", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "ac260ce1b54fd77a", + "span_id": "1dbc34caae2d41af", + "start_timestamp": 1775216640.532, + "status": "not_found", + "timestamp": 1775216640.555398, + "trace_id": "4aef0aa7518c2b5c26ebea7b8ccdeff7", + }, + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 37597, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 37597, + "url": "http://localhost:37597/openai/embedd
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > cjs > creates openai related spans with custom options: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,20 +1,297 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "gen_ai.input.messages": Any<String>, - "gen_ai.response.text": Any<String>, + "spans": [ + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 36867, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 36867, + "url": "http://localhost:36867/openai/chat/completions", + "url.full": "http://localhost:36867/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:36867/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "b84135a27b593cb2", + "span_id": "08b7ba17cb569a13", + "start_timestamp": 1775216635.59, + "status": "ok", + "timestamp": 1775216635.653387, + "trace_id": "fcff807fa8a7445e3131dccacb5732a5", + }, + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 36867, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 36867, + "url": "http://localhost:36867/openai/responses", + "url.full": "http://localhost:36867/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:36867/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "b84135a27b593cb2", + "span_id": "8757d2c60f768e6d", + "start_timestamp": 1775216635.662, + "status": "ok", + "timestamp": 1775216635.6786, + "trace_id": "fcff807fa8a7445e3131dccacb5732a5", + }, + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 500, + "network.peer.address": "::1", + "network.peer.port": 36867, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 36867, + "url": "http://localhost:36867/openai/chat/completions", + "url.full": "http://localhost:36867/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:36867/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "b84135a27b593cb2", + "span_id": "0b587b65d7c01813", + "start_timestamp": 1775216635.682, + "status": "internal_error", + "timestamp": 1775216635.6897142, + "trace_id": "fcff807fa8a7445e3131dccacb5732a5", + }, + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 500, + "network.peer.address":
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > cjs > creates openai related spans with sendDefaultPii: true: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,134 +1,297 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { - "gen_ai.input.messages": "[{\"role\":\"user\",\"content\":\"What is the capital of France?\"}]", - "gen_ai.operation.name": "chat", - "gen_ai.request.model": "gpt-3.5-turbo", - "gen_ai.request.temperature": 0.7, - "gen_ai.response.finish_reasons": "[\"stop\"]", - "gen_ai.response.id": "chatcmpl-mock123", - "gen_ai.response.model": "gpt-3.5-turbo", - "gen_ai.response.text": "[\"Hello from OpenAI mock!\"]", - "gen_ai.system": "openai", - "gen_ai.system_instructions": "[{\"type\":\"text\",\"content\":\"You are a helpful assistant.\"}]", - "gen_ai.usage.input_tokens": 10, - "gen_ai.usage.output_tokens": 15, - "gen_ai.usage.total_tokens": 25, - "sentry.op": "gen_ai.chat", - "sentry.origin": "auto.ai.openai", - "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 36247, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 36247, + "url": "http://localhost:36247/openai/chat/completions", + "url.full": "http://localhost:36247/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", }, - "description": "chat gpt-3.5-turbo", - "op": "gen_ai.chat", - "origin": "auto.ai.openai", + "description": "POST http://localhost:36247/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "e2ec0a1f51317af7", + "span_id": "422ad7c59eb5c624", + "start_timestamp": 1775216628.012, "status": "ok", + "timestamp": 1775216628.059583, + "trace_id": "b01a1e07205bb9820013e9209e13f77c", }, - ObjectContaining { + { "data": { - "gen_ai.input.messages": "Translate this to French: Hello", - "gen_ai.operation.name": "chat", - "gen_ai.request.model": "gpt-3.5-turbo", - "gen_ai.response.finish_reasons": "[\"completed\"]", - "gen_ai.response.id": "resp_mock456", - "gen_ai.response.model": "gpt-3.5-turbo", - "gen_ai.response.text": "Response to: Translate this to French: Hello", - "gen_ai.system": "openai", - "gen_ai.usage.input_tokens": 5, - "gen_ai.usage.output_tokens": 8, - "gen_ai.usage.total_tokens": 13, - "sentry.op": "gen_ai.chat", - "sentry.origin": "auto.ai.openai", - "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 36247, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 36247, + "url": "http://localhost:36247/openai/responses", + "url.full": "http://localhost:36247/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", }, - "description": "chat gpt-3.5-turbo", - "op": "gen_ai.chat", - "origin": "auto.ai.openai", + "description":
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > cjs > creates openai related spans with sendDefaultPii: false: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,116 +1,297 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { - "gen_ai.operation.name": "chat", - "gen_ai.request.model": "gpt-3.5-turbo", - "gen_ai.request.temperature": 0.7, - "gen_ai.response.finish_reasons": "[\"stop\"]", - "gen_ai.response.id": "chatcmpl-mock123", - "gen_ai.response.model": "gpt-3.5-turbo", - "gen_ai.system": "openai", - "gen_ai.usage.input_tokens": 10, - "gen_ai.usage.output_tokens": 15, - "gen_ai.usage.total_tokens": 25, - "sentry.op": "gen_ai.chat", - "sentry.origin": "auto.ai.openai", + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 46287, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 46287, + "url": "http://localhost:46287/openai/chat/completions", + "url.full": "http://localhost:46287/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", }, - "description": "chat gpt-3.5-turbo", - "op": "gen_ai.chat", - "origin": "auto.ai.openai", + "description": "POST http://localhost:46287/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "180deaa46cad8927", + "span_id": "b2eca57ddc3e6ff9", + "start_timestamp": 1775216620.115, "status": "ok", + "timestamp": 1775216620.167423, + "trace_id": "89969bfa2b35519c6df30d9ed312672b", }, - ObjectContaining { + { "data": { - "gen_ai.operation.name": "chat", - "gen_ai.request.model": "gpt-3.5-turbo", - "gen_ai.response.finish_reasons": "[\"completed\"]", - "gen_ai.response.id": "resp_mock456", - "gen_ai.response.model": "gpt-3.5-turbo", - "gen_ai.system": "openai", - "gen_ai.usage.input_tokens": 5, - "gen_ai.usage.output_tokens": 8, - "gen_ai.usage.total_tokens": 13, - "sentry.op": "gen_ai.chat", - "sentry.origin": "auto.ai.openai", + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 46287, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 46287, + "url": "http://localhost:46287/openai/responses", + "url.full": "http://localhost:46287/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", }, - "description": "chat gpt-3.5-turbo", - "op": "gen_ai.chat", - "origin": "auto.ai.openai", + "description": "POST http://localhost:46287/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "180deaa46cad8927", + "span_id": "331c227207540a19", + "start_timestamp": 1775216620.176, "status": "ok", + "timestamp": 1775216620.1908617, + "trace_id": "89969bfa2b35519c6df30d9ed312672b", }, - ObjectContaining { + { "data": { - "gen_ai.operation.name": "chat", - "gen_ai.request.model": "error-model", - "gen_ai.system": "openai", - "sen
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > extracts system instructions from messages: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,12 +1,36 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "gen_ai.system_instructions": "[{\"type\":\"text\",\"content\":\"You are a helpful assistant\"}]", + "spans": [ + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 44383, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 44383, + "url": "http://localhost:44383/anthropic/v1/messages", + "url.full": "http://localhost:44383/anthropic/v1/messages", + "url.path": "/anthropic/v1/messages", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "Anthropic/JS 0.63.0", }, + "description": "POST http://localhost:44383/anthropic/v1/messages", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "8181a9fb658dd31d", + "span_id": "b10491b8017583b9", + "start_timestamp": 1775216652.964, + "status": "ok", + "timestamp": 1775216653.006888, + "trace_id": "f03610287c8427d2c65eac9582cf7670", }, ], "start_timestamp": Anything, "timestamp": Anything, "transaction": "main", ❯ assertSentryTransaction utils/assertions.ts:35:18 ❯ expectTransactionEvent utils/runner.ts:748:5 ❯ newEnvelope utils/runner.ts:514:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:633:15 ❯ Socket.<anonymous> utils/runner.ts:651:15
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > creates anthropic related spans with custom options: dev-packages/node-integration-tests/utils/runner.ts#L503
Error: Expected envelope item type 'event' but got 'transaction'. Item: [{"type":"transaction"},{"contexts":{"trace":{"span_id":"d6ca2674bb42959d","trace_id":"7100ec3946decf19244e2c27cf84cf5a","data":{"sentry.source":"custom","sentry.sample_rate":1,"sentry.op":"function","sentry.origin":"manual"},"origin":"manual","op":"function","status":"ok"},"otel":{"resource":{"service.name":"node","service.namespace":"sentry","service.version":"10.47.0","telemetry.sdk.language":"nodejs","telemetry.sdk.name":"opentelemetry","telemetry.sdk.version":"2.6.1"}},"runtime":{"name":"node","version":"v20.20.2"},"app":{"app_start_time":"2026-04-03T11:44:01.365Z","app_memory":97136640,"free_memory":14691033088},"os":{"kernel_version":"6.17.0-1008-azure","name":"Ubuntu Linux","version":"24.04"},"device":{"boot_time":"2026-04-03T11:38:12.373Z","arch":"x64","memory_size":16770830336,"free_memory":14691033088,"processor_count":4,"cpu_description":"AMD EPYC 7763 64-Core Processor","processor_frequency":0},"culture":{"locale":"en-US","timezone":"UTC"},"cloud_resource":{}},"spans":[{"span_id":"4bd40d5e0b7db15a","trace_id":"7100ec3946decf19244e2c27cf84cf5a","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:32853/anthropic/v1/messages","url.path":"/anthropic/v1/messages","url.query":"","url.scheme":"http","server.address":"localhost","server.port":32853,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":32853,"http.response.status_code":200,"url":"http://localhost:32853/anthropic/v1/messages","otel.kind":"CLIENT"},"description":"POST http://localhost:32853/anthropic/v1/messages","parent_span_id":"d6ca2674bb42959d","start_timestamp":1775216641.975,"timestamp":1775216642.0326157,"status":"ok","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"a865a22659b2bc4e","trace_id":"7100ec3946decf19244e2c27cf84cf5a","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:32853/anthropic/v1/messages","url.path":"/anthropic/v1/messages","url.query":"","url.scheme":"http","server.address":"localhost","server.port":32853,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":32853,"http.response.status_code":404,"url":"http://localhost:32853/anthropic/v1/messages","otel.kind":"CLIENT"},"description":"POST http://localhost:32853/anthropic/v1/messages","parent_span_id":"d6ca2674bb42959d","start_timestamp":1775216642.043,"timestamp":1775216642.0620167,"status":"not_found","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"8cef23048d4b86d5","trace_id":"7100ec3946decf19244e2c27cf84cf5a","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:32853/anthropic/v1/messages/count_tokens","url.path":"/anthropic/v1/messages/count_tokens","url.query":"","url.scheme":"http","server.address":"localhost","server.port":32853,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":32853,"http.response.status_code":200,"url":"http://localhost:32853/anthropic/v1/messages/count_tokens","otel.kind":"CLIENT"},"description":"POST http://localhost:32853/anthropic/v1/messages/count_tokens","parent_span_id":"d6ca2674bb42959d","start_timestamp":1775216642.066,"timestamp":1775216642.1025572,"status":"ok","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"6188f41f26455d04","trace_id":"7100ec3946decf19244e2c27cf84cf5a","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"GET","http.request.method_original":"GET","url.full":"http://localhost:32853/anthropic/v1/models/claude-3-haiku-20240307","url.path":"/anthropic/v1/models/claude-3-haiku-20240307","url.query":"","url.scheme":"http","server.address":"localhost","server.port":32853,
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > creates anthropic related spans with sendDefaultPii: true: dev-packages/node-integration-tests/utils/runner.ts#L503
Error: Expected envelope item type 'event' but got 'transaction'. Item: [{"type":"transaction"},{"contexts":{"trace":{"span_id":"910c1aac59c3e9a3","trace_id":"9b88c2a69d6b0abe7441ece5acab7c8b","data":{"sentry.source":"custom","sentry.sample_rate":1,"sentry.op":"function","sentry.origin":"manual"},"origin":"manual","op":"function","status":"ok"},"otel":{"resource":{"service.name":"node","service.namespace":"sentry","service.version":"10.47.0","telemetry.sdk.language":"nodejs","telemetry.sdk.name":"opentelemetry","telemetry.sdk.version":"2.6.1"}},"runtime":{"name":"node","version":"v20.20.2"},"app":{"app_start_time":"2026-04-03T11:43:59.149Z","app_memory":105541632,"free_memory":14679633920},"os":{"kernel_version":"6.17.0-1008-azure","name":"Ubuntu Linux","version":"24.04"},"device":{"boot_time":"2026-04-03T11:38:12.369Z","arch":"x64","memory_size":16770830336,"free_memory":14679633920,"processor_count":4,"cpu_description":"AMD EPYC 7763 64-Core Processor","processor_frequency":0},"culture":{"locale":"en-US","timezone":"UTC"},"cloud_resource":{}},"spans":[{"span_id":"474bff127f1c507f","trace_id":"9b88c2a69d6b0abe7441ece5acab7c8b","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:41103/anthropic/v1/messages","url.path":"/anthropic/v1/messages","url.query":"","url.scheme":"http","server.address":"localhost","server.port":41103,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":41103,"http.response.status_code":200,"url":"http://localhost:41103/anthropic/v1/messages","otel.kind":"CLIENT"},"description":"POST http://localhost:41103/anthropic/v1/messages","parent_span_id":"910c1aac59c3e9a3","start_timestamp":1775216639.772,"timestamp":1775216639.8372114,"status":"ok","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"79503c17f1004d13","trace_id":"9b88c2a69d6b0abe7441ece5acab7c8b","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:41103/anthropic/v1/messages","url.path":"/anthropic/v1/messages","url.query":"","url.scheme":"http","server.address":"localhost","server.port":41103,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":41103,"http.response.status_code":404,"url":"http://localhost:41103/anthropic/v1/messages","otel.kind":"CLIENT"},"description":"POST http://localhost:41103/anthropic/v1/messages","parent_span_id":"910c1aac59c3e9a3","start_timestamp":1775216639.846,"timestamp":1775216639.8614964,"status":"not_found","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"74dd94c9a4b1943b","trace_id":"9b88c2a69d6b0abe7441ece5acab7c8b","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:41103/anthropic/v1/messages/count_tokens","url.path":"/anthropic/v1/messages/count_tokens","url.query":"","url.scheme":"http","server.address":"localhost","server.port":41103,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":41103,"http.response.status_code":200,"url":"http://localhost:41103/anthropic/v1/messages/count_tokens","otel.kind":"CLIENT"},"description":"POST http://localhost:41103/anthropic/v1/messages/count_tokens","parent_span_id":"910c1aac59c3e9a3","start_timestamp":1775216639.865,"timestamp":1775216639.8732462,"status":"ok","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"8eb49f3c58ce7f93","trace_id":"9b88c2a69d6b0abe7441ece5acab7c8b","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"GET","http.request.method_original":"GET","url.full":"http://localhost:41103/anthropic/v1/models/claude-3-haiku-20240307","url.path":"/anthropic/v1/models/claude-3-haiku-20240307","url.query":"","url.scheme":"http","server.address":"localhost","server.port":41103
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > creates anthropic related spans with sendDefaultPii: false: dev-packages/node-integration-tests/utils/runner.ts#L503
Error: Expected envelope item type 'event' but got 'transaction'. Item: [{"type":"transaction"},{"contexts":{"trace":{"span_id":"84dd8a1fdc855b4a","trace_id":"c5bbcf3ba0db7573b93acdb817e8c01c","data":{"sentry.source":"custom","sentry.sample_rate":1,"sentry.op":"function","sentry.origin":"manual"},"origin":"manual","op":"function","status":"ok"},"otel":{"resource":{"service.name":"node","service.namespace":"sentry","service.version":"10.47.0","telemetry.sdk.language":"nodejs","telemetry.sdk.name":"opentelemetry","telemetry.sdk.version":"2.6.1"}},"runtime":{"name":"node","version":"v20.20.2"},"app":{"app_start_time":"2026-04-03T11:43:57.237Z","app_memory":96546816,"free_memory":14606045184},"os":{"kernel_version":"6.17.0-1008-azure","name":"Ubuntu Linux","version":"24.04"},"device":{"boot_time":"2026-04-03T11:38:12.373Z","arch":"x64","memory_size":16770830336,"free_memory":14606045184,"processor_count":4,"cpu_description":"AMD EPYC 7763 64-Core Processor","processor_frequency":0},"culture":{"locale":"en-US","timezone":"UTC"},"cloud_resource":{}},"spans":[{"span_id":"ee8710c10706ddab","trace_id":"c5bbcf3ba0db7573b93acdb817e8c01c","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:37815/anthropic/v1/messages","url.path":"/anthropic/v1/messages","url.query":"","url.scheme":"http","server.address":"localhost","server.port":37815,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":37815,"http.response.status_code":200,"url":"http://localhost:37815/anthropic/v1/messages","otel.kind":"CLIENT"},"description":"POST http://localhost:37815/anthropic/v1/messages","parent_span_id":"84dd8a1fdc855b4a","start_timestamp":1775216637.799,"timestamp":1775216637.8429627,"status":"ok","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"f83c0d7d4ce8e537","trace_id":"c5bbcf3ba0db7573b93acdb817e8c01c","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:37815/anthropic/v1/messages","url.path":"/anthropic/v1/messages","url.query":"","url.scheme":"http","server.address":"localhost","server.port":37815,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":37815,"http.response.status_code":404,"url":"http://localhost:37815/anthropic/v1/messages","otel.kind":"CLIENT"},"description":"POST http://localhost:37815/anthropic/v1/messages","parent_span_id":"84dd8a1fdc855b4a","start_timestamp":1775216637.85,"timestamp":1775216637.8660533,"status":"not_found","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"7a1058569f7f0597","trace_id":"c5bbcf3ba0db7573b93acdb817e8c01c","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:37815/anthropic/v1/messages/count_tokens","url.path":"/anthropic/v1/messages/count_tokens","url.query":"","url.scheme":"http","server.address":"localhost","server.port":37815,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":37815,"http.response.status_code":200,"url":"http://localhost:37815/anthropic/v1/messages/count_tokens","otel.kind":"CLIENT"},"description":"POST http://localhost:37815/anthropic/v1/messages/count_tokens","parent_span_id":"84dd8a1fdc855b4a","start_timestamp":1775216637.87,"timestamp":1775216637.8781006,"status":"ok","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"9a50339089d6b399","trace_id":"c5bbcf3ba0db7573b93acdb817e8c01c","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"GET","http.request.method_original":"GET","url.full":"http://localhost:37815/anthropic/v1/models/claude-3-haiku-20240307","url.path":"/anthropic/v1/models/claude-3-haiku-20240307","url.query":"","url.scheme":"http","server.address":"localhost","server.port":37815,"u
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > preserves .withResponse() and .asResponse() for non-streaming and streaming: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,37 +1,94 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "gen_ai.operation.name": "chat", - "gen_ai.request.model": "claude-3-haiku-20240307", - "gen_ai.response.id": "msg_withresponse", + "spans": [ + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 36483, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 36483, + "url": "http://localhost:36483/anthropic/v1/messages", + "url.full": "http://localhost:36483/anthropic/v1/messages", + "url.path": "/anthropic/v1/messages", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "Anthropic/JS 0.63.0", }, - "description": "chat claude-3-haiku-20240307", - "op": "gen_ai.chat", + "description": "POST http://localhost:36483/anthropic/v1/messages", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "b6b5fb6cfba9222b", + "span_id": "34c19a6ef073410a", + "start_timestamp": 1775216635.958, "status": "ok", + "timestamp": 1775216636.0014493, + "trace_id": "7e41a066eb6feadd0b77cd3c85c572cb", }, - ObjectContaining { - "data": ObjectContaining { - "gen_ai.operation.name": "chat", - "gen_ai.request.model": "claude-3-haiku-20240307", - "gen_ai.response.id": "msg_withresponse", + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 36483, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 36483, + "url": "http://localhost:36483/anthropic/v1/messages", + "url.full": "http://localhost:36483/anthropic/v1/messages", + "url.path": "/anthropic/v1/messages", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "Anthropic/JS 0.63.0", }, - "description": "chat claude-3-haiku-20240307", - "op": "gen_ai.chat", + "description": "POST http://localhost:36483/anthropic/v1/messages", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "b6b5fb6cfba9222b", + "span_id": "d25362be58a6620f", + "start_timestamp": 1775216636.007, "status": "ok", + "timestamp": 1775216636.0200753, + "trace_id": "7e41a066eb6feadd0b77cd3c85c572cb", }, - ObjectContaining { - "data": ObjectContaining { - "gen_ai.operation.name": "chat", - "gen_ai.request.model": "claude-3-haiku-20240307", - "gen_ai.response.id": "msg_stream_withresponse", + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 36483, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 36483, + "url": "http://localhost:36483/anthropic/v1/messages", + "url.full": "http://localhost:36483/anthropic/v1/messages", + "url.path": "/anthropic/v1/messages", + "url.query": "", + "url.scheme": "http"
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > cjs > creates openai related spans with sendDefaultPii: true: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,57 +1,94 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { - "gen_ai.embeddings.input": "Embedding test!", - "gen_ai.operation.name": "embeddings", - "gen_ai.request.dimensions": 1536, - "gen_ai.request.encoding_format": "float", - "gen_ai.request.model": "text-embedding-3-small", - "gen_ai.response.model": "text-embedding-3-small", - "gen_ai.system": "openai", - "gen_ai.usage.input_tokens": 10, - "gen_ai.usage.total_tokens": 10, - "sentry.op": "gen_ai.embeddings", - "sentry.origin": "auto.ai.openai", + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 43689, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 43689, + "url": "http://localhost:43689/openai/embeddings", + "url.full": "http://localhost:43689/openai/embeddings", + "url.path": "/openai/embeddings", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", }, - "description": "embeddings text-embedding-3-small", - "op": "gen_ai.embeddings", - "origin": "auto.ai.openai", + "description": "POST http://localhost:43689/openai/embeddings", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "4da28be2407c26d5", + "span_id": "5424264bcf4f3a26", + "start_timestamp": 1775216803.683, "status": "ok", + "timestamp": 1775216803.7402332, + "trace_id": "dac8adae5495219cd0644cbc71aa5dea", }, - ObjectContaining { + { "data": { - "gen_ai.embeddings.input": "Error embedding test!", - "gen_ai.operation.name": "embeddings", - "gen_ai.request.model": "error-model", - "gen_ai.system": "openai", - "sentry.op": "gen_ai.embeddings", - "sentry.origin": "auto.ai.openai", + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 404, + "network.peer.address": "::1", + "network.peer.port": 43689, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 43689, + "url": "http://localhost:43689/openai/embeddings", + "url.full": "http://localhost:43689/openai/embeddings", + "url.path": "/openai/embeddings", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", }, - "description": "embeddings error-model", - "op": "gen_ai.embeddings", - "origin": "auto.ai.openai", - "status": "internal_error", + "description": "POST http://localhost:43689/openai/embeddings", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "4da28be2407c26d5", + "span_id": "ff554a7aa0a721fc", + "start_timestamp": 1775216803.746, + "status": "not_found", + "timestamp": 1775216803.7618718, + "trace_id": "dac8adae5495219cd0644cbc71aa5dea", }, - ObjectContaining { + { "data": { - "gen_ai.embeddings.input": "[\"First input text\",\"Second input text\",\"Third input text\"]", - "gen_ai.operation.name": "embeddings", - "gen_ai.request.model": "text-embedding-3-small", - "gen_ai.response.model": "text-embedding-3-small", - "gen_ai.system": "openai", - "
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > cjs > creates openai related spans with sendDefaultPii: false: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,38 +1,94 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { - "gen_ai.operation.name": "embeddings", - "gen_ai.request.dimensions": 1536, - "gen_ai.request.encoding_format": "float", - "gen_ai.request.model": "text-embedding-3-small", - "gen_ai.response.model": "text-embedding-3-small", - "gen_ai.system": "openai", - "gen_ai.usage.input_tokens": 10, - "gen_ai.usage.total_tokens": 10, - "sentry.op": "gen_ai.embeddings", - "sentry.origin": "auto.ai.openai", + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 42345, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 42345, + "url": "http://localhost:42345/openai/embeddings", + "url.full": "http://localhost:42345/openai/embeddings", + "url.path": "/openai/embeddings", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", }, - "description": "embeddings text-embedding-3-small", - "op": "gen_ai.embeddings", - "origin": "auto.ai.openai", + "description": "POST http://localhost:42345/openai/embeddings", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "d0a358e0a7ef7e10", + "span_id": "12bc04d441674891", + "start_timestamp": 1775216801.792, "status": "ok", + "timestamp": 1775216801.8386097, + "trace_id": "6c072a3621ecf7d4f66a9377c676a423", }, - ObjectContaining { + { "data": { - "gen_ai.operation.name": "embeddings", - "gen_ai.request.model": "error-model", - "gen_ai.system": "openai", - "sentry.op": "gen_ai.embeddings", - "sentry.origin": "auto.ai.openai", + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 404, + "network.peer.address": "::1", + "network.peer.port": 42345, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 42345, + "url": "http://localhost:42345/openai/embeddings", + "url.full": "http://localhost:42345/openai/embeddings", + "url.path": "/openai/embeddings", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", }, - "description": "embeddings error-model", - "op": "gen_ai.embeddings", - "origin": "auto.ai.openai", - "status": "internal_error", + "description": "POST http://localhost:42345/openai/embeddings", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "d0a358e0a7ef7e10", + "span_id": "3f022b5014f94f0b", + "start_timestamp": 1775216801.843, + "status": "not_found", + "timestamp": 1775216801.8540926, + "trace_id": "6c072a3621ecf7d4f66a9377c676a423", + }, + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 42345, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 42345, + "url": "http://localhost:42345/openai/embed
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > cjs > creates openai related spans with custom options: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,20 +1,297 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "gen_ai.input.messages": Any<String>, - "gen_ai.response.text": Any<String>, + "spans": [ + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 39007, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 39007, + "url": "http://localhost:39007/openai/chat/completions", + "url.full": "http://localhost:39007/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:39007/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "012bd41fb0849e3c", + "span_id": "a79fd2f396d19871", + "start_timestamp": 1775216797.406, + "status": "ok", + "timestamp": 1775216797.4539018, + "trace_id": "2f56e33dbc9e8c46a42c146f6dc88cea", + }, + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 39007, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 39007, + "url": "http://localhost:39007/openai/responses", + "url.full": "http://localhost:39007/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:39007/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "012bd41fb0849e3c", + "span_id": "29cf1da249f44aee", + "start_timestamp": 1775216797.46, + "status": "ok", + "timestamp": 1775216797.4749267, + "trace_id": "2f56e33dbc9e8c46a42c146f6dc88cea", + }, + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 500, + "network.peer.address": "::1", + "network.peer.port": 39007, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 39007, + "url": "http://localhost:39007/openai/chat/completions", + "url.full": "http://localhost:39007/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", + }, + "description": "POST http://localhost:39007/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "012bd41fb0849e3c", + "span_id": "a5b45b84d0175973", + "start_timestamp": 1775216797.477, + "status": "internal_error", + "timestamp": 1775216797.5150323, + "trace_id": "2f56e33dbc9e8c46a42c146f6dc88cea", + }, + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 500, + "network.peer.addre
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > cjs > creates openai related spans with sendDefaultPii: true: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,134 +1,297 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { - "gen_ai.input.messages": "[{\"role\":\"user\",\"content\":\"What is the capital of France?\"}]", - "gen_ai.operation.name": "chat", - "gen_ai.request.model": "gpt-3.5-turbo", - "gen_ai.request.temperature": 0.7, - "gen_ai.response.finish_reasons": "[\"stop\"]", - "gen_ai.response.id": "chatcmpl-mock123", - "gen_ai.response.model": "gpt-3.5-turbo", - "gen_ai.response.text": "[\"Hello from OpenAI mock!\"]", - "gen_ai.system": "openai", - "gen_ai.system_instructions": "[{\"type\":\"text\",\"content\":\"You are a helpful assistant.\"}]", - "gen_ai.usage.input_tokens": 10, - "gen_ai.usage.output_tokens": 15, - "gen_ai.usage.total_tokens": 25, - "sentry.op": "gen_ai.chat", - "sentry.origin": "auto.ai.openai", - "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 41033, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 41033, + "url": "http://localhost:41033/openai/chat/completions", + "url.full": "http://localhost:41033/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", }, - "description": "chat gpt-3.5-turbo", - "op": "gen_ai.chat", - "origin": "auto.ai.openai", + "description": "POST http://localhost:41033/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "ae11ac2afa22f20f", + "span_id": "4ca99f4cf3b9c5f3", + "start_timestamp": 1775216790.282, "status": "ok", + "timestamp": 1775216790.3675926, + "trace_id": "fcb43f51dc96b1b450afcce18741b816", }, - ObjectContaining { + { "data": { - "gen_ai.input.messages": "Translate this to French: Hello", - "gen_ai.operation.name": "chat", - "gen_ai.request.model": "gpt-3.5-turbo", - "gen_ai.response.finish_reasons": "[\"completed\"]", - "gen_ai.response.id": "resp_mock456", - "gen_ai.response.model": "gpt-3.5-turbo", - "gen_ai.response.text": "Response to: Translate this to French: Hello", - "gen_ai.system": "openai", - "gen_ai.usage.input_tokens": 5, - "gen_ai.usage.output_tokens": 8, - "gen_ai.usage.total_tokens": 13, - "sentry.op": "gen_ai.chat", - "sentry.origin": "auto.ai.openai", - "sentry.sdk_meta.gen_ai.input.messages.original_length": 1, + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 41033, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 41033, + "url": "http://localhost:41033/openai/responses", + "url.full": "http://localhost:41033/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", }, - "description": "chat gpt-3.5-turbo", - "op": "gen_ai.chat", - "origin": "auto.ai.openai", + "description":
suites/tracing/openai/test.ts > OpenAI integration > esm/cjs > cjs > creates openai related spans with sendDefaultPii: false: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,116 +1,297 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { + "spans": [ + { "data": { - "gen_ai.operation.name": "chat", - "gen_ai.request.model": "gpt-3.5-turbo", - "gen_ai.request.temperature": 0.7, - "gen_ai.response.finish_reasons": "[\"stop\"]", - "gen_ai.response.id": "chatcmpl-mock123", - "gen_ai.response.model": "gpt-3.5-turbo", - "gen_ai.system": "openai", - "gen_ai.usage.input_tokens": 10, - "gen_ai.usage.output_tokens": 15, - "gen_ai.usage.total_tokens": 25, - "sentry.op": "gen_ai.chat", - "sentry.origin": "auto.ai.openai", + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 45145, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 45145, + "url": "http://localhost:45145/openai/chat/completions", + "url.full": "http://localhost:45145/openai/chat/completions", + "url.path": "/openai/chat/completions", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", }, - "description": "chat gpt-3.5-turbo", - "op": "gen_ai.chat", - "origin": "auto.ai.openai", + "description": "POST http://localhost:45145/openai/chat/completions", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "c9156acaa4005175", + "span_id": "a4004534d701887e", + "start_timestamp": 1775216783.229, "status": "ok", + "timestamp": 1775216783.3015716, + "trace_id": "37e096b54b2b1db16123023be1bd2b97", }, - ObjectContaining { + { "data": { - "gen_ai.operation.name": "chat", - "gen_ai.request.model": "gpt-3.5-turbo", - "gen_ai.response.finish_reasons": "[\"completed\"]", - "gen_ai.response.id": "resp_mock456", - "gen_ai.response.model": "gpt-3.5-turbo", - "gen_ai.system": "openai", - "gen_ai.usage.input_tokens": 5, - "gen_ai.usage.output_tokens": 8, - "gen_ai.usage.total_tokens": 13, - "sentry.op": "gen_ai.chat", - "sentry.origin": "auto.ai.openai", + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 45145, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 45145, + "url": "http://localhost:45145/openai/responses", + "url.full": "http://localhost:45145/openai/responses", + "url.path": "/openai/responses", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "OpenAI/JS 5.18.1", }, - "description": "chat gpt-3.5-turbo", - "op": "gen_ai.chat", - "origin": "auto.ai.openai", + "description": "POST http://localhost:45145/openai/responses", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "c9156acaa4005175", + "span_id": "b0e4d6421f325eba", + "start_timestamp": 1775216783.309, "status": "ok", + "timestamp": 1775216783.3279898, + "trace_id": "37e096b54b2b1db16123023be1bd2b97", }, - ObjectContaining { + { "data": { - "gen_ai.operation.name": "chat", - "gen_ai.request.model": "error-model", - "gen_ai.system": "openai", - "se
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > extracts system instructions from messages: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,12 +1,36 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "gen_ai.system_instructions": "[{\"type\":\"text\",\"content\":\"You are a helpful assistant\"}]", + "spans": [ + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 36185, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 36185, + "url": "http://localhost:36185/anthropic/v1/messages", + "url.full": "http://localhost:36185/anthropic/v1/messages", + "url.path": "/anthropic/v1/messages", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "Anthropic/JS 0.63.0", }, + "description": "POST http://localhost:36185/anthropic/v1/messages", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "8f8eec72ba60ab88", + "span_id": "00bf9011736e67b9", + "start_timestamp": 1775216811.931, + "status": "ok", + "timestamp": 1775216811.971473, + "trace_id": "4de5eaf0a9d63abc71c9cd2bf5deec5b", }, ], "start_timestamp": Anything, "timestamp": Anything, "transaction": "main", ❯ assertSentryTransaction utils/assertions.ts:35:18 ❯ expectTransactionEvent utils/runner.ts:748:5 ❯ newEnvelope utils/runner.ts:514:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:633:15 ❯ Socket.<anonymous> utils/runner.ts:651:15
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > creates anthropic related spans with custom options: dev-packages/node-integration-tests/utils/runner.ts#L503
Error: Expected envelope item type 'event' but got 'transaction'. Item: [{"type":"transaction"},{"contexts":{"trace":{"span_id":"3a2bf239b7964d4d","trace_id":"51ab03b81389e3eb12b8c8a1553490a8","data":{"sentry.source":"custom","sentry.sample_rate":1,"sentry.op":"function","sentry.origin":"manual"},"origin":"manual","op":"function","status":"ok"},"otel":{"resource":{"service.name":"node","service.namespace":"sentry","service.version":"10.47.0","telemetry.sdk.language":"nodejs","telemetry.sdk.name":"opentelemetry","telemetry.sdk.version":"2.6.1"}},"runtime":{"name":"node","version":"v24.14.0"},"app":{"app_start_time":"2026-04-03T11:46:41.085Z","app_memory":128307200,"free_memory":14952398848},"os":{"kernel_version":"6.17.0-1008-azure","name":"Ubuntu Linux","version":"24.04"},"device":{"boot_time":"2026-04-03T11:39:31.315Z","arch":"x64","memory_size":16770826240,"free_memory":14952398848,"processor_count":4,"cpu_description":"AMD EPYC 7763 64-Core Processor","processor_frequency":0},"culture":{"locale":"en-US","timezone":"UTC"},"cloud_resource":{}},"spans":[{"span_id":"d11ead2ae1d04d2b","trace_id":"51ab03b81389e3eb12b8c8a1553490a8","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:38087/anthropic/v1/messages","url.path":"/anthropic/v1/messages","url.query":"","url.scheme":"http","server.address":"localhost","server.port":38087,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":38087,"http.response.status_code":200,"url":"http://localhost:38087/anthropic/v1/messages","otel.kind":"CLIENT"},"description":"POST http://localhost:38087/anthropic/v1/messages","parent_span_id":"3a2bf239b7964d4d","start_timestamp":1775216801.632,"timestamp":1775216801.693576,"status":"ok","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"96f37306afa6c64d","trace_id":"51ab03b81389e3eb12b8c8a1553490a8","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:38087/anthropic/v1/messages","url.path":"/anthropic/v1/messages","url.query":"","url.scheme":"http","server.address":"localhost","server.port":38087,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":38087,"http.response.status_code":404,"url":"http://localhost:38087/anthropic/v1/messages","otel.kind":"CLIENT"},"description":"POST http://localhost:38087/anthropic/v1/messages","parent_span_id":"3a2bf239b7964d4d","start_timestamp":1775216801.699,"timestamp":1775216801.713235,"status":"not_found","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"a00e77a06334e09c","trace_id":"51ab03b81389e3eb12b8c8a1553490a8","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:38087/anthropic/v1/messages/count_tokens","url.path":"/anthropic/v1/messages/count_tokens","url.query":"","url.scheme":"http","server.address":"localhost","server.port":38087,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":38087,"http.response.status_code":200,"url":"http://localhost:38087/anthropic/v1/messages/count_tokens","otel.kind":"CLIENT"},"description":"POST http://localhost:38087/anthropic/v1/messages/count_tokens","parent_span_id":"3a2bf239b7964d4d","start_timestamp":1775216801.717,"timestamp":1775216801.7492142,"status":"ok","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"d83232a8a2739975","trace_id":"51ab03b81389e3eb12b8c8a1553490a8","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"GET","http.request.method_original":"GET","url.full":"http://localhost:38087/anthropic/v1/models/claude-3-haiku-20240307","url.path":"/anthropic/v1/models/claude-3-haiku-20240307","url.query":"","url.scheme":"http","server.address":"localhost","server.port":38087,"
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > creates anthropic related spans with sendDefaultPii: true: dev-packages/node-integration-tests/utils/runner.ts#L503
Error: Expected envelope item type 'event' but got 'transaction'. Item: [{"type":"transaction"},{"contexts":{"trace":{"span_id":"6daa4ac4a89a7c2d","trace_id":"105915aa4ca7abe8c7fdf136f7e88ef9","data":{"sentry.source":"custom","sentry.sample_rate":1,"sentry.op":"function","sentry.origin":"manual"},"origin":"manual","op":"function","status":"ok"},"otel":{"resource":{"service.name":"node","service.namespace":"sentry","service.version":"10.47.0","telemetry.sdk.language":"nodejs","telemetry.sdk.name":"opentelemetry","telemetry.sdk.version":"2.6.1"}},"runtime":{"name":"node","version":"v24.14.0"},"app":{"app_start_time":"2026-04-03T11:46:39.272Z","app_memory":128024576,"free_memory":14929244160},"os":{"kernel_version":"6.17.0-1008-azure","name":"Ubuntu Linux","version":"24.04"},"device":{"boot_time":"2026-04-03T11:39:31.319Z","arch":"x64","memory_size":16770826240,"free_memory":14929244160,"processor_count":4,"cpu_description":"AMD EPYC 7763 64-Core Processor","processor_frequency":0},"culture":{"locale":"en-US","timezone":"UTC"},"cloud_resource":{}},"spans":[{"span_id":"58ab37a371d6426a","trace_id":"105915aa4ca7abe8c7fdf136f7e88ef9","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:39679/anthropic/v1/messages","url.path":"/anthropic/v1/messages","url.query":"","url.scheme":"http","server.address":"localhost","server.port":39679,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":39679,"http.response.status_code":200,"url":"http://localhost:39679/anthropic/v1/messages","otel.kind":"CLIENT"},"description":"POST http://localhost:39679/anthropic/v1/messages","parent_span_id":"6daa4ac4a89a7c2d","start_timestamp":1775216799.802,"timestamp":1775216799.860858,"status":"ok","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"43b808804b6deb84","trace_id":"105915aa4ca7abe8c7fdf136f7e88ef9","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:39679/anthropic/v1/messages","url.path":"/anthropic/v1/messages","url.query":"","url.scheme":"http","server.address":"localhost","server.port":39679,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":39679,"http.response.status_code":404,"url":"http://localhost:39679/anthropic/v1/messages","otel.kind":"CLIENT"},"description":"POST http://localhost:39679/anthropic/v1/messages","parent_span_id":"6daa4ac4a89a7c2d","start_timestamp":1775216799.866,"timestamp":1775216799.876863,"status":"not_found","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"40e51b724921caec","trace_id":"105915aa4ca7abe8c7fdf136f7e88ef9","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:39679/anthropic/v1/messages/count_tokens","url.path":"/anthropic/v1/messages/count_tokens","url.query":"","url.scheme":"http","server.address":"localhost","server.port":39679,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":39679,"http.response.status_code":200,"url":"http://localhost:39679/anthropic/v1/messages/count_tokens","otel.kind":"CLIENT"},"description":"POST http://localhost:39679/anthropic/v1/messages/count_tokens","parent_span_id":"6daa4ac4a89a7c2d","start_timestamp":1775216799.881,"timestamp":1775216799.8860543,"status":"ok","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"ebcb0d9628b9ef52","trace_id":"105915aa4ca7abe8c7fdf136f7e88ef9","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"GET","http.request.method_original":"GET","url.full":"http://localhost:39679/anthropic/v1/models/claude-3-haiku-20240307","url.path":"/anthropic/v1/models/claude-3-haiku-20240307","url.query":"","url.scheme":"http","server.address":"localhost","server.port":39679,"
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > creates anthropic related spans with sendDefaultPii: false: dev-packages/node-integration-tests/utils/runner.ts#L503
Error: Expected envelope item type 'event' but got 'transaction'. Item: [{"type":"transaction"},{"contexts":{"trace":{"span_id":"d4aa3e10ed68046d","trace_id":"f043cb934e1c3aa655b2bdd7fb73d9c1","data":{"sentry.source":"custom","sentry.sample_rate":1,"sentry.op":"function","sentry.origin":"manual"},"origin":"manual","op":"function","status":"ok"},"otel":{"resource":{"service.name":"node","service.namespace":"sentry","service.version":"10.47.0","telemetry.sdk.language":"nodejs","telemetry.sdk.name":"opentelemetry","telemetry.sdk.version":"2.6.1"}},"runtime":{"name":"node","version":"v24.14.0"},"app":{"app_start_time":"2026-04-03T11:46:37.663Z","app_memory":128544768,"free_memory":14933889024},"os":{"kernel_version":"6.17.0-1008-azure","name":"Ubuntu Linux","version":"24.04"},"device":{"boot_time":"2026-04-03T11:39:31.322Z","arch":"x64","memory_size":16770826240,"free_memory":14933889024,"processor_count":4,"cpu_description":"AMD EPYC 7763 64-Core Processor","processor_frequency":0},"culture":{"locale":"en-US","timezone":"UTC"},"cloud_resource":{}},"spans":[{"span_id":"7fb47087afcfedf3","trace_id":"f043cb934e1c3aa655b2bdd7fb73d9c1","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:34313/anthropic/v1/messages","url.path":"/anthropic/v1/messages","url.query":"","url.scheme":"http","server.address":"localhost","server.port":34313,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":34313,"http.response.status_code":200,"url":"http://localhost:34313/anthropic/v1/messages","otel.kind":"CLIENT"},"description":"POST http://localhost:34313/anthropic/v1/messages","parent_span_id":"d4aa3e10ed68046d","start_timestamp":1775216798.103,"timestamp":1775216798.1457562,"status":"ok","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"8c09f4485e40033a","trace_id":"f043cb934e1c3aa655b2bdd7fb73d9c1","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:34313/anthropic/v1/messages","url.path":"/anthropic/v1/messages","url.query":"","url.scheme":"http","server.address":"localhost","server.port":34313,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":34313,"http.response.status_code":404,"url":"http://localhost:34313/anthropic/v1/messages","otel.kind":"CLIENT"},"description":"POST http://localhost:34313/anthropic/v1/messages","parent_span_id":"d4aa3e10ed68046d","start_timestamp":1775216798.15,"timestamp":1775216798.1564987,"status":"not_found","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"365b3832630dad2a","trace_id":"f043cb934e1c3aa655b2bdd7fb73d9c1","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"POST","http.request.method_original":"POST","url.full":"http://localhost:34313/anthropic/v1/messages/count_tokens","url.path":"/anthropic/v1/messages/count_tokens","url.query":"","url.scheme":"http","server.address":"localhost","server.port":34313,"user_agent.original":"Anthropic/JS 0.63.0","network.peer.address":"::1","network.peer.port":34313,"http.response.status_code":200,"url":"http://localhost:34313/anthropic/v1/messages/count_tokens","otel.kind":"CLIENT"},"description":"POST http://localhost:34313/anthropic/v1/messages/count_tokens","parent_span_id":"d4aa3e10ed68046d","start_timestamp":1775216798.159,"timestamp":1775216798.194868,"status":"ok","op":"http.client","origin":"auto.http.otel.node_fetch"},{"span_id":"89f118c723567fd3","trace_id":"f043cb934e1c3aa655b2bdd7fb73d9c1","data":{"sentry.origin":"auto.http.otel.node_fetch","sentry.op":"http.client","http.request.method":"GET","http.request.method_original":"GET","url.full":"http://localhost:34313/anthropic/v1/models/claude-3-haiku-20240307","url.path":"/anthropic/v1/models/claude-3-haiku-20240307","url.query":"","url.scheme":"http","server.address":"localhost","server.port":34313,"
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > preserves .withResponse() and .asResponse() for non-streaming and streaming: dev-packages/node-integration-tests/utils/assertions.ts#L35
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) } (92 matching properties omitted from actual) - Expected + Received @@ -1,37 +1,94 @@ { "event_id": Any<String>, - "spans": ArrayContaining [ - ObjectContaining { - "data": ObjectContaining { - "gen_ai.operation.name": "chat", - "gen_ai.request.model": "claude-3-haiku-20240307", - "gen_ai.response.id": "msg_withresponse", + "spans": [ + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 33879, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 33879, + "url": "http://localhost:33879/anthropic/v1/messages", + "url.full": "http://localhost:33879/anthropic/v1/messages", + "url.path": "/anthropic/v1/messages", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "Anthropic/JS 0.63.0", }, - "description": "chat claude-3-haiku-20240307", - "op": "gen_ai.chat", + "description": "POST http://localhost:33879/anthropic/v1/messages", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "6582a0c197873e0d", + "span_id": "cd702d52a9e6d29e", + "start_timestamp": 1775216796.379, "status": "ok", + "timestamp": 1775216796.423207, + "trace_id": "710e9f06656d670783d6592f49a18d5e", }, - ObjectContaining { - "data": ObjectContaining { - "gen_ai.operation.name": "chat", - "gen_ai.request.model": "claude-3-haiku-20240307", - "gen_ai.response.id": "msg_withresponse", + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 33879, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 33879, + "url": "http://localhost:33879/anthropic/v1/messages", + "url.full": "http://localhost:33879/anthropic/v1/messages", + "url.path": "/anthropic/v1/messages", + "url.query": "", + "url.scheme": "http", + "user_agent.original": "Anthropic/JS 0.63.0", }, - "description": "chat claude-3-haiku-20240307", - "op": "gen_ai.chat", + "description": "POST http://localhost:33879/anthropic/v1/messages", + "op": "http.client", + "origin": "auto.http.otel.node_fetch", + "parent_span_id": "6582a0c197873e0d", + "span_id": "85fc2110f040a8d9", + "start_timestamp": 1775216796.427, "status": "ok", + "timestamp": 1775216796.436545, + "trace_id": "710e9f06656d670783d6592f49a18d5e", }, - ObjectContaining { - "data": ObjectContaining { - "gen_ai.operation.name": "chat", - "gen_ai.request.model": "claude-3-haiku-20240307", - "gen_ai.response.id": "msg_stream_withresponse", + { + "data": { + "http.request.method": "POST", + "http.request.method_original": "POST", + "http.response.status_code": 200, + "network.peer.address": "::1", + "network.peer.port": 33879, + "otel.kind": "CLIENT", + "sentry.op": "http.client", + "sentry.origin": "auto.http.otel.node_fetch", + "server.address": "localhost", + "server.port": 33879, + "url": "http://localhost:33879/anthropic/v1/messages", + "url.full": "http://localhost:33879/anthropic/v1/messages", + "url.path": "/anthropic/v1/messages", + "url.query": "", + "url.scheme": "http",
All required jobs passed or were skipped
Process completed with exit code 1.
job_get_metadata / Get Metadata
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dorny/paths-filter@v3.0.1, mydea/pr-labels-action@fn/bump-node20. 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/
Check file formatting
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@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/
Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, 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/
Check for faulty .d.ts files
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@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/
Bun Unit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@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/
Lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@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/
eslint(no-unused-vars): dev-packages/cloudflare-integration-tests/suites/tracing/worker-service-binding/index-sub-worker.ts#L8
Parameter 'request' is declared but never used. Unused parameters should start with a '_'.
Cloudflare Integration Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@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/
Browser Unit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@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/
Browser Unit Tests
Patch coverage defaulted to 100% because no changed files matched coverage data. Unmatched diff files: packages/node/src/integrations/tracing/anthropic-ai/instrumentation.ts, packages/node/src/integrations/tracing/google-genai/instrumentation.ts, packages/node/src/integrations/tracing/openai/instrumentation.ts Sample coverage paths: ./mute.js, /Users/isaacs/dev/js/events-to-array/etoa.js This usually indicates a path format mismatch between your coverage tool and the repository.
Browser Unit Tests
Please ensure your test framework is generating JUnit XML output.
Browser Unit Tests
No JUnit XML files found matching pattern: **/*.junit.xml
Browser Unit Tests
No files found matching pattern: **/*.junit.xml
Circular Dependency Check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@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/
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/cache/restore@v4, actions/download-artifact@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/
Remix (Node 20) Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@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/
Remix (Node 20) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Remix (Node 20) Tests
No coverage files found
Remix (Node 24) Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@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/
Remix (Node 24) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Remix (Node 24) Tests
No coverage files found
Remix (Node 22) Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@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/
Remix (Node 22) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Remix (Node 22) Tests
No coverage files found
Remix (Node 18) Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@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/
Remix (Node 18) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Remix (Node 18) Tests
No coverage files found
Node (24) Unit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@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/
Node (24) Unit Tests
❌ Patch coverage check failed: 0.00% < target 80%
Prepare E2E tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@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/
Node (22) Unit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@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/
Node (22) Unit Tests
❌ Patch coverage check failed: 0.00% < target 80%
Node (18) Unit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@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/
Node (18) Unit Tests
❌ Patch coverage check failed: 0.00% < target 80%
Node (20) Unit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@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/
Node (20) Unit Tests
❌ Patch coverage check failed: 0.00% < target 80%
Node Overhead Check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-otel-custom-sampler Test
No coverage files found
E2E node-otel-custom-sampler Test
Please ensure your test framework is generating JUnit XML output.
E2E node-otel-custom-sampler Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-otel-custom-sampler Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-profiling-esm Test
No coverage files found
E2E node-profiling-esm Test
Please ensure your test framework is generating JUnit XML output.
E2E node-profiling-esm Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-profiling-esm Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-koa Test
No coverage files found
E2E node-koa Test
Please ensure your test framework is generating JUnit XML output.
E2E node-koa Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-koa Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-with-submodules-decorator Test
No coverage files found
E2E nestjs-with-submodules-decorator Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-with-submodules-decorator Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-with-submodules-decorator Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-connect Test
No coverage files found
E2E node-connect Test
Please ensure your test framework is generating JUnit XML output.
E2E node-connect Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-connect Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-otel Test
No coverage files found
E2E node-otel Test
Please ensure your test framework is generating JUnit XML output.
E2E node-otel Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-otel Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-hapi Test
No coverage files found
E2E node-hapi Test
Please ensure your test framework is generating JUnit XML output.
E2E node-hapi Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-hapi Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-otel-sdk-node Test
No coverage files found
E2E node-otel-sdk-node Test
Please ensure your test framework is generating JUnit XML output.
E2E node-otel-sdk-node Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-otel-sdk-node Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-profiling-cjs Test
No coverage files found
E2E node-profiling-cjs Test
Please ensure your test framework is generating JUnit XML output.
E2E node-profiling-cjs Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-profiling-cjs Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-express-incorrect-instrumentation Test
No coverage files found
E2E node-express-incorrect-instrumentation Test
Please ensure your test framework is generating JUnit XML output.
E2E node-express-incorrect-instrumentation Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-incorrect-instrumentation Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E generic-ts3.8 Test
No coverage files found
E2E generic-ts3.8 Test
Please ensure your test framework is generating JUnit XML output.
E2E generic-ts3.8 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E generic-ts3.8 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-express-esm-loader Test
No coverage files found
E2E node-express-esm-loader Test
Please ensure your test framework is generating JUnit XML output.
E2E node-express-esm-loader Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-esm-loader Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-express-cjs-preload Test
No coverage files found
E2E node-express-cjs-preload Test
Please ensure your test framework is generating JUnit XML output.
E2E node-express-cjs-preload Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-cjs-preload Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E elysia-bun Test
No coverage files found
E2E elysia-bun Test
Please ensure your test framework is generating JUnit XML output.
E2E elysia-bun Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E elysia-bun Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-express-esm-without-loader Test
No coverage files found
E2E node-express-esm-without-loader Test
Please ensure your test framework is generating JUnit XML output.
E2E node-express-esm-without-loader Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-esm-without-loader Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-express-esm-preload Test
No coverage files found
E2E node-express-esm-preload Test
Please ensure your test framework is generating JUnit XML output.
E2E node-express-esm-preload Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-esm-preload Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-websockets Test
No coverage files found
E2E nestjs-websockets Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-websockets Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-websockets Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-fastify-3 Test
No coverage files found
E2E node-fastify-3 Test
Please ensure your test framework is generating JUnit XML output.
E2E node-fastify-3 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-fastify-3 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-fastify-5 Test
No coverage files found
E2E node-fastify-5 Test
Please ensure your test framework is generating JUnit XML output.
E2E node-fastify-5 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-fastify-5 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E sveltekit-2.5.0-twp Test
No coverage files found
E2E sveltekit-2.5.0-twp Test
Please ensure your test framework is generating JUnit XML output.
E2E sveltekit-2.5.0-twp Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E sveltekit-2.5.0-twp Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-basic-with-graphql Test
No coverage files found
E2E nestjs-basic-with-graphql Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-basic-with-graphql Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-basic-with-graphql Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E generic-ts5.0 Test
No coverage files found
E2E generic-ts5.0 Test
Please ensure your test framework is generating JUnit XML output.
E2E generic-ts5.0 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E generic-ts5.0 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-8 Test
No coverage files found
E2E nestjs-8 Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-8 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-8 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-otel-without-tracing Test
No coverage files found
E2E node-otel-without-tracing Test
Please ensure your test framework is generating JUnit XML output.
E2E node-otel-without-tracing Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-otel-without-tracing Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-express Test
No coverage files found
E2E node-express Test
Please ensure your test framework is generating JUnit XML output.
E2E node-express Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-graphql Test
No coverage files found
E2E nestjs-graphql Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-graphql Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-graphql Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E elysia-node Test
No coverage files found
E2E elysia-node Test
Please ensure your test framework is generating JUnit XML output.
E2E elysia-node Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E elysia-node Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-bullmq Test
No coverage files found
E2E nestjs-bullmq Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-bullmq Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-bullmq Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E tsx-express Test
No coverage files found
E2E tsx-express Test
Please ensure your test framework is generating JUnit XML output.
E2E tsx-express Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E tsx-express Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-trailing-slash Test
No coverage files found
E2E nextjs-16-trailing-slash Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-trailing-slash Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-trailing-slash Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-framework-spa-node-20-18 Test
No coverage files found
E2E react-router-7-framework-spa-node-20-18 Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-framework-spa-node-20-18 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework-spa-node-20-18 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E remix-server-timing Test
No coverage files found
E2E remix-server-timing Test
Please ensure your test framework is generating JUnit XML output.
E2E remix-server-timing Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E create-remix-app-express Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E create-remix-app-express Test
No coverage files found
E2E create-remix-app-express Test
Please ensure your test framework is generating JUnit XML output.
E2E create-remix-app-express Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E create-remix-app-express Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-exports-test-app Test
No coverage files found
E2E node-exports-test-app Test
Please ensure your test framework is generating JUnit XML output.
E2E node-exports-test-app Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-exports-test-app Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E create-remix-app-v2 Test
No coverage files found
E2E create-remix-app-v2 Test
Please ensure your test framework is generating JUnit XML output.
E2E create-remix-app-v2 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E create-remix-app-v2 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-userfeedback Test
No coverage files found
E2E nextjs-16-userfeedback Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-userfeedback Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-userfeedback Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E astro-6 Test
No coverage files found
E2E astro-6 Test
Please ensure your test framework is generating JUnit XML output.
E2E astro-6 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E astro-6 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-with-submodules Test
No coverage files found
E2E nestjs-with-submodules Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-with-submodules Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-with-submodules Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-fastify-4 Test
No coverage files found
E2E node-fastify-4 Test
Please ensure your test framework is generating JUnit XML output.
E2E node-fastify-4 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-fastify-4 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E sveltekit-cloudflare-pages Test
No coverage files found
E2E sveltekit-cloudflare-pages Test
Please ensure your test framework is generating JUnit XML output.
E2E sveltekit-cloudflare-pages Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E sveltekit-cloudflare-pages Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E create-remix-app-v2-non-vite Test
No coverage files found
E2E create-remix-app-v2-non-vite Test
Please ensure your test framework is generating JUnit XML output.
E2E create-remix-app-v2-non-vite Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E create-remix-app-v2-non-vite Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-microservices Test
No coverage files found
E2E nestjs-microservices Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-microservices Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-microservices Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-framework-spa Test
No coverage files found
E2E react-router-7-framework-spa Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-framework-spa Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework-spa Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E sveltekit-2-svelte-5 Test
No coverage files found
E2E sveltekit-2-svelte-5 Test
Please ensure your test framework is generating JUnit XML output.
E2E sveltekit-2-svelte-5 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E sveltekit-2-svelte-5 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E astro-5-cf-workers Test
No coverage files found
E2E astro-5-cf-workers Test
Please ensure your test framework is generating JUnit XML output.
E2E astro-5-cf-workers Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E astro-5-cf-workers Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-framework Test
No coverage files found
E2E react-router-7-framework Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-framework Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E tanstackstart-react Test
No coverage files found
E2E tanstackstart-react Test
Please ensure your test framework is generating JUnit XML output.
E2E tanstackstart-react Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E tanstackstart-react Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-basic Test
No coverage files found
E2E nestjs-basic Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-distributed-tracing Test
No coverage files found
E2E nestjs-basic Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-distributed-tracing Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-basic Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-distributed-tracing Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-distributed-tracing Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E astro-6-cf-workers Test
No coverage files found
E2E astro-6-cf-workers Test
Please ensure your test framework is generating JUnit XML output.
E2E astro-6-cf-workers Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E astro-6-cf-workers Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-framework-node-20-18 Test
No coverage files found
E2E react-router-7-framework-node-20-18 Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-framework-node-20-18 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework-node-20-18 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-trailing-slash (latest, turbopack) Test
No coverage files found
E2E nextjs-16-trailing-slash (latest, turbopack) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-trailing-slash (latest, turbopack) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-trailing-slash (latest, turbopack) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-fastify Test
No coverage files found
E2E nestjs-fastify Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-fastify Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-fastify Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E astro-5 Test
No coverage files found
E2E astro-5 Test
Please ensure your test framework is generating JUnit XML output.
E2E astro-5 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E astro-5 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-sourcemaps Test
No coverage files found
E2E nextjs-sourcemaps Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-sourcemaps Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-sourcemaps Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-framework-custom Test
No coverage files found
E2E react-router-7-framework-custom Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-framework-custom Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework-custom Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E solidstart-top-level-import Test
No coverage files found
E2E solidstart-top-level-import Test
Please ensure your test framework is generating JUnit XML output.
E2E solidstart-top-level-import Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E solidstart-top-level-import Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-tunnel Test
No coverage files found
E2E nextjs-16-tunnel Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-tunnel Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-tunnel Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E create-remix-app-express-vite-dev Test
No coverage files found
E2E create-remix-app-express-vite-dev Test
Please ensure your test framework is generating JUnit XML output.
E2E create-remix-app-express-vite-dev Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E create-remix-app-express-vite-dev Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nuxt-3-dynamic-import Test
No coverage files found
E2E nuxt-3-dynamic-import Test
Please ensure your test framework is generating JUnit XML output.
E2E nuxt-3-dynamic-import Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nuxt-3-dynamic-import Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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 aws-serverless (Node 20) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E aws-serverless (Node 20) Test
No coverage files found
E2E aws-serverless (Node 20) Test
Please ensure your test framework is generating JUnit XML output.
E2E aws-serverless (Node 20) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E aws-serverless (Node 20) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E astro-4 Test
No coverage files found
E2E astro-4 Test
Please ensure your test framework is generating JUnit XML output.
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E sveltekit-2-kit-tracing Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E astro-4 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E sveltekit-2-kit-tracing Test
No coverage files found
E2E sveltekit-2-kit-tracing Test
Please ensure your test framework is generating JUnit XML output.
E2E sveltekit-2-kit-tracing Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E sveltekit-2-kit-tracing Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-bun Test
No coverage files found
E2E nextjs-16-bun Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-bun Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-bun Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-cf-workers Test
No coverage files found
E2E nextjs-16-cf-workers Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-cf-workers Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-cf-workers Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E sveltekit-2 Test
No coverage files found
E2E sveltekit-2 Test
Please ensure your test framework is generating JUnit XML output.
E2E sveltekit-2 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E sveltekit-2 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nuxt-3-top-level-import Test
No coverage files found
E2E nuxt-3-top-level-import Test
Please ensure your test framework is generating JUnit XML output.
E2E nuxt-3-top-level-import Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nuxt-3-top-level-import Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-11 Test
No coverage files found
E2E nestjs-11 Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-11 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-11 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-cacheComponents Test
No coverage files found
E2E nextjs-16-cacheComponents Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-cacheComponents Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-cacheComponents Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-express-v5 Test
No coverage files found
E2E node-express-v5 Test
Please ensure your test framework is generating JUnit XML output.
E2E node-express-v5 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-v5 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nuxt-3 Test
No coverage files found
E2E nuxt-3 Test
Please ensure your test framework is generating JUnit XML output.
E2E nuxt-3 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nuxt-3 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E solidstart-dynamic-import Test
No coverage files found
E2E solidstart-dynamic-import Test
Please ensure your test framework is generating JUnit XML output.
E2E solidstart-dynamic-import Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E solidstart-dynamic-import Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-framework (latest) Test
No coverage files found
E2E react-router-7-framework (latest) Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-framework (latest) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework (latest) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E solidstart-spa Test
No coverage files found
E2E solidstart-spa Test
Please ensure your test framework is generating JUnit XML output.
E2E solidstart-spa Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E solidstart-spa Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E hydrogen-react-router-7 Test
No coverage files found
E2E hydrogen-react-router-7 Test
Please ensure your test framework is generating JUnit XML output.
E2E hydrogen-react-router-7 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E hydrogen-react-router-7 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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 aws-serverless (Node 18) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E aws-serverless (Node 18) Test
No coverage files found
E2E aws-serverless (Node 18) Test
Please ensure your test framework is generating JUnit XML output.
E2E aws-serverless (Node 18) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E aws-serverless (Node 18) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E solidstart Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E solidstart Test
No coverage files found
E2E solidstart Test
Please ensure your test framework is generating JUnit XML output.
E2E solidstart Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E solidstart Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E remix-hydrogen Test
No coverage files found
E2E remix-hydrogen Test
Please ensure your test framework is generating JUnit XML output.
E2E remix-hydrogen Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E remix-hydrogen Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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 aws-serverless Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E aws-serverless Test
No coverage files found
E2E aws-serverless Test
Please ensure your test framework is generating JUnit XML output.
E2E aws-serverless Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E aws-serverless Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-cf-workers (latest) Test
No coverage files found
E2E nextjs-16-cf-workers (latest) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-cf-workers (latest) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-cf-workers (latest) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-pages-dir (next@13) Test
No coverage files found
E2E nextjs-pages-dir (next@13) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-pages-dir (next@13) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-pages-dir (next@13) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-tunnel (turbopack) Test
No coverage files found
E2E nextjs-16-tunnel (turbopack) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-tunnel (turbopack) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-tunnel (turbopack) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nuxt-3-min Test
No coverage files found
E2E nuxt-3-min Test
Please ensure your test framework is generating JUnit XML output.
E2E nuxt-3-min Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nuxt-3-min Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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: actions/cache/restore@v4, actions/download-artifact@v4, 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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-15-basepath Test
No coverage files found
E2E nextjs-15-basepath Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-15-basepath Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-15-basepath Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nuxt-5 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nuxt-5 Test
No coverage files found
E2E nuxt-5 Test
Please ensure your test framework is generating JUnit XML output.
E2E nuxt-5 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nuxt-5 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-13 Test
No coverage files found
E2E nextjs-13 Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-13 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-13 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-pages-dir (next@15) Test
No coverage files found
E2E nextjs-pages-dir (next@15) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-pages-dir (next@15) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-pages-dir (next@15) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-15-t3 Test
No coverage files found
E2E nextjs-15-t3 Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-15-t3 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-15-t3 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-tunnel (webpack) Test
No coverage files found
E2E nextjs-16-tunnel (webpack) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-tunnel (webpack) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-tunnel (webpack) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-pages-dir Test
No coverage files found
E2E nextjs-pages-dir Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-pages-dir Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-pages-dir Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-14 Test
No coverage files found
E2E nextjs-14 Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-14 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-14 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-15-intl Test
No coverage files found
E2E nextjs-15-intl Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-15-intl Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-15-intl Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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: actions/cache/restore@v4, actions/download-artifact@v4, 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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nuxt-4 Test
No coverage files found
E2E nuxt-4 Test
Please ensure your test framework is generating JUnit XML output.
E2E nuxt-4 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nuxt-4 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16 (latest, turbopack) Test
No coverage files found
E2E nextjs-16 (latest, turbopack) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16 (latest, turbopack) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16 (latest, turbopack) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16 Test
No coverage files found
E2E nextjs-16 Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-15 Test
No coverage files found
E2E nextjs-15 Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-15 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-15 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E supabase-nextjs Test
No coverage files found
E2E supabase-nextjs Test
Please ensure your test framework is generating JUnit XML output.
E2E supabase-nextjs Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E supabase-nextjs Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-app-dir (next@13) Test
No coverage files found
E2E nextjs-app-dir (next@13) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-app-dir (next@13) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-app-dir (next@13) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
Node (22) Integration Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@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/
Node (22) Integration Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Node (22) Integration Tests
No coverage files found
Node (22) Integration Tests
Please ensure your test framework is generating JUnit XML output.
Node (22) Integration Tests
No JUnit XML files found matching pattern: dev-packages/node-integration-tests/**/*.junit.xml
Node (22) Integration Tests
No files found matching pattern: dev-packages/node-integration-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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/
Node (24) Integration Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@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/
Node (24) Integration Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Node (24) Integration Tests
No coverage files found
Node (24) Integration Tests
Please ensure your test framework is generating JUnit XML output.
Node (24) Integration Tests
No JUnit XML files found matching pattern: dev-packages/node-integration-tests/**/*.junit.xml
Node (24) Integration Tests
No files found matching pattern: dev-packages/node-integration-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-app-dir Test
No coverage files found
E2E nextjs-app-dir Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-app-dir Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-app-dir Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16 (webpack) Test
No coverage files found
E2E nextjs-16 (webpack) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16 (webpack) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16 (webpack) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16 (latest, webpack) Test
No coverage files found
E2E nextjs-16 (latest, webpack) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16 (latest, webpack) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16 (latest, webpack) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
Node (18) Integration Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@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/
Node (18) Integration Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Node (18) Integration Tests
No coverage files found
Node (18) Integration Tests
Please ensure your test framework is generating JUnit XML output.
Node (18) Integration Tests
No JUnit XML files found matching pattern: dev-packages/node-integration-tests/**/*.junit.xml
Node (18) Integration Tests
No files found matching pattern: dev-packages/node-integration-tests/**/*.junit.xml
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: actions/cache/restore@v4, actions/download-artifact@v4, 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
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-app-dir (next@15) Test
No coverage files found
E2E nextjs-app-dir (next@15) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-app-dir (next@15) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-app-dir (next@15) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
Node (20) Integration Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@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/
Node (20) Integration Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Node (20) Integration Tests
No coverage files found
Node (20) Integration Tests
Please ensure your test framework is generating JUnit XML output.
Node (20) Integration Tests
No JUnit XML files found matching pattern: dev-packages/node-integration-tests/**/*.junit.xml
Node (20) Integration Tests
No files found matching pattern: dev-packages/node-integration-tests/**/*.junit.xml
Node (24) (TS 3.8) Integration Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@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/
Node (24) (TS 3.8) Integration Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Node (24) (TS 3.8) Integration Tests
No coverage files found
Node (24) (TS 3.8) Integration Tests
Please ensure your test framework is generating JUnit XML output.
Node (24) (TS 3.8) Integration Tests
No JUnit XML files found matching pattern: dev-packages/node-integration-tests/**/*.junit.xml
Node (24) (TS 3.8) Integration Tests
No files found matching pattern: dev-packages/node-integration-tests/**/*.junit.xml

Artifacts

Produced during runtime
Name Size Digest
build-output Expired
32.9 MB
sha256:fcb182e1551e7ba993a6bb86de3459ca7b7d55ca4f4ab42b58a997c430525afc
codecov-coverage-results-nh-replace-exports-job_browser_unit_tests
1 KB
sha256:289c9170eb80a2c9b07a69e5915bcb33eca0455d3a3d282456c365fd0a70a69b
codecov-coverage-results-nh-replace-exports-job_node_unit_tests-18
94.9 KB
sha256:7131c1b46d4d07384499f141b85e0dbb0d979ec9a7f66b0d72d580c6cf9bee19
codecov-coverage-results-nh-replace-exports-job_node_unit_tests-20
102 KB
sha256:0b8d7e54332732cac6f4042738a776c32d054aac4e951443d05f159f1d31fab8
codecov-coverage-results-nh-replace-exports-job_node_unit_tests-22
102 KB
sha256:40546da541af2bd56e66d045aba7583cdb170b6940dd17d526ab5169086867d1
codecov-coverage-results-nh-replace-exports-job_node_unit_tests-24
102 KB
sha256:cee3398fc74804d63258d5c0230370e7d303ce5fe57af809f326f40a1d1009af
codecov-test-results-nh-replace-exports-job_node_unit_tests-18
242 Bytes
sha256:2bddf509674ca4d572dfdf21e8e7c2c145ec8acee006aa2ce83632042b3b4685
codecov-test-results-nh-replace-exports-job_node_unit_tests-20
242 Bytes
sha256:ed746298aeeca1ec93352857f97156f6ff8bbf2cd751d678a69d28699ac3b8f1
codecov-test-results-nh-replace-exports-job_node_unit_tests-22
238 Bytes
sha256:57be74772051e0c47f257c2ee3c6385ec80bfe0a36a3567a47076c718c09dc7f
codecov-test-results-nh-replace-exports-job_node_unit_tests-24
242 Bytes
sha256:243a2ca4fadf0fbb7cdabb25ef8cc355a7e159cade0c83e9230c630e5e2e7d17
codecov-test-results-nh-replace-exports-job_remix_integration_tests-18
235 Bytes
sha256:7b5a6c8e1c176f26465cb01402df7a85bf79eeebf39b4b8eb246908d6359959e
codecov-test-results-nh-replace-exports-job_remix_integration_tests-20
235 Bytes
sha256:79afd1d03d35b30ddd21afe3012848290dc616d28957789d9799bc7e5df6bf52
codecov-test-results-nh-replace-exports-job_remix_integration_tests-22
235 Bytes
sha256:2002e90d5d63efd00e07ac752a171de269c53f0b0795a4e179bba4d591f1c487
codecov-test-results-nh-replace-exports-job_remix_integration_tests-24
232 Bytes
sha256:cb3ac0815e80d78c87a442dab7e8aefeba8bf413886e0dec5de7d66ba87f70d5
playwright-traces-job_e2e_playwright_tests-supabase-nextjs Expired
139 KB
sha256:c5fcc9fcd73ca6e164e65a7b76dff087969684b771460635fbf1720035b57c05