feat(core): Send gen_ai spans as v2 envelope items #45828
build.yml
on: pull_request
job_get_metadata
/
Get Metadata
6s
Check PR branches
3s
Matrix: job_browser_loader_tests
Matrix: job_browser_playwright_tests
Matrix: job_node_core_integration_tests
Matrix: job_node_integration_tests
Matrix: job_node_unit_tests
Matrix: job_remix_integration_tests
Size Check
2m 5s
Lint
1m 13s
Circular Dependency Check
1m 39s
Upload Artifacts
Browser Unit Tests
4m 38s
Bun Unit Tests
50s
Deno Unit Tests
1m 13s
Cloudflare Integration Tests
1m 42s
Bun Integration Tests
45s
Check for faulty .d.ts files
45s
Matrix: job_e2e_tests
Matrix: job_optional_e2e_tests
All required jobs passed or were skipped
5s
Annotations
104 errors, 189 warnings, and 204 notices
|
Cloudflare Integration Tests
Process completed with exit code 1.
|
|
suites/tracing/openai/test.ts > traces a basic chat completion request:
dev-packages/cloudflare-integration-tests/suites/tracing/openai/test.ts#L29
AssertionError: expected [] to deeply equal ArrayContaining{…}
- Expected
+ Received
- ArrayContaining [
- ObjectContaining {
- "data": ObjectContaining {
- "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",
- },
- "description": "chat gpt-3.5-turbo",
- "op": "gen_ai.chat",
- "origin": "auto.ai.openai",
- },
- ]
+ []
❯ suites/tracing/openai/test.ts:29:38
❯ assertEnvelopeMatches runner.ts:125:11
❯ newEnvelope runner.ts:167:13
❯ ../test-utils/src/server.ts:19:7
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ next ../../node_modules/express/lib/router/route.js:149:13
❯ Route.dispatch ../../node_modules/express/lib/router/route.js:119:3
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ ../../node_modules/express/lib/router/index.js:284:15
❯ param ../../node_modules/express/lib/router/index.js:365:14
|
|
suites/tracing/langgraph/test.ts > traces langgraph compile and invoke operations:
dev-packages/cloudflare-integration-tests/suites/tracing/langgraph/test.ts#L31
AssertionError: expected undefined to match object { data: { …(4) }, …(3) }
- Expected:
{
"data": {
"gen_ai.agent.name": "weather_assistant",
"gen_ai.operation.name": "create_agent",
"sentry.op": "gen_ai.create_agent",
"sentry.origin": "auto.ai.langgraph",
},
"description": "create_agent weather_assistant",
"op": "gen_ai.create_agent",
"origin": "auto.ai.langgraph",
}
+ Received:
undefined
❯ suites/tracing/langgraph/test.ts:31:31
❯ assertEnvelopeMatches runner.ts:125:11
❯ newEnvelope runner.ts:167:13
❯ ../test-utils/src/server.ts:19:7
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ next ../../node_modules/express/lib/router/route.js:149:13
❯ Route.dispatch ../../node_modules/express/lib/router/route.js:119:3
|
|
suites/tracing/langchain/test.ts > traces langchain chat model, chain, and tool invocations:
dev-packages/cloudflare-integration-tests/suites/tracing/langchain/test.ts#L28
AssertionError: expected [] to deeply equal ArrayContaining{…}
- Expected
+ Received
- ArrayContaining [
- ObjectContaining {
- "data": ObjectContaining {
- "gen_ai.operation.name": "chat",
- "gen_ai.request.max_tokens": 100,
- "gen_ai.request.model": "claude-3-5-sonnet-20241022",
- "gen_ai.request.temperature": 0.7,
- "gen_ai.system": "anthropic",
- "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.langchain",
- },
- "description": "chat claude-3-5-sonnet-20241022",
- "op": "gen_ai.chat",
- "origin": "auto.ai.langchain",
- },
- ObjectContaining {
- "data": ObjectContaining {
- "langchain.chain.name": "my_test_chain",
- "sentry.op": "gen_ai.invoke_agent",
- "sentry.origin": "auto.ai.langchain",
- },
- "description": "chain my_test_chain",
- "op": "gen_ai.invoke_agent",
- "origin": "auto.ai.langchain",
- },
- ObjectContaining {
- "data": ObjectContaining {
- "gen_ai.tool.name": "search_tool",
- "sentry.op": "gen_ai.execute_tool",
- "sentry.origin": "auto.ai.langchain",
- },
- "description": "execute_tool search_tool",
- "op": "gen_ai.execute_tool",
- "origin": "auto.ai.langchain",
- },
- ]
+ []
❯ suites/tracing/langchain/test.ts:28:38
❯ assertEnvelopeMatches runner.ts:125:11
❯ newEnvelope runner.ts:167:13
❯ ../test-utils/src/server.ts:19:7
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ next ../../node_modules/express/lib/router/route.js:149:13
❯ Route.dispatch ../../node_modules/express/lib/router/route.js:119:3
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ ../../node_modules/express/lib/router/index.js:284:15
❯ param ../../node_modules/express/lib/router/index.js:365:14
|
|
suites/tracing/google-genai/test.ts > traces Google GenAI chat creation and message sending:
dev-packages/cloudflare-integration-tests/suites/tracing/google-genai/test.ts#L28
AssertionError: expected [] to deeply equal ArrayContaining{…}
- Expected
+ Received
- ArrayContaining [
- ObjectContaining {
- "data": ObjectContaining {
- "gen_ai.operation.name": "chat",
- "gen_ai.request.model": "gemini-1.5-pro",
- "gen_ai.system": "google_genai",
- "gen_ai.usage.input_tokens": 8,
- "gen_ai.usage.output_tokens": 12,
- "gen_ai.usage.total_tokens": 20,
- "sentry.op": "gen_ai.chat",
- "sentry.origin": "auto.ai.google_genai",
- },
- "description": "chat gemini-1.5-pro",
- "op": "gen_ai.chat",
- "origin": "auto.ai.google_genai",
- },
- ObjectContaining {
- "data": ObjectContaining {
- "gen_ai.operation.name": "generate_content",
- "gen_ai.request.max_tokens": 100,
- "gen_ai.request.model": "gemini-1.5-flash",
- "gen_ai.request.temperature": 0.7,
- "gen_ai.request.top_p": 0.9,
- "gen_ai.system": "google_genai",
- "gen_ai.usage.input_tokens": 8,
- "gen_ai.usage.output_tokens": 12,
- "gen_ai.usage.total_tokens": 20,
- "sentry.op": "gen_ai.generate_content",
- "sentry.origin": "auto.ai.google_genai",
- },
- "description": "generate_content gemini-1.5-flash",
- "op": "gen_ai.generate_content",
- "origin": "auto.ai.google_genai",
- },
- ObjectContaining {
- "data": ObjectContaining {
- "gen_ai.operation.name": "embeddings",
- "gen_ai.request.model": "text-embedding-004",
- "gen_ai.system": "google_genai",
- "sentry.op": "gen_ai.embeddings",
- "sentry.origin": "auto.ai.google_genai",
- },
- "description": "embeddings text-embedding-004",
- "op": "gen_ai.embeddings",
- "origin": "auto.ai.google_genai",
- },
- ]
+ []
❯ suites/tracing/google-genai/test.ts:28:38
❯ assertEnvelopeMatches runner.ts:125:11
❯ newEnvelope runner.ts:167:13
❯ ../test-utils/src/server.ts:19:7
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ next ../../node_modules/express/lib/router/route.js:149:13
❯ Route.dispatch ../../node_modules/express/lib/router/route.js:119:3
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ ../../node_modules/express/lib/router/index.js:284:15
❯ param ../../node_modules/express/lib/router/index.js:365:14
|
|
suites/tracing/anthropic-ai/test.ts > traces a basic message creation request:
dev-packages/cloudflare-integration-tests/suites/tracing/anthropic-ai/test.ts#L27
AssertionError: expected [] to deeply equal ArrayContaining{…}
- Expected
+ Received
- ArrayContaining [
- ObjectContaining {
- "data": ObjectContaining {
- "gen_ai.operation.name": "chat",
- "gen_ai.request.model": "claude-3-haiku-20240307",
- "gen_ai.request.temperature": 0.7,
- "gen_ai.response.id": "msg_mock123",
- "gen_ai.response.model": "claude-3-haiku-20240307",
- "gen_ai.system": "anthropic",
- "gen_ai.usage.input_tokens": 10,
- "gen_ai.usage.output_tokens": 15,
- "sentry.op": "gen_ai.chat",
- "sentry.origin": "auto.ai.anthropic",
- },
- "description": "chat claude-3-haiku-20240307",
- "op": "gen_ai.chat",
- "origin": "auto.ai.anthropic",
- },
- ]
+ []
❯ suites/tracing/anthropic-ai/test.ts:27:38
❯ assertEnvelopeMatches runner.ts:125:11
❯ newEnvelope runner.ts:167:13
❯ ../test-utils/src/server.ts:19:7
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ next ../../node_modules/express/lib/router/route.js:149:13
❯ Route.dispatch ../../node_modules/express/lib/router/route.js:119:3
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ ../../node_modules/express/lib/router/index.js:284:15
❯ param ../../node_modules/express/lib/router/index.js:365:14
|
|
Size Check
Size limit has been exceeded.
|
|
E2E nextjs-15 (turbo) Test (optional)
Process completed with exit code 1.
|
|
[chromium] › tests/ai-test.test.ts:4:5 › should create AI spans with correct attributes:
../../_temp/test-application/tests/ai-test.test.ts#L28
2) [chromium] › tests/ai-test.test.ts:4:5 › should create AI spans with correct attributes ───────
Error: expect(received).toBeGreaterThanOrEqual(expected)
Expected: >= 1
Received: 0
26 | const toolCallSpans = spans.filter(span => span.op === 'gen_ai.execute_tool');
27 |
> 28 | expect(aiPipelineSpans.length).toBeGreaterThanOrEqual(1);
| ^
29 | expect(aiGenerateSpans.length).toBeGreaterThanOrEqual(1);
30 | expect(toolCallSpans.length).toBeGreaterThanOrEqual(0);
31 |
at /home/runner/work/_temp/test-application/tests/ai-test.test.ts:28:34
|
|
[chromium] › tests/ai-error.test.ts:4:5 › should create AI spans with correct attributes and error linking:
../../_temp/test-application/tests/ai-error.test.ts#L32
1) [chromium] › tests/ai-error.test.ts:4:5 › should create AI spans with correct attributes and error linking
Error: expect(received).toBeGreaterThanOrEqual(expected)
Expected: >= 1
Received: 0
30 | const toolCallSpans = spans.filter(span => span.op === 'gen_ai.execute_tool');
31 |
> 32 | expect(aiPipelineSpans.length).toBeGreaterThanOrEqual(1);
| ^
33 | expect(aiGenerateSpans.length).toBeGreaterThanOrEqual(1);
34 | expect(toolCallSpans.length).toBeGreaterThanOrEqual(0);
35 |
at /home/runner/work/_temp/test-application/tests/ai-error.test.ts:32:34
|
|
E2E nextjs-16 (latest, turbopack) Test
Process completed with exit code 1.
|
|
[chromium] › tests/ai-test.test.ts:4:5 › should create AI spans with correct attributes:
../../_temp/test-application/tests/ai-test.test.ts#L28
2) [chromium] › tests/ai-test.test.ts:4:5 › should create AI spans with correct attributes ───────
Error: expect(received).toBeGreaterThanOrEqual(expected)
Expected: >= 1
Received: 0
26 | const toolCallSpans = spans.filter(span => span.op === 'gen_ai.execute_tool');
27 |
> 28 | expect(aiPipelineSpans.length).toBeGreaterThanOrEqual(1);
| ^
29 | expect(aiGenerateSpans.length).toBeGreaterThanOrEqual(1);
30 | expect(toolCallSpans.length).toBeGreaterThanOrEqual(0);
31 |
at /home/runner/work/_temp/test-application/tests/ai-test.test.ts:28:34
|
|
[chromium] › tests/ai-error.test.ts:4:5 › should create AI spans with correct attributes and error linking:
../../_temp/test-application/tests/ai-error.test.ts#L32
1) [chromium] › tests/ai-error.test.ts:4:5 › should create AI spans with correct attributes and error linking
Error: expect(received).toBeGreaterThanOrEqual(expected)
Expected: >= 1
Received: 0
30 | const toolCallSpans = spans.filter(span => span.op === 'gen_ai.execute_tool');
31 |
> 32 | expect(aiPipelineSpans.length).toBeGreaterThanOrEqual(1);
| ^
33 | expect(aiGenerateSpans.length).toBeGreaterThanOrEqual(1);
34 | expect(toolCallSpans.length).toBeGreaterThanOrEqual(0);
35 |
at /home/runner/work/_temp/test-application/tests/ai-error.test.ts:32:34
|
|
E2E nextjs-16 Test
Process completed with exit code 1.
|
|
[chromium] › tests/ai-test.test.ts:4:5 › should create AI spans with correct attributes:
../../_temp/test-application/tests/ai-test.test.ts#L28
2) [chromium] › tests/ai-test.test.ts:4:5 › should create AI spans with correct attributes ───────
Error: expect(received).toBeGreaterThanOrEqual(expected)
Expected: >= 1
Received: 0
26 | const toolCallSpans = spans.filter(span => span.op === 'gen_ai.execute_tool');
27 |
> 28 | expect(aiPipelineSpans.length).toBeGreaterThanOrEqual(1);
| ^
29 | expect(aiGenerateSpans.length).toBeGreaterThanOrEqual(1);
30 | expect(toolCallSpans.length).toBeGreaterThanOrEqual(0);
31 |
at /home/runner/work/_temp/test-application/tests/ai-test.test.ts:28:34
|
|
[chromium] › tests/ai-error.test.ts:4:5 › should create AI spans with correct attributes and error linking:
../../_temp/test-application/tests/ai-error.test.ts#L32
1) [chromium] › tests/ai-error.test.ts:4:5 › should create AI spans with correct attributes and error linking
Error: expect(received).toBeGreaterThanOrEqual(expected)
Expected: >= 1
Received: 0
30 | const toolCallSpans = spans.filter(span => span.op === 'gen_ai.execute_tool');
31 |
> 32 | expect(aiPipelineSpans.length).toBeGreaterThanOrEqual(1);
| ^
33 | expect(aiGenerateSpans.length).toBeGreaterThanOrEqual(1);
34 | expect(toolCallSpans.length).toBeGreaterThanOrEqual(0);
35 |
at /home/runner/work/_temp/test-application/tests/ai-error.test.ts:32:34
|
|
[chromium] › tests/trpc-mutation.test.ts:4:1 › should create transaction with trpc input for mutation:
../../_temp/test-application/tests/trpc-mutation.test.ts#L0
2) [chromium] › tests/trpc-mutation.test.ts:4:1 › should create transaction with trpc input for mutation
Test timeout of 30000ms exceeded.
|
|
[chromium] › tests/trpc-error.test.ts:4:1 › should capture error with trpc context:
../../_temp/test-application/tests/trpc-error.test.ts#L0
1) [chromium] › tests/trpc-error.test.ts:4:1 › should capture error with trpc context ────────────
Test timeout of 30000ms exceeded.
|
|
E2E nextjs-16 (canary, turbopack) Test (optional)
Process completed with exit code 1.
|
|
[chromium] › tests/ai-test.test.ts:4:5 › should create AI spans with correct attributes:
../../_temp/test-application/tests/ai-test.test.ts#L28
2) [chromium] › tests/ai-test.test.ts:4:5 › should create AI spans with correct attributes ───────
Error: expect(received).toBeGreaterThanOrEqual(expected)
Expected: >= 1
Received: 0
26 | const toolCallSpans = spans.filter(span => span.op === 'gen_ai.execute_tool');
27 |
> 28 | expect(aiPipelineSpans.length).toBeGreaterThanOrEqual(1);
| ^
29 | expect(aiGenerateSpans.length).toBeGreaterThanOrEqual(1);
30 | expect(toolCallSpans.length).toBeGreaterThanOrEqual(0);
31 |
at /home/runner/work/_temp/test-application/tests/ai-test.test.ts:28:34
|
|
[chromium] › tests/ai-error.test.ts:4:5 › should create AI spans with correct attributes and error linking:
../../_temp/test-application/tests/ai-error.test.ts#L32
1) [chromium] › tests/ai-error.test.ts:4:5 › should create AI spans with correct attributes and error linking
Error: expect(received).toBeGreaterThanOrEqual(expected)
Expected: >= 1
Received: 0
30 | const toolCallSpans = spans.filter(span => span.op === 'gen_ai.execute_tool');
31 |
> 32 | expect(aiPipelineSpans.length).toBeGreaterThanOrEqual(1);
| ^
33 | expect(aiGenerateSpans.length).toBeGreaterThanOrEqual(1);
34 | expect(toolCallSpans.length).toBeGreaterThanOrEqual(0);
35 |
at /home/runner/work/_temp/test-application/tests/ai-error.test.ts:32:34
|
|
[chromium] › tests/orpc-error.test.ts:4:1 › should capture server-side orpc error:
../../_temp/test-application/tests/orpc-error.test.ts#L0
1) [chromium] › tests/orpc-error.test.ts:4:1 › should capture server-side orpc error ─────────────
Test timeout of 30000ms exceeded.
|
|
E2E nextjs-15 (latest) Test (optional)
Process completed with exit code 1.
|
|
[chromium] › tests/ai-test.test.ts:4:5 › should create AI spans with correct attributes:
../../_temp/test-application/tests/ai-test.test.ts#L28
2) [chromium] › tests/ai-test.test.ts:4:5 › should create AI spans with correct attributes ───────
Error: expect(received).toBeGreaterThanOrEqual(expected)
Expected: >= 1
Received: 0
26 | const toolCallSpans = spans.filter(span => span.op === 'gen_ai.execute_tool');
27 |
> 28 | expect(aiPipelineSpans.length).toBeGreaterThanOrEqual(1);
| ^
29 | expect(aiGenerateSpans.length).toBeGreaterThanOrEqual(1);
30 | expect(toolCallSpans.length).toBeGreaterThanOrEqual(0);
31 |
at /home/runner/work/_temp/test-application/tests/ai-test.test.ts:28:34
|
|
[chromium] › tests/ai-error.test.ts:4:5 › should create AI spans with correct attributes and error linking:
../../_temp/test-application/tests/ai-error.test.ts#L32
1) [chromium] › tests/ai-error.test.ts:4:5 › should create AI spans with correct attributes and error linking
Error: expect(received).toBeGreaterThanOrEqual(expected)
Expected: >= 1
Received: 0
30 | const toolCallSpans = spans.filter(span => span.op === 'gen_ai.execute_tool');
31 |
> 32 | expect(aiPipelineSpans.length).toBeGreaterThanOrEqual(1);
| ^
33 | expect(aiGenerateSpans.length).toBeGreaterThanOrEqual(1);
34 | expect(toolCallSpans.length).toBeGreaterThanOrEqual(0);
35 |
at /home/runner/work/_temp/test-application/tests/ai-error.test.ts:32:34
|
|
E2E nextjs-15 Test
Process completed with exit code 1.
|
|
[chromium] › tests/ai-test.test.ts:4:5 › should create AI spans with correct attributes:
../../_temp/test-application/tests/ai-test.test.ts#L28
2) [chromium] › tests/ai-test.test.ts:4:5 › should create AI spans with correct attributes ───────
Error: expect(received).toBeGreaterThanOrEqual(expected)
Expected: >= 1
Received: 0
26 | const toolCallSpans = spans.filter(span => span.op === 'gen_ai.execute_tool');
27 |
> 28 | expect(aiPipelineSpans.length).toBeGreaterThanOrEqual(1);
| ^
29 | expect(aiGenerateSpans.length).toBeGreaterThanOrEqual(1);
30 | expect(toolCallSpans.length).toBeGreaterThanOrEqual(0);
31 |
at /home/runner/work/_temp/test-application/tests/ai-test.test.ts:28:34
|
|
[chromium] › tests/ai-error.test.ts:4:5 › should create AI spans with correct attributes and error linking:
../../_temp/test-application/tests/ai-error.test.ts#L32
1) [chromium] › tests/ai-error.test.ts:4:5 › should create AI spans with correct attributes and error linking
Error: expect(received).toBeGreaterThanOrEqual(expected)
Expected: >= 1
Received: 0
30 | const toolCallSpans = spans.filter(span => span.op === 'gen_ai.execute_tool');
31 |
> 32 | expect(aiPipelineSpans.length).toBeGreaterThanOrEqual(1);
| ^
33 | expect(aiGenerateSpans.length).toBeGreaterThanOrEqual(1);
34 | expect(toolCallSpans.length).toBeGreaterThanOrEqual(0);
35 |
at /home/runner/work/_temp/test-application/tests/ai-error.test.ts:32:34
|
|
E2E nextjs-16 (canary, webpack) Test (optional)
Process completed with exit code 1.
|
|
[chromium] › tests/ai-test.test.ts:4:5 › should create AI spans with correct attributes:
../../_temp/test-application/tests/ai-test.test.ts#L28
2) [chromium] › tests/ai-test.test.ts:4:5 › should create AI spans with correct attributes ───────
Error: expect(received).toBeGreaterThanOrEqual(expected)
Expected: >= 1
Received: 0
26 | const toolCallSpans = spans.filter(span => span.op === 'gen_ai.execute_tool');
27 |
> 28 | expect(aiPipelineSpans.length).toBeGreaterThanOrEqual(1);
| ^
29 | expect(aiGenerateSpans.length).toBeGreaterThanOrEqual(1);
30 | expect(toolCallSpans.length).toBeGreaterThanOrEqual(0);
31 |
at /home/runner/work/_temp/test-application/tests/ai-test.test.ts:28:34
|
|
[chromium] › tests/ai-error.test.ts:4:5 › should create AI spans with correct attributes and error linking:
../../_temp/test-application/tests/ai-error.test.ts#L32
1) [chromium] › tests/ai-error.test.ts:4:5 › should create AI spans with correct attributes and error linking
Error: expect(received).toBeGreaterThanOrEqual(expected)
Expected: >= 1
Received: 0
30 | const toolCallSpans = spans.filter(span => span.op === 'gen_ai.execute_tool');
31 |
> 32 | expect(aiPipelineSpans.length).toBeGreaterThanOrEqual(1);
| ^
33 | expect(aiGenerateSpans.length).toBeGreaterThanOrEqual(1);
34 | expect(toolCallSpans.length).toBeGreaterThanOrEqual(0);
35 |
at /home/runner/work/_temp/test-application/tests/ai-error.test.ts:32:34
|
|
E2E nextjs-16 (latest, webpack) Test
Process completed with exit code 1.
|
|
[chromium] › tests/ai-test.test.ts:4:5 › should create AI spans with correct attributes:
../../_temp/test-application/tests/ai-test.test.ts#L28
2) [chromium] › tests/ai-test.test.ts:4:5 › should create AI spans with correct attributes ───────
Error: expect(received).toBeGreaterThanOrEqual(expected)
Expected: >= 1
Received: 0
26 | const toolCallSpans = spans.filter(span => span.op === 'gen_ai.execute_tool');
27 |
> 28 | expect(aiPipelineSpans.length).toBeGreaterThanOrEqual(1);
| ^
29 | expect(aiGenerateSpans.length).toBeGreaterThanOrEqual(1);
30 | expect(toolCallSpans.length).toBeGreaterThanOrEqual(0);
31 |
at /home/runner/work/_temp/test-application/tests/ai-test.test.ts:28:34
|
|
[chromium] › tests/ai-error.test.ts:4:5 › should create AI spans with correct attributes and error linking:
../../_temp/test-application/tests/ai-error.test.ts#L32
1) [chromium] › tests/ai-error.test.ts:4:5 › should create AI spans with correct attributes and error linking
Error: expect(received).toBeGreaterThanOrEqual(expected)
Expected: >= 1
Received: 0
30 | const toolCallSpans = spans.filter(span => span.op === 'gen_ai.execute_tool');
31 |
> 32 | expect(aiPipelineSpans.length).toBeGreaterThanOrEqual(1);
| ^
33 | expect(aiGenerateSpans.length).toBeGreaterThanOrEqual(1);
34 | expect(toolCallSpans.length).toBeGreaterThanOrEqual(0);
35 |
at /home/runner/work/_temp/test-application/tests/ai-error.test.ts:32:34
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > streams produce spans with token usage and metadata (PII false):
dev-packages/node-integration-tests/suites/tracing/anthropic/test.ts#L485
AssertionError: expected undefined to be defined
❯ span suites/tracing/anthropic/test.ts:485:39
❯ expectSpanContainer utils/runner.ts:820:5
❯ newEnvelope utils/runner.ts:550:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15
❯ Socket.<anonymous> utils/runner.ts:669:15
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > esm > streams produce spans with token usage and metadata (PII false):
dev-packages/node-integration-tests/suites/tracing/anthropic/test.ts#L485
AssertionError: expected undefined to be defined
❯ span suites/tracing/anthropic/test.ts:485:39
❯ expectSpanContainer utils/runner.ts:820:5
❯ newEnvelope utils/runner.ts:550:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15
❯ Socket.<anonymous> utils/runner.ts:669:15
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > creates anthropic related spans with custom options:
dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) }
(92 matching properties omitted from actual)
- Expected
+ Received
{
"event_id": Any<String>,
- "spans": [],
+ "spans": [
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 45549,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 45549,
+ "url": "http://localhost:45549/anthropic/v1/messages",
+ "url.full": "http://localhost:45549/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:45549/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "f5b28f279eb54fb9",
+ "span_id": "76a8b67b6e3f0d82",
+ "start_timestamp": 1776347461.414,
+ "status": "ok",
+ "timestamp": 1776347461.4698246,
+ "trace_id": "15128e3bd6e4e64915724badc442be0f",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 404,
+ "network.peer.address": "::1",
+ "network.peer.port": 45549,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 45549,
+ "url": "http://localhost:45549/anthropic/v1/messages",
+ "url.full": "http://localhost:45549/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:45549/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "02bb73e043320077",
+ "span_id": "245869b6714a6afa",
+ "start_timestamp": 1776347461.477,
+ "status": "not_found",
+ "timestamp": 1776347461.4978983,
+ "trace_id": "15128e3bd6e4e64915724badc442be0f",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 45549,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 45549,
+ "url": "http://localhost:45549/anthropic/v1/messages/count_tokens",
+ "url.full": "http://localhost:45549/anthropic/v1/messages/count_tokens",
+ "url.path": "/anthropic/v1/messages/count_tokens",
+ "url.query": "",
+ "url.scheme": "http",
+ "user_agent.original": "Anthropic/JS 0.63.0",
+ },
+ "description": "POST http://localhost:45549/anthropic/v1/messages/count_tokens",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "a0b6a21fb4e39992",
+ "span_id": "779dc994c12b1cf0",
+ "start_timestamp": 1776347461.507,
+ "status": "ok",
+ "timestamp": 1776347461.51643,
+ "trace_id": "15128e3bd6e4e64915724badc442be0f",
+ },
+ {
+ "data": {
+ "http.request.method": "GET",
+ "http.request.method_original": "GET",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 45549,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > esm > creates anthropic related spans with custom options:
dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) }
(92 matching properties omitted from actual)
- Expected
+ Received
{
"event_id": Any<String>,
- "spans": [],
+ "spans": [
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 36629,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 36629,
+ "url": "http://localhost:36629/anthropic/v1/messages",
+ "url.full": "http://localhost:36629/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:36629/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "3b2faf2b8c9b36e2",
+ "span_id": "67e719516c144e1c",
+ "start_timestamp": 1776347460.104,
+ "status": "ok",
+ "timestamp": 1776347460.17383,
+ "trace_id": "4b7b507c1aa29ce3c81da933002da1a5",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 404,
+ "network.peer.address": "::1",
+ "network.peer.port": 36629,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 36629,
+ "url": "http://localhost:36629/anthropic/v1/messages",
+ "url.full": "http://localhost:36629/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:36629/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "dc5ef721b42da755",
+ "span_id": "5a4de9001ae4c369",
+ "start_timestamp": 1776347460.183,
+ "status": "not_found",
+ "timestamp": 1776347460.2020524,
+ "trace_id": "4b7b507c1aa29ce3c81da933002da1a5",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 36629,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 36629,
+ "url": "http://localhost:36629/anthropic/v1/messages/count_tokens",
+ "url.full": "http://localhost:36629/anthropic/v1/messages/count_tokens",
+ "url.path": "/anthropic/v1/messages/count_tokens",
+ "url.query": "",
+ "url.scheme": "http",
+ "user_agent.original": "Anthropic/JS 0.63.0",
+ },
+ "description": "POST http://localhost:36629/anthropic/v1/messages/count_tokens",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "e6e5e830fac9cd27",
+ "span_id": "cc532ff3cbd1122b",
+ "start_timestamp": 1776347460.226,
+ "status": "ok",
+ "timestamp": 1776347460.2514577,
+ "trace_id": "4b7b507c1aa29ce3c81da933002da1a5",
+ },
+ {
+ "data": {
+ "http.request.method": "GET",
+ "http.request.method_original": "GET",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 36629,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > creates anthropic related spans with sendDefaultPii: true:
dev-packages/node-integration-tests/suites/tracing/anthropic/test.ts#L378
AssertionError: expected undefined to be defined
❯ span suites/tracing/anthropic/test.ts:378:39
❯ expectSpanContainer utils/runner.ts:820:5
❯ newEnvelope utils/runner.ts:550:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15
❯ Socket.<anonymous> utils/runner.ts:669:15
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > esm > creates anthropic related spans with sendDefaultPii: true:
dev-packages/node-integration-tests/suites/tracing/anthropic/test.ts#L378
AssertionError: expected undefined to be defined
❯ span suites/tracing/anthropic/test.ts:378:39
❯ expectSpanContainer utils/runner.ts:820:5
❯ newEnvelope utils/runner.ts:550:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15
❯ Socket.<anonymous> utils/runner.ts:669:15
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > creates anthropic related spans with sendDefaultPii: false:
dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) }
(92 matching properties omitted from actual)
- Expected
+ Received
{
"event_id": Any<String>,
- "spans": [],
+ "spans": [
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 38871,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 38871,
+ "url": "http://localhost:38871/anthropic/v1/messages",
+ "url.full": "http://localhost:38871/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:38871/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "1e66bd8375e43e87",
+ "span_id": "53adf259f4919346",
+ "start_timestamp": 1776347457.001,
+ "status": "ok",
+ "timestamp": 1776347457.0530815,
+ "trace_id": "a5e5daff48369c277b9e192c397f4815",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 404,
+ "network.peer.address": "::1",
+ "network.peer.port": 38871,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 38871,
+ "url": "http://localhost:38871/anthropic/v1/messages",
+ "url.full": "http://localhost:38871/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:38871/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "8f04f24980fc96f7",
+ "span_id": "4120f1ee2a73c097",
+ "start_timestamp": 1776347457.059,
+ "status": "not_found",
+ "timestamp": 1776347457.0727944,
+ "trace_id": "a5e5daff48369c277b9e192c397f4815",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 38871,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 38871,
+ "url": "http://localhost:38871/anthropic/v1/messages/count_tokens",
+ "url.full": "http://localhost:38871/anthropic/v1/messages/count_tokens",
+ "url.path": "/anthropic/v1/messages/count_tokens",
+ "url.query": "",
+ "url.scheme": "http",
+ "user_agent.original": "Anthropic/JS 0.63.0",
+ },
+ "description": "POST http://localhost:38871/anthropic/v1/messages/count_tokens",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "f2a952b7288b5f5f",
+ "span_id": "96abaa40ffdd9d4f",
+ "start_timestamp": 1776347457.081,
+ "status": "ok",
+ "timestamp": 1776347457.0877016,
+ "trace_id": "a5e5daff48369c277b9e192c397f4815",
+ },
+ {
+ "data": {
+ "http.request.method": "GET",
+ "http.request.method_original": "GET",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 38871,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > esm > creates anthropic related spans with sendDefaultPii: false:
dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) }
(92 matching properties omitted from actual)
- Expected
+ Received
{
"event_id": Any<String>,
- "spans": [],
+ "spans": [
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 46275,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 46275,
+ "url": "http://localhost:46275/anthropic/v1/messages",
+ "url.full": "http://localhost:46275/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:46275/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "5a0f72e159ccc0c0",
+ "span_id": "18e40cfc6cdd8413",
+ "start_timestamp": 1776347455.914,
+ "status": "ok",
+ "timestamp": 1776347455.9856553,
+ "trace_id": "bce5d7c27d999aed3f02effceb2f3153",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 404,
+ "network.peer.address": "::1",
+ "network.peer.port": 46275,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 46275,
+ "url": "http://localhost:46275/anthropic/v1/messages",
+ "url.full": "http://localhost:46275/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:46275/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "5573698db5abba0f",
+ "span_id": "9401bb87063f13e7",
+ "start_timestamp": 1776347455.995,
+ "status": "not_found",
+ "timestamp": 1776347456.0208864,
+ "trace_id": "bce5d7c27d999aed3f02effceb2f3153",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 46275,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 46275,
+ "url": "http://localhost:46275/anthropic/v1/messages/count_tokens",
+ "url.full": "http://localhost:46275/anthropic/v1/messages/count_tokens",
+ "url.path": "/anthropic/v1/messages/count_tokens",
+ "url.query": "",
+ "url.scheme": "http",
+ "user_agent.original": "Anthropic/JS 0.63.0",
+ },
+ "description": "POST http://localhost:46275/anthropic/v1/messages/count_tokens",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "bfc53a699b15e193",
+ "span_id": "53fc3b31b3260b41",
+ "start_timestamp": 1776347456.035,
+ "status": "ok",
+ "timestamp": 1776347456.1971366,
+ "trace_id": "bce5d7c27d999aed3f02effceb2f3153",
+ },
+ {
+ "data": {
+ "http.request.method": "GET",
+ "http.request.method_original": "GET",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 46275,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+
|
|
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#L42
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) }
(92 matching properties omitted from actual)
- Expected
+ Received
{
"event_id": Any<String>,
- "spans": [],
+ "spans": [
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 39173,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 39173,
+ "url": "http://localhost:39173/anthropic/v1/messages",
+ "url.full": "http://localhost:39173/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:39173/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "0cebc64a7df0f71e",
+ "span_id": "c700fb23dad6a628",
+ "start_timestamp": 1776347454.859,
+ "status": "ok",
+ "timestamp": 1776347454.9069767,
+ "trace_id": "087859a16e9c8dae6dde9e168e3b0d1a",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 39173,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 39173,
+ "url": "http://localhost:39173/anthropic/v1/messages",
+ "url.full": "http://localhost:39173/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:39173/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "fd26bfa32a211d6a",
+ "span_id": "1e07b25b4bb265ee",
+ "start_timestamp": 1776347454.913,
+ "status": "ok",
+ "timestamp": 1776347454.9272976,
+ "trace_id": "087859a16e9c8dae6dde9e168e3b0d1a",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 39173,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 39173,
+ "url": "http://localhost:39173/anthropic/v1/messages",
+ "url.full": "http://localhost:39173/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:39173/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "25fc1c58e9489652",
+ "span_id": "99e651d95bae4574",
+ "start_timestamp": 1776347454.929,
+ "status": "ok",
+ "timestamp": 1776347455.0222986,
+ "trace_id": "087859a16e9c8dae6dde9e168e3b0d1a",
+ },
+ ],
"start_timestamp": Anything,
"timestamp": Anything,
"transaction": "main",
"type": "transaction",
}
❯ assertSentryTransaction utils/assertions.ts:42:18
❯ expectTransactionEvent utils/runner.ts:766:5
❯ newEnvelope utils/runner.ts:529:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15
❯ Socket.<anonymous> utils/runner.ts:669:15
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > esm > preserves .withResponse() and .asResponse() for non-streaming and streaming:
dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) }
(92 matching properties omitted from actual)
- Expected
+ Received
{
"event_id": Any<String>,
- "spans": [],
+ "spans": [
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 41023,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 41023,
+ "url": "http://localhost:41023/anthropic/v1/messages",
+ "url.full": "http://localhost:41023/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:41023/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "5c4f78bcf39f09b3",
+ "span_id": "e8c89f6506dc8af7",
+ "start_timestamp": 1776347454.191,
+ "status": "ok",
+ "timestamp": 1776347454.2399468,
+ "trace_id": "4f94f05417769a5d4fe7d82e1b619a87",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 41023,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 41023,
+ "url": "http://localhost:41023/anthropic/v1/messages",
+ "url.full": "http://localhost:41023/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:41023/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "16ed509d2a172b75",
+ "span_id": "bd003e4979e5c0d2",
+ "start_timestamp": 1776347454.245,
+ "status": "ok",
+ "timestamp": 1776347454.252273,
+ "trace_id": "4f94f05417769a5d4fe7d82e1b619a87",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 41023,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 41023,
+ "url": "http://localhost:41023/anthropic/v1/messages",
+ "url.full": "http://localhost:41023/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:41023/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "3911eab91db398cf",
+ "span_id": "5ea049a9b78df9cc",
+ "start_timestamp": 1776347454.255,
+ "status": "ok",
+ "timestamp": 1776347454.3619523,
+ "trace_id": "4f94f05417769a5d4fe7d82e1b619a87",
+ },
+ ],
"start_timestamp": Anything,
"timestamp": Anything,
"transaction": "main",
"type": "transaction",
}
❯ assertSentryTransaction utils/assertions.ts:42:18
❯ expectTransactionEvent utils/runner.ts:766:5
❯ newEnvelope utils/runner.ts:529:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15
❯ Socket.<anonymous> utils/runner.ts:669:15
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > streams produce spans with token usage and metadata (PII false):
dev-packages/node-integration-tests/suites/tracing/anthropic/test.ts#L485
AssertionError: expected undefined to be defined
❯ span suites/tracing/anthropic/test.ts:485:39
❯ expectSpanContainer utils/runner.ts:820:5
❯ newEnvelope utils/runner.ts:550:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15
❯ Socket.<anonymous> utils/runner.ts:669:15
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > esm > streams produce spans with token usage and metadata (PII false):
dev-packages/node-integration-tests/suites/tracing/anthropic/test.ts#L485
AssertionError: expected undefined to be defined
❯ span suites/tracing/anthropic/test.ts:485:39
❯ expectSpanContainer utils/runner.ts:820:5
❯ newEnvelope utils/runner.ts:550:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15
❯ Socket.<anonymous> utils/runner.ts:669:15
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > creates anthropic related spans with custom options:
dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) }
(92 matching properties omitted from actual)
- Expected
+ Received
{
"event_id": Any<String>,
- "spans": [],
+ "spans": [
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 36061,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 36061,
+ "url": "http://localhost:36061/anthropic/v1/messages",
+ "url.full": "http://localhost:36061/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:36061/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "f5a8d97b0ef5a05f",
+ "span_id": "e36153504134174a",
+ "start_timestamp": 1776347465.476,
+ "status": "ok",
+ "timestamp": 1776347465.5266178,
+ "trace_id": "59cbb7afd82db3a85dc3abb8e6112ac7",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 404,
+ "network.peer.address": "::1",
+ "network.peer.port": 36061,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 36061,
+ "url": "http://localhost:36061/anthropic/v1/messages",
+ "url.full": "http://localhost:36061/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:36061/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "aaf277a0f5c420b8",
+ "span_id": "8cf973f4335feb34",
+ "start_timestamp": 1776347465.54,
+ "status": "not_found",
+ "timestamp": 1776347465.560704,
+ "trace_id": "59cbb7afd82db3a85dc3abb8e6112ac7",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 36061,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 36061,
+ "url": "http://localhost:36061/anthropic/v1/messages/count_tokens",
+ "url.full": "http://localhost:36061/anthropic/v1/messages/count_tokens",
+ "url.path": "/anthropic/v1/messages/count_tokens",
+ "url.query": "",
+ "url.scheme": "http",
+ "user_agent.original": "Anthropic/JS 0.63.0",
+ },
+ "description": "POST http://localhost:36061/anthropic/v1/messages/count_tokens",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "0d4c1282edd2fae1",
+ "span_id": "d7380c2d5a2bd0db",
+ "start_timestamp": 1776347465.573,
+ "status": "ok",
+ "timestamp": 1776347465.5832245,
+ "trace_id": "59cbb7afd82db3a85dc3abb8e6112ac7",
+ },
+ {
+ "data": {
+ "http.request.method": "GET",
+ "http.request.method_original": "GET",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 36061,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > esm > creates anthropic related spans with custom options:
dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) }
(92 matching properties omitted from actual)
- Expected
+ Received
{
"event_id": Any<String>,
- "spans": [],
+ "spans": [
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 46843,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 46843,
+ "url": "http://localhost:46843/anthropic/v1/messages",
+ "url.full": "http://localhost:46843/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:46843/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "8b05ccb798f9f609",
+ "span_id": "340946b7ce7e60d6",
+ "start_timestamp": 1776347464.403,
+ "status": "ok",
+ "timestamp": 1776347464.4565125,
+ "trace_id": "5f2080da59f032dc8309d30bd418041d",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 404,
+ "network.peer.address": "::1",
+ "network.peer.port": 46843,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 46843,
+ "url": "http://localhost:46843/anthropic/v1/messages",
+ "url.full": "http://localhost:46843/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:46843/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "25572cf08df183c4",
+ "span_id": "31e313121e0d5950",
+ "start_timestamp": 1776347464.468,
+ "status": "not_found",
+ "timestamp": 1776347464.478001,
+ "trace_id": "5f2080da59f032dc8309d30bd418041d",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 46843,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 46843,
+ "url": "http://localhost:46843/anthropic/v1/messages/count_tokens",
+ "url.full": "http://localhost:46843/anthropic/v1/messages/count_tokens",
+ "url.path": "/anthropic/v1/messages/count_tokens",
+ "url.query": "",
+ "url.scheme": "http",
+ "user_agent.original": "Anthropic/JS 0.63.0",
+ },
+ "description": "POST http://localhost:46843/anthropic/v1/messages/count_tokens",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "99892189591a2b7c",
+ "span_id": "2504eede3aa5b3e0",
+ "start_timestamp": 1776347464.487,
+ "status": "ok",
+ "timestamp": 1776347464.526664,
+ "trace_id": "5f2080da59f032dc8309d30bd418041d",
+ },
+ {
+ "data": {
+ "http.request.method": "GET",
+ "http.request.method_original": "GET",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 46843,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > creates anthropic related spans with sendDefaultPii: true:
dev-packages/node-integration-tests/suites/tracing/anthropic/test.ts#L378
AssertionError: expected undefined to be defined
❯ span suites/tracing/anthropic/test.ts:378:39
❯ expectSpanContainer utils/runner.ts:820:5
❯ newEnvelope utils/runner.ts:550:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15
❯ Socket.<anonymous> utils/runner.ts:669:15
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > esm > creates anthropic related spans with sendDefaultPii: true:
dev-packages/node-integration-tests/suites/tracing/anthropic/test.ts#L378
AssertionError: expected undefined to be defined
❯ span suites/tracing/anthropic/test.ts:378:39
❯ expectSpanContainer utils/runner.ts:820:5
❯ newEnvelope utils/runner.ts:550:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15
❯ Socket.<anonymous> utils/runner.ts:669:15
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > creates anthropic related spans with sendDefaultPii: false:
dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) }
(92 matching properties omitted from actual)
- Expected
+ Received
{
"event_id": Any<String>,
- "spans": [],
+ "spans": [
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 46259,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 46259,
+ "url": "http://localhost:46259/anthropic/v1/messages",
+ "url.full": "http://localhost:46259/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:46259/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "b5bcbbd9b1f1b540",
+ "span_id": "44300dc5d2984614",
+ "start_timestamp": 1776347460.942,
+ "status": "ok",
+ "timestamp": 1776347460.993966,
+ "trace_id": "cc84a658d90f09b583a8452c5ff2ba0a",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 404,
+ "network.peer.address": "::1",
+ "network.peer.port": 46259,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 46259,
+ "url": "http://localhost:46259/anthropic/v1/messages",
+ "url.full": "http://localhost:46259/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:46259/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "3c7cfdad86f62421",
+ "span_id": "5148009fd95915cc",
+ "start_timestamp": 1776347461.004,
+ "status": "not_found",
+ "timestamp": 1776347461.0171347,
+ "trace_id": "cc84a658d90f09b583a8452c5ff2ba0a",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 46259,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 46259,
+ "url": "http://localhost:46259/anthropic/v1/messages/count_tokens",
+ "url.full": "http://localhost:46259/anthropic/v1/messages/count_tokens",
+ "url.path": "/anthropic/v1/messages/count_tokens",
+ "url.query": "",
+ "url.scheme": "http",
+ "user_agent.original": "Anthropic/JS 0.63.0",
+ },
+ "description": "POST http://localhost:46259/anthropic/v1/messages/count_tokens",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "2ebf11b77f598cde",
+ "span_id": "7cfd9e18c46f4147",
+ "start_timestamp": 1776347461.028,
+ "status": "ok",
+ "timestamp": 1776347461.0391426,
+ "trace_id": "cc84a658d90f09b583a8452c5ff2ba0a",
+ },
+ {
+ "data": {
+ "http.request.method": "GET",
+ "http.request.method_original": "GET",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 46259,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > esm > creates anthropic related spans with sendDefaultPii: false:
dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) }
(92 matching properties omitted from actual)
- Expected
+ Received
{
"event_id": Any<String>,
- "spans": [],
+ "spans": [
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 43515,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 43515,
+ "url": "http://localhost:43515/anthropic/v1/messages",
+ "url.full": "http://localhost:43515/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:43515/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "92846070278609c2",
+ "span_id": "ef548c85c7e83109",
+ "start_timestamp": 1776347460.108,
+ "status": "ok",
+ "timestamp": 1776347460.1525412,
+ "trace_id": "b5a5bc70196722bf0072fd596c34eaea",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 404,
+ "network.peer.address": "::1",
+ "network.peer.port": 43515,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 43515,
+ "url": "http://localhost:43515/anthropic/v1/messages",
+ "url.full": "http://localhost:43515/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:43515/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "6073a632252c133b",
+ "span_id": "3b26f82cce9f8104",
+ "start_timestamp": 1776347460.163,
+ "status": "not_found",
+ "timestamp": 1776347460.1774242,
+ "trace_id": "b5a5bc70196722bf0072fd596c34eaea",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 43515,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 43515,
+ "url": "http://localhost:43515/anthropic/v1/messages/count_tokens",
+ "url.full": "http://localhost:43515/anthropic/v1/messages/count_tokens",
+ "url.path": "/anthropic/v1/messages/count_tokens",
+ "url.query": "",
+ "url.scheme": "http",
+ "user_agent.original": "Anthropic/JS 0.63.0",
+ },
+ "description": "POST http://localhost:43515/anthropic/v1/messages/count_tokens",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "5d2564dedd59ce96",
+ "span_id": "93ab6fc9c9a47164",
+ "start_timestamp": 1776347460.187,
+ "status": "ok",
+ "timestamp": 1776347460.1976407,
+ "trace_id": "b5a5bc70196722bf0072fd596c34eaea",
+ },
+ {
+ "data": {
+ "http.request.method": "GET",
+ "http.request.method_original": "GET",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 43515,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+
|
|
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#L42
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) }
(92 matching properties omitted from actual)
- Expected
+ Received
{
"event_id": Any<String>,
- "spans": [],
+ "spans": [
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 38191,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 38191,
+ "url": "http://localhost:38191/anthropic/v1/messages",
+ "url.full": "http://localhost:38191/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:38191/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "4430c0fa59b7cb9c",
+ "span_id": "894359488142ffb6",
+ "start_timestamp": 1776347459.106,
+ "status": "ok",
+ "timestamp": 1776347459.1420052,
+ "trace_id": "f539447a14c9b14738eed7b2eaa3458d",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 38191,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 38191,
+ "url": "http://localhost:38191/anthropic/v1/messages",
+ "url.full": "http://localhost:38191/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:38191/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "713984a243b947da",
+ "span_id": "f5546d2251d4c88f",
+ "start_timestamp": 1776347459.15,
+ "status": "ok",
+ "timestamp": 1776347459.16238,
+ "trace_id": "f539447a14c9b14738eed7b2eaa3458d",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 38191,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 38191,
+ "url": "http://localhost:38191/anthropic/v1/messages",
+ "url.full": "http://localhost:38191/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:38191/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "1cbf2a5c17806a4e",
+ "span_id": "d085e830a6f7cc1f",
+ "start_timestamp": 1776347459.165,
+ "status": "ok",
+ "timestamp": 1776347459.259307,
+ "trace_id": "f539447a14c9b14738eed7b2eaa3458d",
+ },
+ ],
"start_timestamp": Anything,
"timestamp": Anything,
"transaction": "main",
"type": "transaction",
}
❯ assertSentryTransaction utils/assertions.ts:42:18
❯ expectTransactionEvent utils/runner.ts:766:5
❯ newEnvelope utils/runner.ts:529:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15
❯ Socket.<anonymous> utils/runner.ts:669:15
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > esm > preserves .withResponse() and .asResponse() for non-streaming and streaming:
dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) }
(92 matching properties omitted from actual)
- Expected
+ Received
{
"event_id": Any<String>,
- "spans": [],
+ "spans": [
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 34427,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 34427,
+ "url": "http://localhost:34427/anthropic/v1/messages",
+ "url.full": "http://localhost:34427/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:34427/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "70968ee41364a202",
+ "span_id": "d102ef4bfab59f91",
+ "start_timestamp": 1776347458.256,
+ "status": "ok",
+ "timestamp": 1776347458.340657,
+ "trace_id": "3a68b33ae294c777ef7a0c6fa6aa3d56",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 34427,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 34427,
+ "url": "http://localhost:34427/anthropic/v1/messages",
+ "url.full": "http://localhost:34427/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:34427/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "4fe0925f4043b652",
+ "span_id": "443ca3e27aff04eb",
+ "start_timestamp": 1776347458.362,
+ "status": "ok",
+ "timestamp": 1776347458.3835495,
+ "trace_id": "3a68b33ae294c777ef7a0c6fa6aa3d56",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 34427,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 34427,
+ "url": "http://localhost:34427/anthropic/v1/messages",
+ "url.full": "http://localhost:34427/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:34427/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "cc2ff011f410f135",
+ "span_id": "78efbf5dfecd61e8",
+ "start_timestamp": 1776347458.387,
+ "status": "ok",
+ "timestamp": 1776347458.4818695,
+ "trace_id": "3a68b33ae294c777ef7a0c6fa6aa3d56",
+ },
+ ],
"start_timestamp": Anything,
"timestamp": Anything,
"transaction": "main",
"type": "transaction",
}
❯ assertSentryTransaction utils/assertions.ts:42:18
❯ expectTransactionEvent utils/runner.ts:766:5
❯ newEnvelope utils/runner.ts:529:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15
❯ Socket.<anonymous> utils/runner.ts:669:15
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > streams produce spans with token usage and metadata (PII false):
dev-packages/node-integration-tests/suites/tracing/anthropic/test.ts#L485
AssertionError: expected undefined to be defined
❯ span suites/tracing/anthropic/test.ts:485:39
❯ expectSpanContainer utils/runner.ts:820:5
❯ newEnvelope utils/runner.ts:550:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15
❯ Socket.<anonymous> utils/runner.ts:669:15
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > esm > streams produce spans with token usage and metadata (PII false):
dev-packages/node-integration-tests/suites/tracing/anthropic/test.ts#L485
AssertionError: expected undefined to be defined
❯ span suites/tracing/anthropic/test.ts:485:39
❯ expectSpanContainer utils/runner.ts:820:5
❯ newEnvelope utils/runner.ts:550:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15
❯ Socket.<anonymous> utils/runner.ts:669:15
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > creates anthropic related spans with custom options:
dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) }
(92 matching properties omitted from actual)
- Expected
+ Received
{
"event_id": Any<String>,
- "spans": [],
+ "spans": [
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 33757,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 33757,
+ "url": "http://localhost:33757/anthropic/v1/messages",
+ "url.full": "http://localhost:33757/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:33757/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "3799c91574ff12a1",
+ "span_id": "04b6ed32a07ce7eb",
+ "start_timestamp": 1776347461.734,
+ "status": "ok",
+ "timestamp": 1776347461.788513,
+ "trace_id": "65e026f5e87dbb9b62c8fbde212bc557",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 404,
+ "network.peer.address": "::1",
+ "network.peer.port": 33757,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 33757,
+ "url": "http://localhost:33757/anthropic/v1/messages",
+ "url.full": "http://localhost:33757/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:33757/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "72c11334ce8857b3",
+ "span_id": "7a6f7a95186783a3",
+ "start_timestamp": 1776347461.795,
+ "status": "not_found",
+ "timestamp": 1776347461.810496,
+ "trace_id": "65e026f5e87dbb9b62c8fbde212bc557",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 33757,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 33757,
+ "url": "http://localhost:33757/anthropic/v1/messages/count_tokens",
+ "url.full": "http://localhost:33757/anthropic/v1/messages/count_tokens",
+ "url.path": "/anthropic/v1/messages/count_tokens",
+ "url.query": "",
+ "url.scheme": "http",
+ "user_agent.original": "Anthropic/JS 0.63.0",
+ },
+ "description": "POST http://localhost:33757/anthropic/v1/messages/count_tokens",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "b89148e0b23f86a1",
+ "span_id": "6c72ce1bcc9733c3",
+ "start_timestamp": 1776347461.819,
+ "status": "ok",
+ "timestamp": 1776347461.8303614,
+ "trace_id": "65e026f5e87dbb9b62c8fbde212bc557",
+ },
+ {
+ "data": {
+ "http.request.method": "GET",
+ "http.request.method_original": "GET",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 33757,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > esm > creates anthropic related spans with custom options:
dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) }
(92 matching properties omitted from actual)
- Expected
+ Received
{
"event_id": Any<String>,
- "spans": [],
+ "spans": [
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 37477,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 37477,
+ "url": "http://localhost:37477/anthropic/v1/messages",
+ "url.full": "http://localhost:37477/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:37477/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "8b8feb21c2d47360",
+ "span_id": "b4302ee785166be3",
+ "start_timestamp": 1776347460.635,
+ "status": "ok",
+ "timestamp": 1776347460.6905904,
+ "trace_id": "99ce02b43664e88ccda85cc47c74850f",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 404,
+ "network.peer.address": "::1",
+ "network.peer.port": 37477,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 37477,
+ "url": "http://localhost:37477/anthropic/v1/messages",
+ "url.full": "http://localhost:37477/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:37477/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "50ce35fdedc19596",
+ "span_id": "f2f04c98468f5583",
+ "start_timestamp": 1776347460.697,
+ "status": "not_found",
+ "timestamp": 1776347460.7114046,
+ "trace_id": "99ce02b43664e88ccda85cc47c74850f",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 37477,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 37477,
+ "url": "http://localhost:37477/anthropic/v1/messages/count_tokens",
+ "url.full": "http://localhost:37477/anthropic/v1/messages/count_tokens",
+ "url.path": "/anthropic/v1/messages/count_tokens",
+ "url.query": "",
+ "url.scheme": "http",
+ "user_agent.original": "Anthropic/JS 0.63.0",
+ },
+ "description": "POST http://localhost:37477/anthropic/v1/messages/count_tokens",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "dafd16af50d644a4",
+ "span_id": "cf118195f0cfe1d5",
+ "start_timestamp": 1776347460.724,
+ "status": "ok",
+ "timestamp": 1776347460.7347953,
+ "trace_id": "99ce02b43664e88ccda85cc47c74850f",
+ },
+ {
+ "data": {
+ "http.request.method": "GET",
+ "http.request.method_original": "GET",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 37477,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > creates anthropic related spans with sendDefaultPii: true:
dev-packages/node-integration-tests/suites/tracing/anthropic/test.ts#L378
AssertionError: expected undefined to be defined
❯ span suites/tracing/anthropic/test.ts:378:39
❯ expectSpanContainer utils/runner.ts:820:5
❯ newEnvelope utils/runner.ts:550:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15
❯ Socket.<anonymous> utils/runner.ts:669:15
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > esm > creates anthropic related spans with sendDefaultPii: true:
dev-packages/node-integration-tests/suites/tracing/anthropic/test.ts#L378
AssertionError: expected undefined to be defined
❯ span suites/tracing/anthropic/test.ts:378:39
❯ expectSpanContainer utils/runner.ts:820:5
❯ newEnvelope utils/runner.ts:550:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15
❯ Socket.<anonymous> utils/runner.ts:669:15
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > creates anthropic related spans with sendDefaultPii: false:
dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) }
(92 matching properties omitted from actual)
- Expected
+ Received
{
"event_id": Any<String>,
- "spans": [],
+ "spans": [
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 34755,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 34755,
+ "url": "http://localhost:34755/anthropic/v1/messages",
+ "url.full": "http://localhost:34755/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:34755/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "824e9a8c8a80a419",
+ "span_id": "875ef3f646168eb8",
+ "start_timestamp": 1776347457.507,
+ "status": "ok",
+ "timestamp": 1776347457.5606775,
+ "trace_id": "47c37773a89d6450a8662c8e300c0861",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 404,
+ "network.peer.address": "::1",
+ "network.peer.port": 34755,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 34755,
+ "url": "http://localhost:34755/anthropic/v1/messages",
+ "url.full": "http://localhost:34755/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:34755/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "ba9a6d84c3726f18",
+ "span_id": "8edf4dcc39920d91",
+ "start_timestamp": 1776347457.569,
+ "status": "not_found",
+ "timestamp": 1776347457.5847392,
+ "trace_id": "47c37773a89d6450a8662c8e300c0861",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 34755,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 34755,
+ "url": "http://localhost:34755/anthropic/v1/messages/count_tokens",
+ "url.full": "http://localhost:34755/anthropic/v1/messages/count_tokens",
+ "url.path": "/anthropic/v1/messages/count_tokens",
+ "url.query": "",
+ "url.scheme": "http",
+ "user_agent.original": "Anthropic/JS 0.63.0",
+ },
+ "description": "POST http://localhost:34755/anthropic/v1/messages/count_tokens",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "0f808763b2e3c7b6",
+ "span_id": "7de25ab0c9475432",
+ "start_timestamp": 1776347457.594,
+ "status": "ok",
+ "timestamp": 1776347457.6070948,
+ "trace_id": "47c37773a89d6450a8662c8e300c0861",
+ },
+ {
+ "data": {
+ "http.request.method": "GET",
+ "http.request.method_original": "GET",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 34755,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > esm > creates anthropic related spans with sendDefaultPii: false:
dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) }
(92 matching properties omitted from actual)
- Expected
+ Received
{
"event_id": Any<String>,
- "spans": [],
+ "spans": [
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 35373,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 35373,
+ "url": "http://localhost:35373/anthropic/v1/messages",
+ "url.full": "http://localhost:35373/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:35373/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "56ec036254156dbf",
+ "span_id": "375c45310614e11b",
+ "start_timestamp": 1776347456.339,
+ "status": "ok",
+ "timestamp": 1776347456.388371,
+ "trace_id": "6769f6e22701537d6a91d85506927096",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 404,
+ "network.peer.address": "::1",
+ "network.peer.port": 35373,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 35373,
+ "url": "http://localhost:35373/anthropic/v1/messages",
+ "url.full": "http://localhost:35373/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:35373/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "7fad0c5a42b24561",
+ "span_id": "8f4aa1c01e67ec72",
+ "start_timestamp": 1776347456.396,
+ "status": "not_found",
+ "timestamp": 1776347456.4121225,
+ "trace_id": "6769f6e22701537d6a91d85506927096",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 35373,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 35373,
+ "url": "http://localhost:35373/anthropic/v1/messages/count_tokens",
+ "url.full": "http://localhost:35373/anthropic/v1/messages/count_tokens",
+ "url.path": "/anthropic/v1/messages/count_tokens",
+ "url.query": "",
+ "url.scheme": "http",
+ "user_agent.original": "Anthropic/JS 0.63.0",
+ },
+ "description": "POST http://localhost:35373/anthropic/v1/messages/count_tokens",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "1f7bc4c885fbae40",
+ "span_id": "65afc99fd85fea32",
+ "start_timestamp": 1776347456.424,
+ "status": "ok",
+ "timestamp": 1776347456.4380136,
+ "trace_id": "6769f6e22701537d6a91d85506927096",
+ },
+ {
+ "data": {
+ "http.request.method": "GET",
+ "http.request.method_original": "GET",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 35373,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+
|
|
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#L42
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) }
(92 matching properties omitted from actual)
- Expected
+ Received
{
"event_id": Any<String>,
- "spans": [],
+ "spans": [
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 34055,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 34055,
+ "url": "http://localhost:34055/anthropic/v1/messages",
+ "url.full": "http://localhost:34055/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:34055/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "12b211cfa46da816",
+ "span_id": "9ca8334bc6e02912",
+ "start_timestamp": 1776347455.431,
+ "status": "ok",
+ "timestamp": 1776347455.4861422,
+ "trace_id": "787eb9b0ba390b55dbfee23375486e29",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 34055,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 34055,
+ "url": "http://localhost:34055/anthropic/v1/messages",
+ "url.full": "http://localhost:34055/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:34055/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "17ee135260b01a9a",
+ "span_id": "dd8adee131b16306",
+ "start_timestamp": 1776347455.491,
+ "status": "ok",
+ "timestamp": 1776347455.5052347,
+ "trace_id": "787eb9b0ba390b55dbfee23375486e29",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 34055,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 34055,
+ "url": "http://localhost:34055/anthropic/v1/messages",
+ "url.full": "http://localhost:34055/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:34055/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "0d533779125fa607",
+ "span_id": "12742f14cb155102",
+ "start_timestamp": 1776347455.509,
+ "status": "ok",
+ "timestamp": 1776347455.5998516,
+ "trace_id": "787eb9b0ba390b55dbfee23375486e29",
+ },
+ ],
"start_timestamp": Anything,
"timestamp": Anything,
"transaction": "main",
"type": "transaction",
}
❯ assertSentryTransaction utils/assertions.ts:42:18
❯ expectTransactionEvent utils/runner.ts:766:5
❯ newEnvelope utils/runner.ts:529:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15
❯ Socket.<anonymous> utils/runner.ts:669:15
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > esm > preserves .withResponse() and .asResponse() for non-streaming and streaming:
dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) }
(92 matching properties omitted from actual)
- Expected
+ Received
{
"event_id": Any<String>,
- "spans": [],
+ "spans": [
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 46559,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 46559,
+ "url": "http://localhost:46559/anthropic/v1/messages",
+ "url.full": "http://localhost:46559/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:46559/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "859c5599906afcff",
+ "span_id": "204c04f381c2fe44",
+ "start_timestamp": 1776347454.551,
+ "status": "ok",
+ "timestamp": 1776347454.6074727,
+ "trace_id": "1167eed2a0bc6c5cdea480ded7cda153",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 46559,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 46559,
+ "url": "http://localhost:46559/anthropic/v1/messages",
+ "url.full": "http://localhost:46559/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:46559/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "cc87a6712f4809bc",
+ "span_id": "3b7b78ef2d4e9457",
+ "start_timestamp": 1776347454.615,
+ "status": "ok",
+ "timestamp": 1776347454.629594,
+ "trace_id": "1167eed2a0bc6c5cdea480ded7cda153",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 46559,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 46559,
+ "url": "http://localhost:46559/anthropic/v1/messages",
+ "url.full": "http://localhost:46559/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:46559/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "36f35d500808c8c8",
+ "span_id": "b422024a1498626c",
+ "start_timestamp": 1776347454.633,
+ "status": "ok",
+ "timestamp": 1776347454.7348247,
+ "trace_id": "1167eed2a0bc6c5cdea480ded7cda153",
+ },
+ ],
"start_timestamp": Anything,
"timestamp": Anything,
"transaction": "main",
"type": "transaction",
}
❯ assertSentryTransaction utils/assertions.ts:42:18
❯ expectTransactionEvent utils/runner.ts:766:5
❯ newEnvelope utils/runner.ts:529:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15
❯ Socket.<anonymous> utils/runner.ts:669:15
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > streams produce spans with token usage and metadata (PII false):
dev-packages/node-integration-tests/suites/tracing/anthropic/test.ts#L485
AssertionError: expected undefined to be defined
❯ span suites/tracing/anthropic/test.ts:485:39
❯ expectSpanContainer utils/runner.ts:820:5
❯ newEnvelope utils/runner.ts:550:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15
❯ Socket.<anonymous> utils/runner.ts:669:15
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > esm > streams produce spans with token usage and metadata (PII false):
dev-packages/node-integration-tests/suites/tracing/anthropic/test.ts#L485
AssertionError: expected undefined to be defined
❯ span suites/tracing/anthropic/test.ts:485:39
❯ expectSpanContainer utils/runner.ts:820:5
❯ newEnvelope utils/runner.ts:550:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15
❯ Socket.<anonymous> utils/runner.ts:669:15
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > creates anthropic related spans with custom options:
dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) }
(92 matching properties omitted from actual)
- Expected
+ Received
{
"event_id": Any<String>,
- "spans": [],
+ "spans": [
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 43145,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 43145,
+ "url": "http://localhost:43145/anthropic/v1/messages",
+ "url.full": "http://localhost:43145/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:43145/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "5ca81751be776df7",
+ "span_id": "3eac5422edc9c9e5",
+ "start_timestamp": 1776347459.351,
+ "status": "ok",
+ "timestamp": 1776347459.4023683,
+ "trace_id": "ea748da9cb57f57b0613da4e6c7a9942",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 404,
+ "network.peer.address": "::1",
+ "network.peer.port": 43145,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 43145,
+ "url": "http://localhost:43145/anthropic/v1/messages",
+ "url.full": "http://localhost:43145/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:43145/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "5fe8d3e0bcf4714e",
+ "span_id": "2681ac7e105f2f87",
+ "start_timestamp": 1776347459.408,
+ "status": "not_found",
+ "timestamp": 1776347459.4176688,
+ "trace_id": "ea748da9cb57f57b0613da4e6c7a9942",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 43145,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 43145,
+ "url": "http://localhost:43145/anthropic/v1/messages/count_tokens",
+ "url.full": "http://localhost:43145/anthropic/v1/messages/count_tokens",
+ "url.path": "/anthropic/v1/messages/count_tokens",
+ "url.query": "",
+ "url.scheme": "http",
+ "user_agent.original": "Anthropic/JS 0.63.0",
+ },
+ "description": "POST http://localhost:43145/anthropic/v1/messages/count_tokens",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "e901304f09af4725",
+ "span_id": "fdc74b1963dae6f2",
+ "start_timestamp": 1776347459.427,
+ "status": "ok",
+ "timestamp": 1776347459.4826238,
+ "trace_id": "ea748da9cb57f57b0613da4e6c7a9942",
+ },
+ {
+ "data": {
+ "http.request.method": "GET",
+ "http.request.method_original": "GET",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 43145,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > esm > creates anthropic related spans with custom options:
dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) }
(92 matching properties omitted from actual)
- Expected
+ Received
{
"event_id": Any<String>,
- "spans": [],
+ "spans": [
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 33877,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 33877,
+ "url": "http://localhost:33877/anthropic/v1/messages",
+ "url.full": "http://localhost:33877/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:33877/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "25bf21ba7b3fcb81",
+ "span_id": "d9b71063e08b9a9f",
+ "start_timestamp": 1776347458.515,
+ "status": "ok",
+ "timestamp": 1776347458.5751262,
+ "trace_id": "faa89162d61241cff1b08fbaff8d03b0",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 404,
+ "network.peer.address": "::1",
+ "network.peer.port": 33877,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 33877,
+ "url": "http://localhost:33877/anthropic/v1/messages",
+ "url.full": "http://localhost:33877/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:33877/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "6f27e0ad1101dde8",
+ "span_id": "8bdbe541c370773d",
+ "start_timestamp": 1776347458.588,
+ "status": "not_found",
+ "timestamp": 1776347458.6164858,
+ "trace_id": "faa89162d61241cff1b08fbaff8d03b0",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 33877,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 33877,
+ "url": "http://localhost:33877/anthropic/v1/messages/count_tokens",
+ "url.full": "http://localhost:33877/anthropic/v1/messages/count_tokens",
+ "url.path": "/anthropic/v1/messages/count_tokens",
+ "url.query": "",
+ "url.scheme": "http",
+ "user_agent.original": "Anthropic/JS 0.63.0",
+ },
+ "description": "POST http://localhost:33877/anthropic/v1/messages/count_tokens",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "e0d8e7d16b74ae26",
+ "span_id": "dc316ac9c7d68490",
+ "start_timestamp": 1776347458.631,
+ "status": "ok",
+ "timestamp": 1776347458.6708777,
+ "trace_id": "faa89162d61241cff1b08fbaff8d03b0",
+ },
+ {
+ "data": {
+ "http.request.method": "GET",
+ "http.request.method_original": "GET",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 33877,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > creates anthropic related spans with sendDefaultPii: true:
dev-packages/node-integration-tests/suites/tracing/anthropic/test.ts#L378
AssertionError: expected undefined to be defined
❯ span suites/tracing/anthropic/test.ts:378:39
❯ expectSpanContainer utils/runner.ts:820:5
❯ newEnvelope utils/runner.ts:550:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15
❯ Socket.<anonymous> utils/runner.ts:669:15
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > esm > creates anthropic related spans with sendDefaultPii: true:
dev-packages/node-integration-tests/suites/tracing/anthropic/test.ts#L378
AssertionError: expected undefined to be defined
❯ span suites/tracing/anthropic/test.ts:378:39
❯ expectSpanContainer utils/runner.ts:820:5
❯ newEnvelope utils/runner.ts:550:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15
❯ Socket.<anonymous> utils/runner.ts:669:15
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > creates anthropic related spans with sendDefaultPii: false:
dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) }
(92 matching properties omitted from actual)
- Expected
+ Received
{
"event_id": Any<String>,
- "spans": [],
+ "spans": [
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 33765,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 33765,
+ "url": "http://localhost:33765/anthropic/v1/messages",
+ "url.full": "http://localhost:33765/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:33765/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "c23e059ed361de0a",
+ "span_id": "9dfac5514a658098",
+ "start_timestamp": 1776347454.956,
+ "status": "ok",
+ "timestamp": 1776347455.0140405,
+ "trace_id": "c09810d4e1172f3a813b33416ecbe41d",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 404,
+ "network.peer.address": "::1",
+ "network.peer.port": 33765,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 33765,
+ "url": "http://localhost:33765/anthropic/v1/messages",
+ "url.full": "http://localhost:33765/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:33765/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "0acdb47a9dc28049",
+ "span_id": "7db4bac08b055e76",
+ "start_timestamp": 1776347455.022,
+ "status": "not_found",
+ "timestamp": 1776347455.039442,
+ "trace_id": "c09810d4e1172f3a813b33416ecbe41d",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 33765,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 33765,
+ "url": "http://localhost:33765/anthropic/v1/messages/count_tokens",
+ "url.full": "http://localhost:33765/anthropic/v1/messages/count_tokens",
+ "url.path": "/anthropic/v1/messages/count_tokens",
+ "url.query": "",
+ "url.scheme": "http",
+ "user_agent.original": "Anthropic/JS 0.63.0",
+ },
+ "description": "POST http://localhost:33765/anthropic/v1/messages/count_tokens",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "d8e44001e9d33622",
+ "span_id": "1a8528229be2f29b",
+ "start_timestamp": 1776347455.049,
+ "status": "ok",
+ "timestamp": 1776347455.0607543,
+ "trace_id": "c09810d4e1172f3a813b33416ecbe41d",
+ },
+ {
+ "data": {
+ "http.request.method": "GET",
+ "http.request.method_original": "GET",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 33765,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > esm > creates anthropic related spans with sendDefaultPii: false:
dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) }
(92 matching properties omitted from actual)
- Expected
+ Received
{
"event_id": Any<String>,
- "spans": [],
+ "spans": [
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 43301,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 43301,
+ "url": "http://localhost:43301/anthropic/v1/messages",
+ "url.full": "http://localhost:43301/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:43301/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "1a7d61b5cddf732d",
+ "span_id": "2f2626fae801af1f",
+ "start_timestamp": 1776347453.967,
+ "status": "ok",
+ "timestamp": 1776347454.0254016,
+ "trace_id": "073cccf3bc205c15e05022b61f7e2486",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 404,
+ "network.peer.address": "::1",
+ "network.peer.port": 43301,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 43301,
+ "url": "http://localhost:43301/anthropic/v1/messages",
+ "url.full": "http://localhost:43301/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:43301/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "c1161b61cf70a6e9",
+ "span_id": "ddd555cf0528b2f7",
+ "start_timestamp": 1776347454.033,
+ "status": "not_found",
+ "timestamp": 1776347454.0472097,
+ "trace_id": "073cccf3bc205c15e05022b61f7e2486",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 43301,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 43301,
+ "url": "http://localhost:43301/anthropic/v1/messages/count_tokens",
+ "url.full": "http://localhost:43301/anthropic/v1/messages/count_tokens",
+ "url.path": "/anthropic/v1/messages/count_tokens",
+ "url.query": "",
+ "url.scheme": "http",
+ "user_agent.original": "Anthropic/JS 0.63.0",
+ },
+ "description": "POST http://localhost:43301/anthropic/v1/messages/count_tokens",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "6345fc71ba63a905",
+ "span_id": "ae590682fb4ba865",
+ "start_timestamp": 1776347454.056,
+ "status": "ok",
+ "timestamp": 1776347454.0672696,
+ "trace_id": "073cccf3bc205c15e05022b61f7e2486",
+ },
+ {
+ "data": {
+ "http.request.method": "GET",
+ "http.request.method_original": "GET",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 43301,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+
|
|
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#L42
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) }
(92 matching properties omitted from actual)
- Expected
+ Received
{
"event_id": Any<String>,
- "spans": [],
+ "spans": [
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 46201,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 46201,
+ "url": "http://localhost:46201/anthropic/v1/messages",
+ "url.full": "http://localhost:46201/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:46201/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "a402eb134b067d39",
+ "span_id": "7644c83927c216a0",
+ "start_timestamp": 1776347452.957,
+ "status": "ok",
+ "timestamp": 1776347453.0021157,
+ "trace_id": "de817ee0a58b6bc766c5b83be3413e40",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 46201,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 46201,
+ "url": "http://localhost:46201/anthropic/v1/messages",
+ "url.full": "http://localhost:46201/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:46201/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "c86f0a8add55ceb9",
+ "span_id": "7658a20c72645b04",
+ "start_timestamp": 1776347453.016,
+ "status": "ok",
+ "timestamp": 1776347453.0252786,
+ "trace_id": "de817ee0a58b6bc766c5b83be3413e40",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 46201,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 46201,
+ "url": "http://localhost:46201/anthropic/v1/messages",
+ "url.full": "http://localhost:46201/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:46201/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "f27f37ef6f17d548",
+ "span_id": "30e7b99ea696e6c2",
+ "start_timestamp": 1776347453.028,
+ "status": "ok",
+ "timestamp": 1776347453.135158,
+ "trace_id": "de817ee0a58b6bc766c5b83be3413e40",
+ },
+ ],
"start_timestamp": Anything,
"timestamp": Anything,
"transaction": "main",
"type": "transaction",
}
❯ assertSentryTransaction utils/assertions.ts:42:18
❯ expectTransactionEvent utils/runner.ts:766:5
❯ newEnvelope utils/runner.ts:529:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15
❯ Socket.<anonymous> utils/runner.ts:669:15
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > esm > preserves .withResponse() and .asResponse() for non-streaming and streaming:
dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) }
(92 matching properties omitted from actual)
- Expected
+ Received
{
"event_id": Any<String>,
- "spans": [],
+ "spans": [
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 40451,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 40451,
+ "url": "http://localhost:40451/anthropic/v1/messages",
+ "url.full": "http://localhost:40451/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:40451/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "a984246b57b167c9",
+ "span_id": "5fb42fd1614381a4",
+ "start_timestamp": 1776347452.151,
+ "status": "ok",
+ "timestamp": 1776347452.2080522,
+ "trace_id": "b68007bb032c747dfc3d849364cd0b37",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 40451,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 40451,
+ "url": "http://localhost:40451/anthropic/v1/messages",
+ "url.full": "http://localhost:40451/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:40451/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "19523a7de33b4c84",
+ "span_id": "17dc8daa5e3b2494",
+ "start_timestamp": 1776347452.216,
+ "status": "ok",
+ "timestamp": 1776347452.2306232,
+ "trace_id": "b68007bb032c747dfc3d849364cd0b37",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 40451,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 40451,
+ "url": "http://localhost:40451/anthropic/v1/messages",
+ "url.full": "http://localhost:40451/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:40451/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "3a6e4718c3a42ec2",
+ "span_id": "6751df016740277e",
+ "start_timestamp": 1776347452.234,
+ "status": "ok",
+ "timestamp": 1776347452.3339536,
+ "trace_id": "b68007bb032c747dfc3d849364cd0b37",
+ },
+ ],
"start_timestamp": Anything,
"timestamp": Anything,
"transaction": "main",
"type": "transaction",
}
❯ assertSentryTransaction utils/assertions.ts:42:18
❯ expectTransactionEvent utils/runner.ts:766:5
❯ newEnvelope utils/runner.ts:529:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15
❯ Socket.<anonymous> utils/runner.ts:669:15
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > streams produce spans with token usage and metadata (PII false):
dev-packages/node-integration-tests/suites/tracing/anthropic/test.ts#L485
AssertionError: expected undefined to be defined
❯ span suites/tracing/anthropic/test.ts:485:39
❯ expectSpanContainer utils/runner.ts:820:5
❯ newEnvelope utils/runner.ts:550:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15
❯ Socket.<anonymous> utils/runner.ts:669:15
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > esm > streams produce spans with token usage and metadata (PII false):
dev-packages/node-integration-tests/suites/tracing/anthropic/test.ts#L485
AssertionError: expected undefined to be defined
❯ span suites/tracing/anthropic/test.ts:485:39
❯ expectSpanContainer utils/runner.ts:820:5
❯ newEnvelope utils/runner.ts:550:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15
❯ Socket.<anonymous> utils/runner.ts:669:15
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > creates anthropic related spans with custom options:
dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) }
(92 matching properties omitted from actual)
- Expected
+ Received
{
"event_id": Any<String>,
- "spans": [],
+ "spans": [
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 43543,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 43543,
+ "url": "http://localhost:43543/anthropic/v1/messages",
+ "url.full": "http://localhost:43543/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:43543/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "06e23fdaa77b7098",
+ "span_id": "6b7a114e422d6c0c",
+ "start_timestamp": 1776347636.169,
+ "status": "ok",
+ "timestamp": 1776347636.210861,
+ "trace_id": "20d5ee755d70c2e30e50f6e70daae8bd",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 404,
+ "network.peer.address": "::1",
+ "network.peer.port": 43543,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 43543,
+ "url": "http://localhost:43543/anthropic/v1/messages",
+ "url.full": "http://localhost:43543/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:43543/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "336035af6d1a4758",
+ "span_id": "dbf6df5f35b04684",
+ "start_timestamp": 1776347636.216,
+ "status": "not_found",
+ "timestamp": 1776347636.2255428,
+ "trace_id": "20d5ee755d70c2e30e50f6e70daae8bd",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 43543,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 43543,
+ "url": "http://localhost:43543/anthropic/v1/messages/count_tokens",
+ "url.full": "http://localhost:43543/anthropic/v1/messages/count_tokens",
+ "url.path": "/anthropic/v1/messages/count_tokens",
+ "url.query": "",
+ "url.scheme": "http",
+ "user_agent.original": "Anthropic/JS 0.63.0",
+ },
+ "description": "POST http://localhost:43543/anthropic/v1/messages/count_tokens",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "5df7b9ac7be56471",
+ "span_id": "f46a5904c907cf78",
+ "start_timestamp": 1776347636.231,
+ "status": "ok",
+ "timestamp": 1776347636.238406,
+ "trace_id": "20d5ee755d70c2e30e50f6e70daae8bd",
+ },
+ {
+ "data": {
+ "http.request.method": "GET",
+ "http.request.method_original": "GET",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 43543,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > esm > creates anthropic related spans with custom options:
dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) }
(92 matching properties omitted from actual)
- Expected
+ Received
{
"event_id": Any<String>,
- "spans": [],
+ "spans": [
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 45467,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 45467,
+ "url": "http://localhost:45467/anthropic/v1/messages",
+ "url.full": "http://localhost:45467/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:45467/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "a3db47ac8b0d0abd",
+ "span_id": "9f75373cc9478833",
+ "start_timestamp": 1776347635.36,
+ "status": "ok",
+ "timestamp": 1776347635.400438,
+ "trace_id": "688adbe57c329ef33dc9da5213a17ea4",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 404,
+ "network.peer.address": "::1",
+ "network.peer.port": 45467,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 45467,
+ "url": "http://localhost:45467/anthropic/v1/messages",
+ "url.full": "http://localhost:45467/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:45467/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "35fc029ef7bd0b64",
+ "span_id": "460f995de92cf8aa",
+ "start_timestamp": 1776347635.407,
+ "status": "not_found",
+ "timestamp": 1776347635.416775,
+ "trace_id": "688adbe57c329ef33dc9da5213a17ea4",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 45467,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 45467,
+ "url": "http://localhost:45467/anthropic/v1/messages/count_tokens",
+ "url.full": "http://localhost:45467/anthropic/v1/messages/count_tokens",
+ "url.path": "/anthropic/v1/messages/count_tokens",
+ "url.query": "",
+ "url.scheme": "http",
+ "user_agent.original": "Anthropic/JS 0.63.0",
+ },
+ "description": "POST http://localhost:45467/anthropic/v1/messages/count_tokens",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "90d47a1bff3202c5",
+ "span_id": "d402792c71090ec3",
+ "start_timestamp": 1776347635.423,
+ "status": "ok",
+ "timestamp": 1776347635.4306118,
+ "trace_id": "688adbe57c329ef33dc9da5213a17ea4",
+ },
+ {
+ "data": {
+ "http.request.method": "GET",
+ "http.request.method_original": "GET",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 45467,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > creates anthropic related spans with sendDefaultPii: true:
dev-packages/node-integration-tests/suites/tracing/anthropic/test.ts#L378
AssertionError: expected undefined to be defined
❯ span suites/tracing/anthropic/test.ts:378:39
❯ expectSpanContainer utils/runner.ts:820:5
❯ newEnvelope utils/runner.ts:550:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15
❯ Socket.<anonymous> utils/runner.ts:669:15
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > esm > creates anthropic related spans with sendDefaultPii: true:
dev-packages/node-integration-tests/suites/tracing/anthropic/test.ts#L378
AssertionError: expected undefined to be defined
❯ span suites/tracing/anthropic/test.ts:378:39
❯ expectSpanContainer utils/runner.ts:820:5
❯ newEnvelope utils/runner.ts:550:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15
❯ Socket.<anonymous> utils/runner.ts:669:15
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > cjs > creates anthropic related spans with sendDefaultPii: false:
dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) }
(92 matching properties omitted from actual)
- Expected
+ Received
{
"event_id": Any<String>,
- "spans": [],
+ "spans": [
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 33231,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 33231,
+ "url": "http://localhost:33231/anthropic/v1/messages",
+ "url.full": "http://localhost:33231/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:33231/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "6d628d5d5574a839",
+ "span_id": "c6764d924ec47f2d",
+ "start_timestamp": 1776347632.382,
+ "status": "ok",
+ "timestamp": 1776347632.4316897,
+ "trace_id": "bc39c8aab490f92a3265b8751acecd38",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 404,
+ "network.peer.address": "::1",
+ "network.peer.port": 33231,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 33231,
+ "url": "http://localhost:33231/anthropic/v1/messages",
+ "url.full": "http://localhost:33231/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:33231/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "a8c61f55671e9035",
+ "span_id": "26bd8486544a17b3",
+ "start_timestamp": 1776347632.437,
+ "status": "not_found",
+ "timestamp": 1776347632.4482453,
+ "trace_id": "bc39c8aab490f92a3265b8751acecd38",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 33231,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 33231,
+ "url": "http://localhost:33231/anthropic/v1/messages/count_tokens",
+ "url.full": "http://localhost:33231/anthropic/v1/messages/count_tokens",
+ "url.path": "/anthropic/v1/messages/count_tokens",
+ "url.query": "",
+ "url.scheme": "http",
+ "user_agent.original": "Anthropic/JS 0.63.0",
+ },
+ "description": "POST http://localhost:33231/anthropic/v1/messages/count_tokens",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "547a0c4f009fc0e6",
+ "span_id": "a0ce0f8c3e95fe30",
+ "start_timestamp": 1776347632.456,
+ "status": "ok",
+ "timestamp": 1776347632.4729528,
+ "trace_id": "bc39c8aab490f92a3265b8751acecd38",
+ },
+ {
+ "data": {
+ "http.request.method": "GET",
+ "http.request.method_original": "GET",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 33231,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > esm > creates anthropic related spans with sendDefaultPii: false:
dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) }
(92 matching properties omitted from actual)
- Expected
+ Received
{
"event_id": Any<String>,
- "spans": [],
+ "spans": [
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 40639,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 40639,
+ "url": "http://localhost:40639/anthropic/v1/messages",
+ "url.full": "http://localhost:40639/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:40639/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "98a541bd98221049",
+ "span_id": "23813282571fc972",
+ "start_timestamp": 1776347631.369,
+ "status": "ok",
+ "timestamp": 1776347631.4282243,
+ "trace_id": "35001c5123d2078d77bd62c2d0fd8109",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 404,
+ "network.peer.address": "::1",
+ "network.peer.port": 40639,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 40639,
+ "url": "http://localhost:40639/anthropic/v1/messages",
+ "url.full": "http://localhost:40639/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:40639/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "025f951654f102af",
+ "span_id": "6ac4f6237a05cec8",
+ "start_timestamp": 1776347631.435,
+ "status": "not_found",
+ "timestamp": 1776347631.4497116,
+ "trace_id": "35001c5123d2078d77bd62c2d0fd8109",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 40639,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 40639,
+ "url": "http://localhost:40639/anthropic/v1/messages/count_tokens",
+ "url.full": "http://localhost:40639/anthropic/v1/messages/count_tokens",
+ "url.path": "/anthropic/v1/messages/count_tokens",
+ "url.query": "",
+ "url.scheme": "http",
+ "user_agent.original": "Anthropic/JS 0.63.0",
+ },
+ "description": "POST http://localhost:40639/anthropic/v1/messages/count_tokens",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "5f9029b7e76fec13",
+ "span_id": "13c87eadcf254a79",
+ "start_timestamp": 1776347631.51,
+ "status": "ok",
+ "timestamp": 1776347631.5492008,
+ "trace_id": "35001c5123d2078d77bd62c2d0fd8109",
+ },
+ {
+ "data": {
+ "http.request.method": "GET",
+ "http.request.method_original": "GET",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 40639,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+
|
|
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#L42
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) }
(92 matching properties omitted from actual)
- Expected
+ Received
{
"event_id": Any<String>,
- "spans": [],
+ "spans": [
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 46671,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 46671,
+ "url": "http://localhost:46671/anthropic/v1/messages",
+ "url.full": "http://localhost:46671/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:46671/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "86ce3a6d65e275af",
+ "span_id": "c44f682a30aae31f",
+ "start_timestamp": 1776347630.331,
+ "status": "ok",
+ "timestamp": 1776347630.3840687,
+ "trace_id": "3da1a8cf5c23343a7fca8e3c28683c17",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 46671,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 46671,
+ "url": "http://localhost:46671/anthropic/v1/messages",
+ "url.full": "http://localhost:46671/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:46671/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "0047045b21e40635",
+ "span_id": "2159cac1d82915b4",
+ "start_timestamp": 1776347630.39,
+ "status": "ok",
+ "timestamp": 1776347630.4010963,
+ "trace_id": "3da1a8cf5c23343a7fca8e3c28683c17",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 46671,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 46671,
+ "url": "http://localhost:46671/anthropic/v1/messages",
+ "url.full": "http://localhost:46671/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:46671/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "4b3aa39585c75f9c",
+ "span_id": "0a3a0fdc6df4266f",
+ "start_timestamp": 1776347630.403,
+ "status": "ok",
+ "timestamp": 1776347630.4970882,
+ "trace_id": "3da1a8cf5c23343a7fca8e3c28683c17",
+ },
+ ],
"start_timestamp": Anything,
"timestamp": Anything,
"transaction": "main",
"type": "transaction",
}
❯ assertSentryTransaction utils/assertions.ts:42:18
❯ expectTransactionEvent utils/runner.ts:766:5
❯ newEnvelope utils/runner.ts:529:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15
❯ Socket.<anonymous> utils/runner.ts:669:15
|
|
suites/tracing/anthropic/test.ts > Anthropic integration > esm/cjs > esm > preserves .withResponse() and .asResponse() for non-streaming and streaming:
dev-packages/node-integration-tests/utils/assertions.ts#L42
AssertionError: expected { contexts: { …(8) }, …(14) } to match object { event_id: Any<String>, …(5) }
(92 matching properties omitted from actual)
- Expected
+ Received
{
"event_id": Any<String>,
- "spans": [],
+ "spans": [
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 36635,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 36635,
+ "url": "http://localhost:36635/anthropic/v1/messages",
+ "url.full": "http://localhost:36635/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:36635/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "13d9b9549ae2e240",
+ "span_id": "9890693560611333",
+ "start_timestamp": 1776347629.447,
+ "status": "ok",
+ "timestamp": 1776347629.4860706,
+ "trace_id": "5b1d54ba890ce9d513d99b83059efd3e",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 36635,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 36635,
+ "url": "http://localhost:36635/anthropic/v1/messages",
+ "url.full": "http://localhost:36635/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:36635/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "2619a53120cb6a5e",
+ "span_id": "4afad1da688f3837",
+ "start_timestamp": 1776347629.49,
+ "status": "ok",
+ "timestamp": 1776347629.4989257,
+ "trace_id": "5b1d54ba890ce9d513d99b83059efd3e",
+ },
+ {
+ "data": {
+ "http.request.method": "POST",
+ "http.request.method_original": "POST",
+ "http.response.status_code": 200,
+ "network.peer.address": "::1",
+ "network.peer.port": 36635,
+ "otel.kind": "CLIENT",
+ "sentry.op": "http.client",
+ "sentry.origin": "auto.http.otel.node_fetch",
+ "server.address": "localhost",
+ "server.port": 36635,
+ "url": "http://localhost:36635/anthropic/v1/messages",
+ "url.full": "http://localhost:36635/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:36635/anthropic/v1/messages",
+ "op": "http.client",
+ "origin": "auto.http.otel.node_fetch",
+ "parent_span_id": "150f401f655bf913",
+ "span_id": "059ea01348d99523",
+ "start_timestamp": 1776347629.501,
+ "status": "ok",
+ "timestamp": 1776347629.597039,
+ "trace_id": "5b1d54ba890ce9d513d99b83059efd3e",
+ },
+ ],
"start_timestamp": Anything,
"timestamp": Anything,
"transaction": "main",
"type": "transaction",
}
❯ assertSentryTransaction utils/assertions.ts:42:18
❯ expectTransactionEvent utils/runner.ts:766:5
❯ newEnvelope utils/runner.ts:529:15
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15
❯ Socket.<anonymous> utils/runner.ts:669:15
|
|
Playwright bundle_tracing Tests
Canceling since a higher priority waiting request for CI: Build & Test-ab/gen-ai-span-v2-poc exists
|
|
Playwright bundle_tracing Tests
The operation was canceled.
|
|
Playwright bundle_tracing_replay_feedback_logs_metrics_min webkit Tests
Canceling since a higher priority waiting request for CI: Build & Test-ab/gen-ai-span-v2-poc exists
|
|
Playwright bundle_tracing_replay_feedback_logs_metrics_min webkit Tests
The operation was canceled.
|
|
E2E nestjs-with-submodules Test
The job has exceeded the maximum execution time of 15m0s
|
|
E2E nestjs-with-submodules Test
The operation was canceled.
|
|
E2E create-remix-app-v2 Test
The job has exceeded the maximum execution time of 15m0s
|
|
E2E create-remix-app-v2 Test
The operation was canceled.
|
|
E2E vue-tanstack-router Test
The job has exceeded the maximum execution time of 15m0s
|
|
E2E vue-tanstack-router Test
The operation was canceled.
|
|
E2E react-19 Test
The job has exceeded the maximum execution time of 15m0s
|
|
E2E react-19 Test
The operation was canceled.
|
|
E2E nextjs-16 (webpack) Test
The job has exceeded the maximum execution time of 15m0s
|
|
E2E nextjs-16 (webpack) Test
The operation was canceled.
|
|
E2E react-router-5 Test
The job has exceeded the maximum execution time of 15m0s
|
|
E2E react-router-5 Test
The operation was canceled.
|
|
E2E effect-browser Test
The job has exceeded the maximum execution time of 15m0s
|
|
E2E effect-browser Test
The operation was canceled.
|
|
All required jobs passed or were skipped
Process completed with exit code 1.
|
|
CI: Build & Test
Canceling since a higher priority waiting request for CI: Build & Test-ab/gen-ai-span-v2-poc exists
|
|
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/
|
|
Deno Unit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: denoland/setup-deno@v2.0.3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
eslint(no-unused-vars):
packages/core/test/lib/utils/weakRef.test.ts#L1
Identifier 'beforeEach' is imported but never used.
|
|
eslint(no-unused-vars):
packages/core/test/lib/utils/weakRef.test.ts#L1
Identifier 'afterEach' is imported but never used.
|
|
eslint(no-unused-vars):
packages/opentelemetry/test/utils/contextData.test.ts#L3
Identifier 'vi' is imported but never used.
|
|
eslint(no-unused-vars):
packages/opentelemetry/test/utils/contextData.test.ts#L3
Identifier 'beforeEach' is imported but never used.
|
|
eslint(no-unused-vars):
packages/opentelemetry/test/utils/contextData.test.ts#L3
Identifier 'afterEach' is imported but never used.
|
|
eslint(no-unused-vars):
packages/core/src/integrations/requestdata.ts#L2
Identifier 'hasSpanStreamingEnabled' is imported but never used.
|
|
Size Check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: ./dev-packages/size-limit-gh-action. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Node (24) Unit Tests
❌ Patch coverage check failed: 78.95% < target 80%
|
|
Node (18) Unit Tests
❌ Patch coverage check failed: 78.95% < target 80%
|
|
Node (22) Unit Tests
❌ Patch coverage check failed: 78.95% < target 80%
|
|
Node (20) Unit Tests
❌ Patch coverage check failed: 78.95% < target 80%
|
|
E2E node-express-esm-without-loader Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Browser Unit Tests
Patch coverage defaulted to 100% because no changed files matched coverage data.
Unmatched diff files: dev-packages/node-integration-tests/suites/tracing/anthropic/test.ts, dev-packages/node-integration-tests/suites/tracing/google-genai/test.ts, dev-packages/node-integration-tests/suites/tracing/langchain/test.ts, dev-packages/node-integration-tests/suites/tracing/langchain/v1/test.ts, dev-packages/node-integration-tests/suites/tracing/langgraph/test.ts, dev-packages/node-integration-tests/suites/tracing/openai/openai-tool-calls/test.ts, dev-packages/node-integration-tests/suites/tracing/openai/test.ts, dev-packages/node-integration-tests/suites/tracing/openai/v6/test.ts, dev-packages/node-integration-tests/suites/tracing/vercelai/test-generate-object.ts, dev-packages/node-integration-tests/suites/tracing/vercelai/test.ts, dev-packages/node-integration-tests/suites/tracing/vercelai/v5/test.ts, dev-packages/node-integration-tests/suites/tracing/vercelai/v6/test.ts, packages/core/src/client.ts, packages/core/src/tracing/sentrySpan.ts, packages/core/src/tracing/spans/extractGenAiSpans.ts, packages/core/src/tracing/spans/spanJsonToStreamedSpan.ts, packages/core/src/types-hoist/envelope.ts, packages/core/test/lib/tracing/sentrySpan.test.ts, packages/core/test/lib/tracing/spans/extractGenAiSpans.test.ts, packages/core/test/lib/tracing/spans/spanJsonToStreamedSpan.test.ts, packages/opentelemetry/src/spanExporter.ts
Sample coverage paths: ./mute.js, /Users/isaacs/dev/js/events-to-array/etoa.js, /home/runner/work/sentry-javascript/sentry-javascript/packages/browser/src/client.ts
This usually indicates a path format mismatch between your coverage tool and the repository.
|
|
E2E node-core-light-express Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-otel-custom-sampler Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-hapi Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E elysia-bun Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-profiling-esm Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-express-esm-preload Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-express-esm-loader Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-core-express-otel-v1-sdk-node Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-core-express-otel-v2 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-express-send-to-sentry Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-core-express-otel-v1 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E elysia-node Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-core-express-otel-v2-custom-sampler Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-otel Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E react-router-7-framework-spa-node-20-18 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-koa Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-core-express-otel-v2-sdk-node Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-16-userfeedback Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E generic-ts3.8 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E webpack-5 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E webpack-4 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E generic-ts5.0 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-core-express-otel-v1-custom-sampler Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-express-cjs-preload Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-sourcemaps Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E tsx-express Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nestjs-distributed-tracing Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E create-remix-app-express Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-express-incorrect-instrumentation Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nestjs-graphql Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-16-trailing-slash Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E react-router-7-spa (TS 3.8) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E deno-streamed Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: denoland/setup-deno@v2.0.3, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E astro-6 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node 22 (light mode + OTLP integration) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-fastify-3 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E debug-id-sourcemaps Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E sveltekit-2.5.0-twp Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-fastify-4 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-core-light-otlp Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-exports-test-app Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E browser-mfe-vite Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E react-router-7-framework Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E astro-4 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nestjs-bullmq Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-express-mcp-v2 Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E react-router-7-framework-instrumentation Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-otel-sdk-node Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E astro-5 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E browser-webworker-vite Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nestjs-with-submodules-decorator Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E solidstart Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E sveltekit-2 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E vue-3 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E react-create-memory-router Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E astro-5-cf-workers Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nestjs-websockets Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E cloudflare-workers Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E sveltekit-cloudflare-pages Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E sveltekit-2-svelte-5 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E create-remix-app-express-vite-dev Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E react-router-7-framework-node-20-18 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E cloudflare-mcp Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-profiling-cjs Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E react-router-7-spa Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E solidstart-dynamic-import Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-connect Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E remix-server-timing Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-express-v5 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nestjs-basic Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E solid Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nestjs-8 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E solidstart-spa Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-16-bun Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nestjs-basic-with-graphql Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E tanstack-router Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E tanstackstart-react Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E react-router-7-framework (latest) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E solidstart-top-level-import Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E effect-node Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-otel-without-tracing Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nestjs-microservices Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E aws-serverless (Node 18) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: aws-actions/setup-sam@v2, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E cloudflare-hono Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E cloudflare-workersentrypoint Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E solid-tanstack-router Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-express Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E react-router-7-framework-spa Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-16-tunnel (turbopack) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E create-remix-app-v2-non-vite Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E deno Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: denoland/setup-deno@v2.0.3, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E vue-3 (canary) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E angular-19 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E angular-21 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nestjs-11 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-16-trailing-slash (latest, turbopack) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E angular-17 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E react-create-browser-router Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-16-cf-workers Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E react-17 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E ember-embroider Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E aws-serverless (Node 20) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: aws-actions/setup-sam@v2, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node 22 (light mode, requires Node 22+ for diagnostics_channel) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E astro-6-cf-workers Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E react-router-7-cross-usage Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E react-router-6-descendant-routes Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E create-react-app Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E react-router-7-framework-custom Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E react-create-hash-router Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nuxt-3 (canary) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-16-tunnel Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-16-cacheComponents Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E create-react-app (TS 3.8) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nuxt-3-top-level-import Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E vue-3 (latest) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E angular (canary) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E default-browser Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E angular-18 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nuxt-3 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E react-send-to-sentry Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-firebase Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E hydrogen-react-router-7 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E react-router-6 (TS 3.8) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E sveltekit-2-kit-tracing Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E cloudflare-local-workers Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-15 (turbo) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-16-cf-workers (latest) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E ember-classic Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E react-router-6 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-15-intl Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-pages-dir (next@13) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E remix-hydrogen Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E react-router-6-use-routes Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E angular-20 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-16 (latest, turbopack) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-16 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-13 (latest) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-15-t3 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E aws-serverless Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: aws-actions/setup-sam@v2, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-16-tunnel (webpack) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-15-basepath Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-16 (canary, turbopack) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-14 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-13 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-pages-dir (next@15) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-pages-dir Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-orpc Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nuxt-3-dynamic-import Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-14 (latest) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nuxt-3-min Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-15 (latest) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-14 (canary) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nuxt-5 Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-15 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-16 (canary, webpack) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nuxt-4 (canary) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nuxt-4 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-16 (latest, webpack) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nestjs-fastify Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E react-router-7-lazy-routes Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-app-dir (next@13) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-app-dir Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E supabase-nextjs Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-app-dir (next@15) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E svelte-5 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-fastify-5 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nestjs-with-submodules Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E create-remix-app-v2 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E vue-tanstack-router Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E react-19 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-16 (webpack) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E react-router-5 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E effect-browser Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
5 skipped
25 passed (10.4s)
|
|
🎭 Playwright Run Summary
8 skipped
22 passed (10.7s)
|
|
🎭 Playwright Run Summary
1 skipped
29 passed (19.9s)
|
|
🎭 Playwright Run Summary
5 skipped
25 passed (15.5s)
|
|
🎭 Playwright Run Summary
7 skipped
23 passed (11.8s)
|
|
🎭 Playwright Run Summary
7 skipped
23 passed (13.8s)
|
|
🎭 Playwright Run Summary
474 skipped
191 passed (37.7s)
|
|
🎭 Playwright Run Summary
4 skipped
26 passed (20.4s)
|
|
🎭 Playwright Run Summary
1 skipped
14 passed (25.5s)
|
|
🎭 Playwright Run Summary
475 skipped
190 passed (36.1s)
|
|
🎭 Playwright Run Summary
340 skipped
325 passed (1.5m)
|
|
🎭 Playwright Run Summary
338 skipped
327 passed (1.5m)
|
|
🎭 Playwright Run Summary
470 skipped
195 passed (40.3s)
|
|
🎭 Playwright Run Summary
3 skipped
163 passed (2.5m)
|
|
🎭 Playwright Run Summary
1 skipped
166 passed (2.6m)
|
|
🎭 Playwright Run Summary
2 passed (2.2s)
|
|
🎭 Playwright Run Summary
4 passed (2.8s)
|
|
🎭 Playwright Run Summary
3 passed (2.6s)
|
|
🎭 Playwright Run Summary
8 passed (2.4s)
|
|
🎭 Playwright Run Summary
3 skipped
17 passed (2.0s)
|
|
🎭 Playwright Run Summary
4 passed (4.4s)
|
|
🎭 Playwright Run Summary
3 passed (3.4s)
|
|
🎭 Playwright Run Summary
4 passed (7.2s)
|
|
🎭 Playwright Run Summary
4 passed (2.3s)
|
|
🎭 Playwright Run Summary
4 passed (2.2s)
|
|
🎭 Playwright Run Summary
3 skipped
17 passed (2.7s)
|
|
🎭 Playwright Run Summary
3 passed (2.6s)
|
|
🎭 Playwright Run Summary
3 passed (3.3s)
|
|
🎭 Playwright Run Summary
7 passed (7.4s)
|
|
🎭 Playwright Run Summary
11 passed (2.5s)
|
|
🎭 Playwright Run Summary
4 passed (7.5s)
|
|
🎭 Playwright Run Summary
12 passed (7.4s)
|
|
🎭 Playwright Run Summary
1 passed (5.3s)
|
|
🎭 Playwright Run Summary
1 passed (4.3s)
|
|
🎭 Playwright Run Summary
3 passed (2.6s)
|
|
🎭 Playwright Run Summary
3 passed (3.4s)
|
|
🎭 Playwright Run Summary
10 passed (10.3s)
|
|
🎭 Playwright Run Summary
9 passed (9.6s)
|
|
🎭 Playwright Run Summary
12 passed (6.7s)
|
|
🎭 Playwright Run Summary
1 passed (2.0s)
|
|
🎭 Playwright Run Summary
1 passed (6.1s)
|
|
🎭 Playwright Run Summary
5 passed (8.5s)
|
|
🎭 Playwright Run Summary
5 passed (9.0s)
|
|
🎭 Playwright Run Summary
2 passed (2.2s)
|
|
🎭 Playwright Run Summary
11 passed (14.9s)
|
|
🎭 Playwright Run Summary
5 passed (7.8s)
|
|
🎭 Playwright Run Summary
10 passed (5.1s)
|
|
🎭 Playwright Run Summary
10 passed (5.4s)
|
|
🎭 Playwright Run Summary
3 passed (5.9s)
|
|
🎭 Playwright Run Summary
11 passed (6.1s)
|
|
🎭 Playwright Run Summary
11 passed (6.5s)
|
|
🎭 Playwright Run Summary
5 passed (7.9s)
|
|
🎭 Playwright Run Summary
1 passed (4.9s)
|
|
🎭 Playwright Run Summary
2 skipped
19 passed (22.3s)
|
|
🎭 Playwright Run Summary
9 passed (11.1s)
|
|
🎭 Playwright Run Summary
7 passed (11.3s)
|
|
🎭 Playwright Run Summary
1 passed (3.4s)
|
|
🎭 Playwright Run Summary
3 skipped
21 passed (17.5s)
|
|
🎭 Playwright Run Summary
3 passed (8.2s)
|
|
🎭 Playwright Run Summary
11 passed (14.4s)
|
|
🎭 Playwright Run Summary
5 passed (6.9s)
|
|
🎭 Playwright Run Summary
12 passed (6.5s)
|
|
🎭 Playwright Run Summary
9 passed (11.5s)
|
|
🎭 Playwright Run Summary
16 passed (23.4s)
|
|
🎭 Playwright Run Summary
10 passed (26.5s)
|
|
🎭 Playwright Run Summary
3 passed (4.9s)
|
|
🎭 Playwright Run Summary
7 passed (5.0s)
|
|
🎭 Playwright Run Summary
3 passed (6.3s)
|
|
🎭 Playwright Run Summary
10 passed (6.3s)
|
|
🎭 Playwright Run Summary
10 passed (6.0s)
|
|
🎭 Playwright Run Summary
13 passed (23.4s)
|
|
🎭 Playwright Run Summary
9 passed (9.5s)
|
|
🎭 Playwright Run Summary
18 passed (19.3s)
|
|
🎭 Playwright Run Summary
1 passed (3.4s)
|
|
🎭 Playwright Run Summary
1 passed (3.4s)
|
|
🎭 Playwright Run Summary
5 passed (8.4s)
|
|
🎭 Playwright Run Summary
9 passed (10.9s)
|
|
🎭 Playwright Run Summary
2 passed (2.8s)
|
|
🎭 Playwright Run Summary
3 passed (4.0s)
|
|
🎭 Playwright Run Summary
16 passed (28.4s)
|
|
🎭 Playwright Run Summary
29 passed (28.5s)
|
|
🎭 Playwright Run Summary
4 passed (7.4s)
|
|
🎭 Playwright Run Summary
9 passed (10.5s)
|
|
🎭 Playwright Run Summary
22 passed (8.6s)
|
|
🎭 Playwright Run Summary
1 skipped
14 passed (12.1s)
|
|
🎭 Playwright Run Summary
3 passed (6.2s)
|
|
🎭 Playwright Run Summary
3 passed (13.6s)
|
|
🎭 Playwright Run Summary
12 passed (4.6s)
|
|
🎭 Playwright Run Summary
2 skipped
19 passed (22.1s)
|
|
🎭 Playwright Run Summary
9 passed (10.5s)
|
|
🎭 Playwright Run Summary
13 passed (28.4s)
|
|
🎭 Playwright Run Summary
5 passed (17.5s)
|
|
🎭 Playwright Run Summary
7 passed (6.3s)
|
|
🎭 Playwright Run Summary
7 passed (31.1s)
|
|
🎭 Playwright Run Summary
8 passed (3.3s)
|
|
🎭 Playwright Run Summary
8 passed (3.3s)
|
|
🎭 Playwright Run Summary
3 passed (13.7s)
|
|
🎭 Playwright Run Summary
15 passed (10.4s)
|
|
🎭 Playwright Run Summary
7 passed (9.4s)
|
|
🎭 Playwright Run Summary
3 passed (16.6s)
|
|
🎭 Playwright Run Summary
3 passed (10.5s)
|
|
🎭 Playwright Run Summary
8 passed (7.3s)
|
|
🎭 Playwright Run Summary
13 passed (12.4s)
|
|
🎭 Playwright Run Summary
10 passed (26.6s)
|
|
🎭 Playwright Run Summary
12 passed (27.4s)
|
|
🎭 Playwright Run Summary
248 skipped
417 passed (4.5m)
|
|
🎭 Playwright Run Summary
12 passed (28.0s)
|
|
🎭 Playwright Run Summary
23 passed (16.2s)
|
|
🎭 Playwright Run Summary
5 passed (8.7s)
|
|
🎭 Playwright Run Summary
12 passed (28.4s)
|
|
🎭 Playwright Run Summary
5 passed (7.5s)
|
|
🎭 Playwright Run Summary
26 skipped
|
|
🎭 Playwright Run Summary
5 passed (9.0s)
|
|
🎭 Playwright Run Summary
7 passed (39.5s)
|
|
🎭 Playwright Run Summary
4 passed (2.1s)
|
|
🎭 Playwright Run Summary
9 passed (11.8s)
|
|
🎭 Playwright Run Summary
4 passed (9.3s)
|
|
🎭 Playwright Run Summary
4 passed (10.1s)
|
|
🎭 Playwright Run Summary
18 passed (18.2s)
|
|
🎭 Playwright Run Summary
15 passed (20.6s)
|
|
🎭 Playwright Run Summary
40 passed (19.7s)
|
|
🎭 Playwright Run Summary
3 passed (16.5s)
|
|
🎭 Playwright Run Summary
3 passed (9.9s)
|
|
🎭 Playwright Run Summary
4 passed (17.4s)
|
|
🎭 Playwright Run Summary
4 passed (5.1s)
|
|
🎭 Playwright Run Summary
12 passed (18.2s)
|
|
🎭 Playwright Run Summary
10 passed (26.4s)
|
|
🎭 Playwright Run Summary
12 passed (28.4s)
|
|
🎭 Playwright Run Summary
4 passed (7.6s)
|
|
🎭 Playwright Run Summary
12 passed (27.4s)
|
|
🎭 Playwright Run Summary
40 passed (20.5s)
|
|
🎭 Playwright Run Summary
4 passed (10.7s)
|
|
🎭 Playwright Run Summary
8 passed (10.3s)
|
|
🎭 Playwright Run Summary
8 passed (29.6s)
|
|
🎭 Playwright Run Summary
14 passed (26.0s)
|
|
🎭 Playwright Run Summary
1 passed (5.2s)
|
|
🎭 Playwright Run Summary
2 failed
[chromium] › tests/ai-error.test.ts:4:5 › should create AI spans with correct attributes and error linking
[chromium] › tests/ai-test.test.ts:4:5 › should create AI spans with correct attributes ────────
2 skipped
27 passed (40.4s)
|
|
🎭 Playwright Run Summary
26 skipped
|
|
🎭 Playwright Run Summary
8 passed (30.0s)
|
|
🎭 Playwright Run Summary
4 passed (32.5s)
|
|
🎭 Playwright Run Summary
4 passed (8.2s)
|
|
🎭 Playwright Run Summary
3 skipped
163 passed (4.6m)
|
|
🎭 Playwright Run Summary
4 skipped
10 passed (26.3s)
|
|
🎭 Playwright Run Summary
4 skipped
10 passed (6.5s)
|
|
🎭 Playwright Run Summary
9 passed (9.6s)
|
|
🎭 Playwright Run Summary
4 passed (7.1s)
|
|
🎭 Playwright Run Summary
12 passed (31.3s)
|
|
🎭 Playwright Run Summary
2 failed
[chromium] › tests/ai-error.test.ts:4:5 › should create AI spans with correct attributes and error linking
[chromium] › tests/ai-test.test.ts:4:5 › should create AI spans with correct attributes ────────
2 skipped
37 passed (1.1m)
|
|
🎭 Playwright Run Summary
112 skipped
553 passed (5.4m)
|
|
🎭 Playwright Run Summary
2 failed
[chromium] › tests/ai-error.test.ts:4:5 › should create AI spans with correct attributes and error linking
[chromium] › tests/ai-test.test.ts:4:5 › should create AI spans with correct attributes ────────
2 skipped
37 passed (1.1m)
|
|
🎭 Playwright Run Summary
3 skipped
27 passed (39.1s)
|
|
🎭 Playwright Run Summary
30 passed (12.0s)
|
|
🎭 Playwright Run Summary
2 flaky
[chromium] › tests/trpc-error.test.ts:4:1 › should capture error with trpc context ─────────────
[chromium] › tests/trpc-mutation.test.ts:4:1 › should create transaction with trpc input for mutation
1 passed (38.7s)
|
|
🎭 Playwright Run Summary
3 passed (3.6s)
|
|
🎭 Playwright Run Summary
117 skipped
548 passed (5.4m)
|
|
🎭 Playwright Run Summary
7 passed (55.0s)
|
|
🎭 Playwright Run Summary
3 passed (35.9s)
|
|
🎭 Playwright Run Summary
3 passed (10.2s)
|
|
🎭 Playwright Run Summary
5 passed (44.0s)
|
|
🎭 Playwright Run Summary
5 passed (10.7s)
|
|
🎭 Playwright Run Summary
2 failed
[chromium] › tests/ai-error.test.ts:4:5 › should create AI spans with correct attributes and error linking
[chromium] › tests/ai-test.test.ts:4:5 › should create AI spans with correct attributes ────────
2 skipped
37 passed (1.1m)
|
|
🎭 Playwright Run Summary
13 passed (48.8s)
|
|
🎭 Playwright Run Summary
13 passed (8.5s)
|
|
🎭 Playwright Run Summary
3 skipped
27 passed (40.7s)
|
|
🎭 Playwright Run Summary
30 passed (12.3s)
|
|
🎭 Playwright Run Summary
117 skipped
548 passed (5.3m)
|
|
🎭 Playwright Run Summary
4 skipped
10 passed (30.8s)
|
|
🎭 Playwright Run Summary
2 skipped
12 passed (7.1s)
|
|
🎭 Playwright Run Summary
112 skipped
553 passed (5.4m)
|
|
🎭 Playwright Run Summary
4 skipped
10 passed (26.4s)
|
|
🎭 Playwright Run Summary
2 skipped
12 passed (5.8s)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/orpc-error.test.ts:4:1 › should capture server-side orpc error ──────────────
2 passed (42.3s)
|
|
🎭 Playwright Run Summary
3 passed (7.7s)
|
|
🎭 Playwright Run Summary
11 passed (17.6s)
|
|
🎭 Playwright Run Summary
13 passed (47.5s)
|
|
🎭 Playwright Run Summary
13 passed (8.7s)
|
|
🎭 Playwright Run Summary
17 passed (1.0m)
|
|
🎭 Playwright Run Summary
2 failed
[chromium] › tests/ai-error.test.ts:4:5 › should create AI spans with correct attributes and error linking
[chromium] › tests/ai-test.test.ts:4:5 › should create AI spans with correct attributes ────────
2 skipped
27 passed (38.1s)
|
|
🎭 Playwright Run Summary
13 passed (49.7s)
|
|
🎭 Playwright Run Summary
13 passed (9.0s)
|
|
🎭 Playwright Run Summary
4 passed (20.7s)
|
|
🎭 Playwright Run Summary
2 skipped
48 passed (1.1m)
|
|
🎭 Playwright Run Summary
2 failed
[chromium] › tests/ai-error.test.ts:4:5 › should create AI spans with correct attributes and error linking
[chromium] › tests/ai-test.test.ts:4:5 › should create AI spans with correct attributes ────────
2 skipped
27 passed (39.6s)
|
|
🎭 Playwright Run Summary
2 failed
[chromium] › tests/ai-error.test.ts:4:5 › should create AI spans with correct attributes and error linking
[chromium] › tests/ai-test.test.ts:4:5 › should create AI spans with correct attributes ────────
2 skipped
37 passed (1.1m)
|
|
🎭 Playwright Run Summary
4 passed (18.2s)
|
|
🎭 Playwright Run Summary
51 passed (1.0m)
|
|
🎭 Playwright Run Summary
5 skipped
161 passed (4.6m)
|
|
🎭 Playwright Run Summary
4 passed (19.8s)
|
|
🎭 Playwright Run Summary
51 passed (1.0m)
|
|
🎭 Playwright Run Summary
2 failed
[chromium] › tests/ai-error.test.ts:4:5 › should create AI spans with correct attributes and error linking
[chromium] › tests/ai-test.test.ts:4:5 › should create AI spans with correct attributes ────────
2 skipped
37 passed (1.0m)
|
|
🎭 Playwright Run Summary
114 skipped
551 passed (5.3m)
|
|
🎭 Playwright Run Summary
24 passed (15.8s)
|
|
🎭 Playwright Run Summary
43 passed (2.2m)
|
|
🎭 Playwright Run Summary
5 skipped
29 passed (2.0m)
|
|
🎭 Playwright Run Summary
6 skipped
28 passed (1.0m)
|
|
🎭 Playwright Run Summary
2 skipped
32 passed (2.5m)
|
|
🎭 Playwright Run Summary
2 skipped
32 passed (1.1m)
|
|
🎭 Playwright Run Summary
4 passed (22.8s)
|
|
🎭 Playwright Run Summary
2 skipped
32 passed (2.9m)
|
|
🎭 Playwright Run Summary
2 skipped
32 passed (1.1m)
|
|
🎭 Playwright Run Summary
2 passed (5.4s)
|
|
🎭 Playwright Run Summary
11 passed (5.2s)
|
|
🎭 Playwright Run Summary
11 passed (5.5s)
|
|
🎭 Playwright Run Summary
12 passed (6.8s)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
E2E Test Dump (nextjs-15 (latest))
|
47.9 KB |
sha256:f99a195867ebb9408a05f8fd151d9ea0afff85f45cfcc77f53098eae68272d22
|
|
|
E2E Test Dump (nextjs-15 (turbo))
|
52.1 KB |
sha256:d74238d59488f2d2e99b113ff20e12bdc94d3ba56bc41e823cfe98260922d588
|
|
|
E2E Test Dump (nextjs-15)
|
47.3 KB |
sha256:3d5a6c6df2e1b3f8b3faca8674b118d3676aab2388ee2e2f8fdc9dbc7402760c
|
|
|
E2E Test Dump (nextjs-16 (canary, turbopack))
|
89.4 KB |
sha256:f1f52b9f3305ab0e8f556c8da4bbc32079e1b43b4b5931d20cbc06d0a9f10155
|
|
|
E2E Test Dump (nextjs-16 (canary, webpack))
|
85.1 KB |
sha256:52c60a717debba047db9b5dcc675e56f2122d5855b2914d8a4b75a8144150afe
|
|
|
E2E Test Dump (nextjs-16 (latest, turbopack))
|
88.5 KB |
sha256:2f72a64d4960211afe63d2ca81b35b7299c4a03859b98ba61de5864c258e04b2
|
|
|
E2E Test Dump (nextjs-16 (latest, webpack))
|
81.6 KB |
sha256:b48b2c440110f6c0c605640a75db1eee73960675f2c7fc8ff614c7a221a9730f
|
|
|
E2E Test Dump (nextjs-16)
|
86 KB |
sha256:cae6b9b237c05925913fa60b425e1d2eb3b04a885148307aa6be1ceecd0c6a22
|
|
|
build-output
Expired
|
33.7 MB |
sha256:30faba01106f335b8f9885f782fbeeb0959deae3eae1734ef933ce25a44f31df
|
|
|
codecov-coverage-results-ab-gen-ai-span-v2-poc-job_browser_unit_tests
|
88.6 KB |
sha256:2a21be9b4fdf5af0e2111b4fb73bef1f9e2d3165daef4a9823bcd0eb61111c74
|
|
|
codecov-coverage-results-ab-gen-ai-span-v2-poc-job_node_unit_tests-18
|
247 KB |
sha256:ac3ec2561049347c816176eaf6f2ff696cd66607073a1a90c19e31bf9a7e6933
|
|
|
codecov-coverage-results-ab-gen-ai-span-v2-poc-job_node_unit_tests-20
|
255 KB |
sha256:f72c5415f82a1a9b629009714963e6c710637f02ce57f362be2febcfc3eaa2f7
|
|
|
codecov-coverage-results-ab-gen-ai-span-v2-poc-job_node_unit_tests-22
|
255 KB |
sha256:e5ed5accc4bd31ac8f1553a032450ecd2dd236d63839cea9522acb93a554f458
|
|
|
codecov-coverage-results-ab-gen-ai-span-v2-poc-job_node_unit_tests-24
|
255 KB |
sha256:75622433683b7de7e562b8442514f3e4fe34395a1e5a57a2f3a5aa657993a15b
|
|
|
codecov-test-results-ab-gen-ai-span-v2-poc-job_browser_loader_tests-browser-loader-loader_base
|
243 Bytes |
sha256:156ddccd36e9c8bf44a2c960bfad26bdae3c069e0be233cede1e578c98cd65cc
|
|
|
codecov-test-results-ab-gen-ai-span-v2-poc-job_browser_loader_tests-browser-loader-loader_debug
|
240 Bytes |
sha256:dffe44a71585c3b69253de618c9a74a2805a24074bafd4b249edfcd614e247db
|
|
|
codecov-test-results-ab-gen-ai-span-v2-poc-job_browser_loader_tests-browser-loader-loader_eager
|
243 Bytes |
sha256:5ddda7a95ea1635cd2b07b5382368d6049e5872472e8d9da00f2d5feee10f40d
|
|
|
codecov-test-results-ab-gen-ai-span-v2-poc-job_browser_loader_tests-browser-loader-loader_replay
|
241 Bytes |
sha256:18eb7c47db2ea9c6bd2067265bcc068b6eb43be3631b324918e5f01f3e92ee1a
|
|
|
codecov-test-results-ab-gen-ai-span-v2-poc-job_browser_loader_tests-browser-loader-loader_replay_buffer
|
241 Bytes |
sha256:a052bb04cf5a90c28d0a0b01324bcf9a0bff182b254ec0b2be178bcd0fc55a11
|
|
|
codecov-test-results-ab-gen-ai-span-v2-poc-job_browser_loader_tests-browser-loader-loader_tracing
|
240 Bytes |
sha256:1b4dde791ca9a83e58e5a1c3cb0400e88d1b6273dfb2a72d4b5c3e2c46099062
|
|
|
codecov-test-results-ab-gen-ai-span-v2-poc-job_browser_loader_tests-browser-loader-loader_tracing_replay
|
238 Bytes |
sha256:8eee347a917950c7e84f12cd74e8da14690b7353adba5e7d1242bc061bb0b14b
|
|
|
codecov-test-results-ab-gen-ai-span-v2-poc-job_browser_playwright_tests-browser-playwright-bundle-chromium
|
248 Bytes |
sha256:086ea3000a1f7bb53e97dfa1cde968890468ca6796327972c0de83ad165672e1
|
|
|
codecov-test-results-ab-gen-ai-span-v2-poc-job_browser_playwright_tests-browser-playwright-bundle_logs_metrics-chromium
|
248 Bytes |
sha256:ba8caa4f66319de2c07280be5e7b761c0b5bd505f40a826b6f52c780bc8c13a5
|
|
|
codecov-test-results-ab-gen-ai-span-v2-poc-job_browser_playwright_tests-browser-playwright-bundle_min-chromium
|
245 Bytes |
sha256:e099033a1faf0430a0f8ce3ce325125d9c805fd4fc7d15b560837ac4e78bd563
|
|
|
codecov-test-results-ab-gen-ai-span-v2-poc-job_browser_playwright_tests-browser-playwright-bundle_replay-chromium
|
247 Bytes |
sha256:bf3a41c44b8658510f27e6a353d334a5c808ab4e63fc8dc5d5e3c73f1db7d2d1
|
|
|
codecov-test-results-ab-gen-ai-span-v2-poc-job_browser_playwright_tests-browser-playwright-bundle_replay_logs_metrics-chromium
|
247 Bytes |
sha256:6d1c3df073ca60c08d69a36a0308a49492322505b20160fc09129142752f77c4
|
|
|
codecov-test-results-ab-gen-ai-span-v2-poc-job_browser_playwright_tests-browser-playwright-bundle_tracing_logs_metrics-chromium
|
249 Bytes |
sha256:b9d2c587b3cacdb99c7795b0c848690b3395e2053911df11913c281358a9f9b9
|
|
|
codecov-test-results-ab-gen-ai-span-v2-poc-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay-chromium
|
248 Bytes |
sha256:43ad480e05f478dca8bf48ae4d781716ff88d57f9e00c1fd83d361f8feb7ceb2
|
|
|
codecov-test-results-ab-gen-ai-span-v2-poc-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback-chromium
|
249 Bytes |
sha256:1b5ae23eb167a619cba106cbd9e5ed86c0d8c5b0d4daee6610ba66d6155f0d17
|
|
|
codecov-test-results-ab-gen-ai-span-v2-poc-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics-chromium
|
248 Bytes |
sha256:fe933ce167fcc31785e758b23700e7c6b7d6fc78855ac058c13faf62c3b06d90
|
|
|
codecov-test-results-ab-gen-ai-span-v2-poc-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-chromium
|
249 Bytes |
sha256:00cfd8daa436cfdca7130d3154c30e9eb70f4a6a820104b5f378acdf86efbf18
|
|
|
codecov-test-results-ab-gen-ai-span-v2-poc-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-firefox
|
238 Bytes |
sha256:ec503d7e903b48dd27d20a921a07d90b1bff4a5ecbf2b405f1da16cefaaeb2fa
|
|
|
codecov-test-results-ab-gen-ai-span-v2-poc-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_logs_metrics-chromium
|
249 Bytes |
sha256:a603dec86b4a1d870c358aa6e2a11d1add7fbb98d4cbbc379c73057eac872990
|
|
|
codecov-test-results-ab-gen-ai-span-v2-poc-job_browser_playwright_tests-browser-playwright-esm-chromium-1
|
243 Bytes |
sha256:49f69dc695359fc4da66c1fe1565953a1c054f0353142b04cd46ee40efdf4c62
|
|
|
codecov-test-results-ab-gen-ai-span-v2-poc-job_browser_playwright_tests-browser-playwright-esm-chromium-2
|
245 Bytes |
sha256:ecd1c5b8bcc4dc740cea2ff93cddaea351f8e6f8815f21eb9876c3f0b95246aa
|
|
|
codecov-test-results-ab-gen-ai-span-v2-poc-job_browser_playwright_tests-browser-playwright-esm-chromium-3
|
245 Bytes |
sha256:26703ca9e3a002a1f0769e6fa76bf7b6be683d5415135bb8a6f78b6ee5c31f47
|
|
|
codecov-test-results-ab-gen-ai-span-v2-poc-job_browser_playwright_tests-browser-playwright-esm-chromium-4
|
245 Bytes |
sha256:92e9153707bc08d01685f1b4152e301f59cc87d28ea4d76cb671bfbfa915a8ee
|
|
|
codecov-test-results-ab-gen-ai-span-v2-poc-job_browser_unit_tests
|
244 Bytes |
sha256:3d365dd0a282fe9e0eca6354e7dcc082765569bc65d050ed556313de2f6f1d99
|
|
|
codecov-test-results-ab-gen-ai-span-v2-poc-job_node_unit_tests-18
|
255 Bytes |
sha256:b44872f9f219705df83af82063da2241d2a39a8cc8517078a9895f2bd08d9c83
|
|
|
codecov-test-results-ab-gen-ai-span-v2-poc-job_node_unit_tests-20
|
251 Bytes |
sha256:6de1f74150036bbb4130d8dad01f9659f98c4959d7afb79562f1865af519c659
|
|
|
codecov-test-results-ab-gen-ai-span-v2-poc-job_node_unit_tests-22
|
253 Bytes |
sha256:534c5c18bf18411b3b6ad1221da5411e8592f014f511d68214a9a5f0a8afafdd
|
|
|
codecov-test-results-ab-gen-ai-span-v2-poc-job_node_unit_tests-24
|
249 Bytes |
sha256:2e6dc0de9c7220c0c35f9036e2abd33e86046610fef613df2bf764fd45b68ed9
|
|
|
playwright-traces-job_e2e_playwright_tests-nextjs-15
|
30.8 KB |
sha256:6fd205df1bf9fd729e4f87885af741bf36cb86e568694d20c859d2c42d5a2856
|
|
|
playwright-traces-job_e2e_playwright_tests-nextjs-16
|
37.6 KB |
sha256:f11a8cf8666d22ed04adb3032f78ba58cb7af29805b4930f3c1c29e2f5b3e18b
|
|