Skip to content

feat(node): Add AI SDK v7 support via diagnostics_channel #47340

feat(node): Add AI SDK v7 support via diagnostics_channel

feat(node): Add AI SDK v7 support via diagnostics_channel #47340

Triggered via pull request May 15, 2026 18:02
Status Failure
Total duration 16m 37s
Artifacts 4

build.yml

on: pull_request
Get CI Metadata  /  Get Metadata
6s
Get CI Metadata / Get Metadata
Check lockfile
3m 21s
Check lockfile
Check file formatting
39s
Check file formatting
Check PR branches
5s
Check PR branches
Build Lambda layer
1m 21s
Build Lambda layer
Matrix: job_node_core_integration_tests
Matrix: job_node_integration_tests
Matrix: job_node_unit_tests
Matrix: job_remix_integration_tests
Lint
1m 15s
Lint
Circular Dependency Check
1m 32s
Circular Dependency Check
Browser Unit Tests
3m 40s
Browser Unit Tests
Bun Unit Tests
43s
Bun Unit Tests
Deno Unit Tests
1m 3s
Deno Unit Tests
Cloudflare Integration Tests
2m 43s
Cloudflare Integration Tests
Bun Integration Tests
37s
Bun Integration Tests
Check for faulty .d.ts files
40s
Check for faulty .d.ts files
Matrix: job_browser_loader_tests
Matrix: job_browser_playwright_tests
Matrix: job_optional_e2e_tests
Upload Artifacts
0s
Upload Artifacts
Matrix: job_e2e_tests
All required jobs passed or were skipped
3s
All required jobs passed or were skipped
Fit to window
Zoom out
Zoom in

Annotations

15 errors, 7 warnings, and 241 notices
Node (18) Node-Core Integration Tests
Process completed with exit code 1.
suites/public-api/onUnhandledRejectionIntegration/test.ts > onUnhandledRejectionIntegration > should not close process on unhandled rejection in strict mode: dev-packages/node-core-integration-tests/suites/public-api/onUnhandledRejectionIntegration/test.ts#L44
Error: Test timed out in 15000ms. If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout". ❯ suites/public-api/onUnhandledRejectionIntegration/test.ts:44:3
Unhandled error: dev-packages/node-core-integration-tests/suites/public-api/onUnhandledRejectionIntegration/test.ts#L51
AssertionError: expected null not to be null ❯ suites/public-api/onUnhandledRejectionIntegration/test.ts:51:25 ❯ ChildProcess.exithandler node:child_process:414:7 ❯ ChildProcess.emit node:events:517:28 ❯ maybeClose node:internal/child_process:1098:16 ❯ Process.ChildProcess._handle.onexit node:internal/child_process:303:5 This error originated in "suites/public-api/onUnhandledRejectionIntegration/test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should not close process on unhandled rejection in strict mode". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
[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.
[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.
Node (18) Integration Tests
Process completed with exit code 1.
suites/tracing/vercelai/v7/test.ts > Vercel AI integration (V7 - diagnostic channel) > esm/cjs > cjs > does not create spans when telemetry is disabled: dev-packages/node-integration-tests/utils/runner.ts#L509
Error: Expected envelope item type 'transaction' but got 'event'. Item: [{"type":"event"},{"exception":{"values":[{"type":"Error","value":"require() of ES Module /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/node-integration-tests/suites/tracing/vercelai/v7/tmp_mp78f23e_ub1hvb/node_modules/ai/dist/index.js from /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/node-integration-tests/suites/tracing/vercelai/v7/tmp_mp78f23e_ub1hvb/scenario-disabled.cjs not supported.\nInstead change the require of index.js in /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/node-integration-tests/suites/tracing/vercelai/v7/tmp_mp78f23e_ub1hvb/scenario-disabled.cjs to a dynamic import() which is available in all CommonJS modules.","stacktrace":{"frames":[{"filename":"/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/node-integration-tests/suites/tracing/vercelai/v7/tmp_mp78f23e_ub1hvb/scenario-disabled.cjs","module":"scenario-disabled","function":"Object.?","lineno":2,"colno":26,"in_app":true,"pre_context":["const Sentry = require('@sentry/node');"],"context_line":"const { generateText } = require('ai');","post_context":["const { MockLanguageModelV3 } = require('ai/test');","","async function run() {"," await Sentry.startSpan({ op: 'function', name: 'main' }, async () => {"," await generateText({"," telemetry: { isEnabled: false },"," model: new MockLanguageModelV3({"]},{"filename":"/home/runner/work/sentry-javascript/sentry-javascript/node_modules/require-in-the-middle/index.js","module":"require-in-the-middle:index","function":"Module.require","lineno":134,"colno":27,"in_app":false,"pre_context":[" // if the patched require function could not be removed because"," // someone else patched it after it was patched here, we just"," // abort and pass the request onwards to the original require"," debug('ignoring require call - module is soft-unhooked')"," return self._origRequire.apply(this, arguments)"," }",""],"context_line":" return patchedRequire.call(this, arguments, false)","post_context":[" }",""," if (typeof process.getBuiltinModule === 'function') {"," this._origGetBuiltinModule = process.getBuiltinModule"," this._getBuiltinModule = process.getBuiltinModule = function (id) {"," if (self._unhooked === true) {"," // if the patched process.getBuiltinModule function could not be removed because"]},{"filename":"/home/runner/work/sentry-javascript/sentry-javascript/node_modules/require-in-the-middle/index.js","module":"require-in-the-middle:index","function":"Module.patchedRequire","lineno":209,"colno":27,"in_app":false,"pre_context":[" const isPatching = patching.has(filename)"," if (isPatching === false) {"," patching.add(filename)"," }",""," const exports = coreOnly"," ? self._origGetBuiltinModule.apply(this, args)"],"context_line":" : self._origRequire.apply(this, args)","post_context":[""," // If it's already patched, just return it as-is."," if (isPatching === true) {"," debug('module is in the process of being patched already - ignoring: %s', filename)"," return exports"," }",""]},{"filename":"/home/runner/work/sentry-javascript/sentry-javascript/node_modules/require-in-the-middle/index.js","module":"require-in-the-middle:index","function":"Module.require","lineno":134,"colno":27,"in_app":false,"pre_context":[" // if the patched require function could not be removed because"," // someone else patched it after it was patched here, we just"," // abort and pass the request onwards to the original require"," debug('ignoring require call - module is soft-unhooked')"," return self._origRequire.apply(this, arguments)"," }",""],"context_line":" return patchedRequire.call(this, arguments, false)","post_context":[" }",""," if (typeof process.getBuiltinModule === 'function') {"," this._origGetBuiltinModule = process.getBuiltinModule"," this._getBuiltinModule = process.getBuiltinModule = function (id) {"," if (self._unho
suites/tracing/vercelai/v7/test.ts > Vercel AI integration (V7 - diagnostic channel) > esm/cjs > cjs > creates spans for embed: dev-packages/node-integration-tests/utils/runner.ts#L509
Error: Expected envelope item type 'transaction' but got 'event'. Item: [{"type":"event"},{"exception":{"values":[{"type":"Error","value":"require() of ES Module /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/node-integration-tests/suites/tracing/vercelai/v7/tmp_mp78f23e_ir5siw/node_modules/ai/dist/index.js from /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/node-integration-tests/suites/tracing/vercelai/v7/tmp_mp78f23e_ir5siw/scenario-embed.cjs not supported.\nInstead change the require of index.js in /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/node-integration-tests/suites/tracing/vercelai/v7/tmp_mp78f23e_ir5siw/scenario-embed.cjs to a dynamic import() which is available in all CommonJS modules.","stacktrace":{"frames":[{"filename":"/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/node-integration-tests/suites/tracing/vercelai/v7/tmp_mp78f23e_ir5siw/scenario-embed.cjs","module":"scenario-embed","function":"Object.?","lineno":2,"colno":19,"in_app":true,"pre_context":["const Sentry = require('@sentry/node');"],"context_line":"const { embed } = require('ai');","post_context":["const { MockEmbeddingModelV3 } = require('ai/test');","","async function run() {"," await Sentry.startSpan({ op: 'function', name: 'main' }, async () => {"," await embed({"," model: new MockEmbeddingModelV3({"," doEmbed: async () => ({"]},{"filename":"/home/runner/work/sentry-javascript/sentry-javascript/node_modules/require-in-the-middle/index.js","module":"require-in-the-middle:index","function":"Module.require","lineno":134,"colno":27,"in_app":false,"pre_context":[" // if the patched require function could not be removed because"," // someone else patched it after it was patched here, we just"," // abort and pass the request onwards to the original require"," debug('ignoring require call - module is soft-unhooked')"," return self._origRequire.apply(this, arguments)"," }",""],"context_line":" return patchedRequire.call(this, arguments, false)","post_context":[" }",""," if (typeof process.getBuiltinModule === 'function') {"," this._origGetBuiltinModule = process.getBuiltinModule"," this._getBuiltinModule = process.getBuiltinModule = function (id) {"," if (self._unhooked === true) {"," // if the patched process.getBuiltinModule function could not be removed because"]},{"filename":"/home/runner/work/sentry-javascript/sentry-javascript/node_modules/require-in-the-middle/index.js","module":"require-in-the-middle:index","function":"Module.patchedRequire","lineno":209,"colno":27,"in_app":false,"pre_context":[" const isPatching = patching.has(filename)"," if (isPatching === false) {"," patching.add(filename)"," }",""," const exports = coreOnly"," ? self._origGetBuiltinModule.apply(this, args)"],"context_line":" : self._origRequire.apply(this, args)","post_context":[""," // If it's already patched, just return it as-is."," if (isPatching === true) {"," debug('module is in the process of being patched already - ignoring: %s', filename)"," return exports"," }",""]},{"filename":"/home/runner/work/sentry-javascript/sentry-javascript/node_modules/require-in-the-middle/index.js","module":"require-in-the-middle:index","function":"Module.require","lineno":134,"colno":27,"in_app":false,"pre_context":[" // if the patched require function could not be removed because"," // someone else patched it after it was patched here, we just"," // abort and pass the request onwards to the original require"," debug('ignoring require call - module is soft-unhooked')"," return self._origRequire.apply(this, arguments)"," }",""],"context_line":" return patchedRequire.call(this, arguments, false)","post_context":[" }",""," if (typeof process.getBuiltinModule === 'function') {"," this._origGetBuiltinModule = process.getBuiltinModule"," this._getBuiltinModule = process.getBuiltinModule = function (id) {"," if (self._unhooked === true) {"," // i
suites/tracing/vercelai/v7/test.ts > Vercel AI integration (V7 - diagnostic channel) > esm/cjs > cjs > creates spans for streamText: dev-packages/node-integration-tests/utils/runner.ts#L509
Error: Expected envelope item type 'transaction' but got 'event'. Item: [{"type":"event"},{"exception":{"values":[{"type":"Error","value":"require() of ES Module /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/node-integration-tests/suites/tracing/vercelai/v7/tmp_mp78f23e_0b77gc/node_modules/ai/dist/index.js from /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/node-integration-tests/suites/tracing/vercelai/v7/tmp_mp78f23e_0b77gc/scenario-stream-text.cjs not supported.\nInstead change the require of index.js in /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/node-integration-tests/suites/tracing/vercelai/v7/tmp_mp78f23e_0b77gc/scenario-stream-text.cjs to a dynamic import() which is available in all CommonJS modules.","stacktrace":{"frames":[{"filename":"/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/node-integration-tests/suites/tracing/vercelai/v7/tmp_mp78f23e_0b77gc/scenario-stream-text.cjs","module":"scenario-stream-text","function":"Object.?","lineno":2,"colno":30,"in_app":true,"pre_context":["const Sentry = require('@sentry/node');"],"context_line":"const { streamText, tool } = require('ai');","post_context":["const { MockLanguageModelV3 } = require('ai/test');","const { z } = require('zod');","","async function run() {"," await Sentry.startSpan({ op: 'function', name: 'main' }, async () => {"," const { textStream } = streamText({"," model: new MockLanguageModelV3({"]},{"filename":"/home/runner/work/sentry-javascript/sentry-javascript/node_modules/require-in-the-middle/index.js","module":"require-in-the-middle:index","function":"Module.require","lineno":134,"colno":27,"in_app":false,"pre_context":[" // if the patched require function could not be removed because"," // someone else patched it after it was patched here, we just"," // abort and pass the request onwards to the original require"," debug('ignoring require call - module is soft-unhooked')"," return self._origRequire.apply(this, arguments)"," }",""],"context_line":" return patchedRequire.call(this, arguments, false)","post_context":[" }",""," if (typeof process.getBuiltinModule === 'function') {"," this._origGetBuiltinModule = process.getBuiltinModule"," this._getBuiltinModule = process.getBuiltinModule = function (id) {"," if (self._unhooked === true) {"," // if the patched process.getBuiltinModule function could not be removed because"]},{"filename":"/home/runner/work/sentry-javascript/sentry-javascript/node_modules/require-in-the-middle/index.js","module":"require-in-the-middle:index","function":"Module.patchedRequire","lineno":209,"colno":27,"in_app":false,"pre_context":[" const isPatching = patching.has(filename)"," if (isPatching === false) {"," patching.add(filename)"," }",""," const exports = coreOnly"," ? self._origGetBuiltinModule.apply(this, args)"],"context_line":" : self._origRequire.apply(this, args)","post_context":[""," // If it's already patched, just return it as-is."," if (isPatching === true) {"," debug('module is in the process of being patched already - ignoring: %s', filename)"," return exports"," }",""]},{"filename":"/home/runner/work/sentry-javascript/sentry-javascript/node_modules/require-in-the-middle/index.js","module":"require-in-the-middle:index","function":"Module.require","lineno":134,"colno":27,"in_app":false,"pre_context":[" // if the patched require function could not be removed because"," // someone else patched it after it was patched here, we just"," // abort and pass the request onwards to the original require"," debug('ignoring require call - module is soft-unhooked')"," return self._origRequire.apply(this, arguments)"," }",""],"context_line":" return patchedRequire.call(this, arguments, false)","post_context":[" }",""," if (typeof process.getBuiltinModule === 'function') {"," this._origGetBuiltinModule = process.getBuiltinModule"," this._getBuiltinModule = process.getBuiltinModule = function (id) {"
suites/tracing/vercelai/v7/test.ts > Vercel AI integration (V7 - diagnostic channel) > esm/cjs > cjs > creates spans for ToolLoopAgent with tool calls: dev-packages/node-integration-tests/utils/runner.ts#L509
Error: Expected envelope item type 'transaction' but got 'event'. Item: [{"type":"event"},{"exception":{"values":[{"type":"Error","value":"require() of ES Module /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/node-integration-tests/suites/tracing/vercelai/v7/tmp_mp78f23e_losxge/node_modules/ai/dist/index.js from /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/node-integration-tests/suites/tracing/vercelai/v7/tmp_mp78f23e_losxge/scenario-tool-loop-agent.cjs not supported.\nInstead change the require of index.js in /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/node-integration-tests/suites/tracing/vercelai/v7/tmp_mp78f23e_losxge/scenario-tool-loop-agent.cjs to a dynamic import() which is available in all CommonJS modules.","stacktrace":{"frames":[{"filename":"/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/node-integration-tests/suites/tracing/vercelai/v7/tmp_mp78f23e_losxge/scenario-tool-loop-agent.cjs","module":"scenario-tool-loop-agent","function":"Object.?","lineno":2,"colno":46,"in_app":true,"pre_context":["const Sentry = require('@sentry/node');"],"context_line":"const { ToolLoopAgent, stepCountIs, tool } = require('ai');","post_context":["const { MockLanguageModelV3 } = require('ai/test');","const { z } = require('zod');","","async function run() {"," await Sentry.startSpan({ op: 'function', name: 'main' }, async () => {"," let callCount = 0;",""]},{"filename":"/home/runner/work/sentry-javascript/sentry-javascript/node_modules/require-in-the-middle/index.js","module":"require-in-the-middle:index","function":"Module.require","lineno":134,"colno":27,"in_app":false,"pre_context":[" // if the patched require function could not be removed because"," // someone else patched it after it was patched here, we just"," // abort and pass the request onwards to the original require"," debug('ignoring require call - module is soft-unhooked')"," return self._origRequire.apply(this, arguments)"," }",""],"context_line":" return patchedRequire.call(this, arguments, false)","post_context":[" }",""," if (typeof process.getBuiltinModule === 'function') {"," this._origGetBuiltinModule = process.getBuiltinModule"," this._getBuiltinModule = process.getBuiltinModule = function (id) {"," if (self._unhooked === true) {"," // if the patched process.getBuiltinModule function could not be removed because"]},{"filename":"/home/runner/work/sentry-javascript/sentry-javascript/node_modules/require-in-the-middle/index.js","module":"require-in-the-middle:index","function":"Module.patchedRequire","lineno":209,"colno":27,"in_app":false,"pre_context":[" const isPatching = patching.has(filename)"," if (isPatching === false) {"," patching.add(filename)"," }",""," const exports = coreOnly"," ? self._origGetBuiltinModule.apply(this, args)"],"context_line":" : self._origRequire.apply(this, args)","post_context":[""," // If it's already patched, just return it as-is."," if (isPatching === true) {"," debug('module is in the process of being patched already - ignoring: %s', filename)"," return exports"," }",""]},{"filename":"/home/runner/work/sentry-javascript/sentry-javascript/node_modules/require-in-the-middle/index.js","module":"require-in-the-middle:index","function":"Module.require","lineno":134,"colno":27,"in_app":false,"pre_context":[" // if the patched require function could not be removed because"," // someone else patched it after it was patched here, we just"," // abort and pass the request onwards to the original require"," debug('ignoring require call - module is soft-unhooked')"," return self._origRequire.apply(this, arguments)"," }",""],"context_line":" return patchedRequire.call(this, arguments, false)","post_context":[" }",""," if (typeof process.getBuiltinModule === 'function') {"," this._origGetBuiltinModule = process.getBuiltinModule"," this._getBuiltinModule = process.getBuiltinModule = function (id) {"," if (self._unhoo
suites/tracing/vercelai/v7/test.ts > Vercel AI integration (V7 - diagnostic channel) > esm/cjs > cjs > captures error in tool: dev-packages/node-integration-tests/utils/runner.ts#L509
Error: Expected envelope item type 'transaction' but got 'event'. Item: [{"type":"event"},{"exception":{"values":[{"type":"Error","value":"require() of ES Module /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/node-integration-tests/suites/tracing/vercelai/v7/tmp_mp78f23e_xy1s4s/node_modules/ai/dist/index.js from /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/node-integration-tests/suites/tracing/vercelai/v7/tmp_mp78f23e_xy1s4s/scenario-error-in-tool.cjs not supported.\nInstead change the require of index.js in /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/node-integration-tests/suites/tracing/vercelai/v7/tmp_mp78f23e_xy1s4s/scenario-error-in-tool.cjs to a dynamic import() which is available in all CommonJS modules.","stacktrace":{"frames":[{"filename":"/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/node-integration-tests/suites/tracing/vercelai/v7/tmp_mp78f23e_xy1s4s/scenario-error-in-tool.cjs","module":"scenario-error-in-tool","function":"Object.?","lineno":2,"colno":32,"in_app":true,"pre_context":["const Sentry = require('@sentry/node');"],"context_line":"const { generateText, tool } = require('ai');","post_context":["const { MockLanguageModelV3 } = require('ai/test');","const { z } = require('zod');","","async function run() {"," await Sentry.startSpan({ op: 'function', name: 'main' }, async () => {"," await generateText({"," model: new MockLanguageModelV3({"]},{"filename":"/home/runner/work/sentry-javascript/sentry-javascript/node_modules/require-in-the-middle/index.js","module":"require-in-the-middle:index","function":"Module.require","lineno":134,"colno":27,"in_app":false,"pre_context":[" // if the patched require function could not be removed because"," // someone else patched it after it was patched here, we just"," // abort and pass the request onwards to the original require"," debug('ignoring require call - module is soft-unhooked')"," return self._origRequire.apply(this, arguments)"," }",""],"context_line":" return patchedRequire.call(this, arguments, false)","post_context":[" }",""," if (typeof process.getBuiltinModule === 'function') {"," this._origGetBuiltinModule = process.getBuiltinModule"," this._getBuiltinModule = process.getBuiltinModule = function (id) {"," if (self._unhooked === true) {"," // if the patched process.getBuiltinModule function could not be removed because"]},{"filename":"/home/runner/work/sentry-javascript/sentry-javascript/node_modules/require-in-the-middle/index.js","module":"require-in-the-middle:index","function":"Module.patchedRequire","lineno":209,"colno":27,"in_app":false,"pre_context":[" const isPatching = patching.has(filename)"," if (isPatching === false) {"," patching.add(filename)"," }",""," const exports = coreOnly"," ? self._origGetBuiltinModule.apply(this, args)"],"context_line":" : self._origRequire.apply(this, args)","post_context":[""," // If it's already patched, just return it as-is."," if (isPatching === true) {"," debug('module is in the process of being patched already - ignoring: %s', filename)"," return exports"," }",""]},{"filename":"/home/runner/work/sentry-javascript/sentry-javascript/node_modules/require-in-the-middle/index.js","module":"require-in-the-middle:index","function":"Module.require","lineno":134,"colno":27,"in_app":false,"pre_context":[" // if the patched require function could not be removed because"," // someone else patched it after it was patched here, we just"," // abort and pass the request onwards to the original require"," debug('ignoring require call - module is soft-unhooked')"," return self._origRequire.apply(this, arguments)"," }",""],"context_line":" return patchedRequire.call(this, arguments, false)","post_context":[" }",""," if (typeof process.getBuiltinModule === 'function') {"," this._origGetBuiltinModule = process.getBuiltinModule"," this._getBuiltinModule = process.getBuiltinModule = function (id) {","
suites/tracing/vercelai/v7/test.ts > Vercel AI integration (V7 - diagnostic channel) > esm/cjs > cjs > creates ai spans with sendDefaultPii: true: dev-packages/node-integration-tests/utils/runner.ts#L509
Error: Expected envelope item type 'transaction' but got 'event'. Item: [{"type":"event"},{"exception":{"values":[{"type":"Error","value":"require() of ES Module /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/node-integration-tests/suites/tracing/vercelai/v7/tmp_mp78f23e_rdjyja/node_modules/ai/dist/index.js from /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/node-integration-tests/suites/tracing/vercelai/v7/tmp_mp78f23e_rdjyja/scenario.cjs not supported.\nInstead change the require of index.js in /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/node-integration-tests/suites/tracing/vercelai/v7/tmp_mp78f23e_rdjyja/scenario.cjs to a dynamic import() which is available in all CommonJS modules.","stacktrace":{"frames":[{"filename":"/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/node-integration-tests/suites/tracing/vercelai/v7/tmp_mp78f23e_rdjyja/scenario.cjs","module":"scenario","function":"Object.?","lineno":2,"colno":32,"in_app":true,"pre_context":["const Sentry = require('@sentry/node');"],"context_line":"const { generateText, tool } = require('ai');","post_context":["const { MockLanguageModelV3 } = require('ai/test');","const { z } = require('zod');","","async function run() {"," await Sentry.startSpan({ op: 'function', name: 'main' }, async () => {"," // Basic generateText β€” no telemetry config needed, DC subscriber auto-captures"," await generateText({"]},{"filename":"/home/runner/work/sentry-javascript/sentry-javascript/node_modules/require-in-the-middle/index.js","module":"require-in-the-middle:index","function":"Module.require","lineno":134,"colno":27,"in_app":false,"pre_context":[" // if the patched require function could not be removed because"," // someone else patched it after it was patched here, we just"," // abort and pass the request onwards to the original require"," debug('ignoring require call - module is soft-unhooked')"," return self._origRequire.apply(this, arguments)"," }",""],"context_line":" return patchedRequire.call(this, arguments, false)","post_context":[" }",""," if (typeof process.getBuiltinModule === 'function') {"," this._origGetBuiltinModule = process.getBuiltinModule"," this._getBuiltinModule = process.getBuiltinModule = function (id) {"," if (self._unhooked === true) {"," // if the patched process.getBuiltinModule function could not be removed because"]},{"filename":"/home/runner/work/sentry-javascript/sentry-javascript/node_modules/require-in-the-middle/index.js","module":"require-in-the-middle:index","function":"Module.patchedRequire","lineno":209,"colno":27,"in_app":false,"pre_context":[" const isPatching = patching.has(filename)"," if (isPatching === false) {"," patching.add(filename)"," }",""," const exports = coreOnly"," ? self._origGetBuiltinModule.apply(this, args)"],"context_line":" : self._origRequire.apply(this, args)","post_context":[""," // If it's already patched, just return it as-is."," if (isPatching === true) {"," debug('module is in the process of being patched already - ignoring: %s', filename)"," return exports"," }",""]},{"filename":"/home/runner/work/sentry-javascript/sentry-javascript/node_modules/require-in-the-middle/index.js","module":"require-in-the-middle:index","function":"Module.require","lineno":134,"colno":27,"in_app":false,"pre_context":[" // if the patched require function could not be removed because"," // someone else patched it after it was patched here, we just"," // abort and pass the request onwards to the original require"," debug('ignoring require call - module is soft-unhooked')"," return self._origRequire.apply(this, arguments)"," }",""],"context_line":" return patchedRequire.call(this, arguments, false)","post_context":[" }",""," if (typeof process.getBuiltinModule === 'function') {"," this._origGetBuiltinModule = process.getBuiltinModule"," this._getBuiltinModule = process.getBuiltinModule = function (id) {"," if (se
suites/tracing/vercelai/v7/test.ts > Vercel AI integration (V7 - diagnostic channel) > esm/cjs > cjs > creates ai spans via diagnostic channel without sendDefaultPii: dev-packages/node-integration-tests/utils/runner.ts#L509
Error: Expected envelope item type 'transaction' but got 'event'. Item: [{"type":"event"},{"exception":{"values":[{"type":"Error","value":"require() of ES Module /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/node-integration-tests/suites/tracing/vercelai/v7/tmp_mp78f23e_37whzs/node_modules/ai/dist/index.js from /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/node-integration-tests/suites/tracing/vercelai/v7/tmp_mp78f23e_37whzs/scenario.cjs not supported.\nInstead change the require of index.js in /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/node-integration-tests/suites/tracing/vercelai/v7/tmp_mp78f23e_37whzs/scenario.cjs to a dynamic import() which is available in all CommonJS modules.","stacktrace":{"frames":[{"filename":"/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/node-integration-tests/suites/tracing/vercelai/v7/tmp_mp78f23e_37whzs/scenario.cjs","module":"scenario","function":"Object.?","lineno":2,"colno":32,"in_app":true,"pre_context":["const Sentry = require('@sentry/node');"],"context_line":"const { generateText, tool } = require('ai');","post_context":["const { MockLanguageModelV3 } = require('ai/test');","const { z } = require('zod');","","async function run() {"," await Sentry.startSpan({ op: 'function', name: 'main' }, async () => {"," // Basic generateText β€” no telemetry config needed, DC subscriber auto-captures"," await generateText({"]},{"filename":"/home/runner/work/sentry-javascript/sentry-javascript/node_modules/require-in-the-middle/index.js","module":"require-in-the-middle:index","function":"Module.require","lineno":134,"colno":27,"in_app":false,"pre_context":[" // if the patched require function could not be removed because"," // someone else patched it after it was patched here, we just"," // abort and pass the request onwards to the original require"," debug('ignoring require call - module is soft-unhooked')"," return self._origRequire.apply(this, arguments)"," }",""],"context_line":" return patchedRequire.call(this, arguments, false)","post_context":[" }",""," if (typeof process.getBuiltinModule === 'function') {"," this._origGetBuiltinModule = process.getBuiltinModule"," this._getBuiltinModule = process.getBuiltinModule = function (id) {"," if (self._unhooked === true) {"," // if the patched process.getBuiltinModule function could not be removed because"]},{"filename":"/home/runner/work/sentry-javascript/sentry-javascript/node_modules/require-in-the-middle/index.js","module":"require-in-the-middle:index","function":"Module.patchedRequire","lineno":209,"colno":27,"in_app":false,"pre_context":[" const isPatching = patching.has(filename)"," if (isPatching === false) {"," patching.add(filename)"," }",""," const exports = coreOnly"," ? self._origGetBuiltinModule.apply(this, args)"],"context_line":" : self._origRequire.apply(this, args)","post_context":[""," // If it's already patched, just return it as-is."," if (isPatching === true) {"," debug('module is in the process of being patched already - ignoring: %s', filename)"," return exports"," }",""]},{"filename":"/home/runner/work/sentry-javascript/sentry-javascript/node_modules/require-in-the-middle/index.js","module":"require-in-the-middle:index","function":"Module.require","lineno":134,"colno":27,"in_app":false,"pre_context":[" // if the patched require function could not be removed because"," // someone else patched it after it was patched here, we just"," // abort and pass the request onwards to the original require"," debug('ignoring require call - module is soft-unhooked')"," return self._origRequire.apply(this, arguments)"," }",""],"context_line":" return patchedRequire.call(this, arguments, false)","post_context":[" }",""," if (typeof process.getBuiltinModule === 'function') {"," this._origGetBuiltinModule = process.getBuiltinModule"," this._getBuiltinModule = process.getBuiltinModule = function (id) {"," if (se
All required jobs passed or were skipped
Process completed with exit code 1.
E2E aws-serverless Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: aws-actions/setup-sam@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E aws-serverless-layer (Node 22) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: aws-actions/setup-sam@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E aws-serverless-layer (Node 18) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: aws-actions/setup-sam@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E aws-serverless-layer Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: aws-actions/setup-sam@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Size Check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: ./dev-packages/size-limit-gh-action. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
🎭 Playwright Run Summary
3 skipped 17 passed (2.2s)
🎭 Playwright Run Summary
3 skipped 17 passed (2.7s)
🎭 Playwright Run Summary
3 passed (2.8s)
🎭 Playwright Run Summary
1 passed (3.6s)
🎭 Playwright Run Summary
4 passed (2.6s)
🎭 Playwright Run Summary
2 passed (3.6s)
🎭 Playwright Run Summary
4 passed (4.7s)
🎭 Playwright Run Summary
8 passed (2.6s)
🎭 Playwright Run Summary
1 passed (4.7s)
🎭 Playwright Run Summary
5 passed (8.1s)
🎭 Playwright Run Summary
45 passed (3.7s)
🎭 Playwright Run Summary
2 passed (4.5s)
🎭 Playwright Run Summary
4 passed (2.5s)
🎭 Playwright Run Summary
4 passed (7.8s)
🎭 Playwright Run Summary
18 passed (6.8s)
🎭 Playwright Run Summary
45 passed (4.9s)
🎭 Playwright Run Summary
3 passed (3.6s)
🎭 Playwright Run Summary
12 passed (6.8s)
🎭 Playwright Run Summary
1 passed (6.4s)
🎭 Playwright Run Summary
4 passed (2.8s)
🎭 Playwright Run Summary
1 passed (3.7s)
🎭 Playwright Run Summary
1 passed (3.7s)
🎭 Playwright Run Summary
2 passed (2.6s)
🎭 Playwright Run Summary
15 passed (10.5s)
🎭 Playwright Run Summary
5 passed (8.1s)
🎭 Playwright Run Summary
3 passed (3.8s)
🎭 Playwright Run Summary
1 passed (2.4s)
🎭 Playwright Run Summary
1 passed (5.5s)
🎭 Playwright Run Summary
45 passed (4.7s)
🎭 Playwright Run Summary
1 passed (5.4s)
🎭 Playwright Run Summary
2 passed (5.5s)
🎭 Playwright Run Summary
11 passed (3.0s)
🎭 Playwright Run Summary
11 passed (5.6s)
🎭 Playwright Run Summary
11 passed (5.8s)
🎭 Playwright Run Summary
3 passed (14.0s)
🎭 Playwright Run Summary
3 passed (2.8s)
🎭 Playwright Run Summary
1 passed (3.6s)
🎭 Playwright Run Summary
1 passed (3.6s)
🎭 Playwright Run Summary
3 passed (4.9s)
🎭 Playwright Run Summary
5 passed (7.9s)
🎭 Playwright Run Summary
9 passed (8.9s)
🎭 Playwright Run Summary
10 passed (10.5s)
🎭 Playwright Run Summary
7 passed (8.8s)
🎭 Playwright Run Summary
3 passed (4.4s)
🎭 Playwright Run Summary
11 passed (16.0s)
🎭 Playwright Run Summary
3 passed (5.4s)
🎭 Playwright Run Summary
9 passed (11.3s)
🎭 Playwright Run Summary
5 passed (7.1s)
🎭 Playwright Run Summary
5 passed (9.0s)
🎭 Playwright Run Summary
12 passed (8.1s)
🎭 Playwright Run Summary
12 passed (8.2s)
🎭 Playwright Run Summary
5 passed (19.1s)
🎭 Playwright Run Summary
24 passed (18.2s)
🎭 Playwright Run Summary
5 passed (8.9s)
🎭 Playwright Run Summary
3 skipped 21 passed (18.0s)
🎭 Playwright Run Summary
8 passed (7.2s)
🎭 Playwright Run Summary
7 passed (6.3s)
🎭 Playwright Run Summary
11 passed (6.5s)
🎭 Playwright Run Summary
11 passed (6.8s)
🎭 Playwright Run Summary
9 passed (11.3s)
🎭 Playwright Run Summary
9 passed (10.9s)
🎭 Playwright Run Summary
3 passed (2.8s)
🎭 Playwright Run Summary
4 passed (7.8s)
🎭 Playwright Run Summary
18 passed (19.0s)
🎭 Playwright Run Summary
8 passed (3.5s)
🎭 Playwright Run Summary
8 passed (3.5s)
🎭 Playwright Run Summary
4 passed (7.3s)
🎭 Playwright Run Summary
11 passed (14.8s)
🎭 Playwright Run Summary
3 passed (8.8s)
🎭 Playwright Run Summary
8 passed (6.3s)
🎭 Playwright Run Summary
3 passed (5.2s)
🎭 Playwright Run Summary
7 passed (10.1s)
🎭 Playwright Run Summary
4 passed (7.6s)
🎭 Playwright Run Summary
13 passed (12.7s)
🎭 Playwright Run Summary
2 passed (23.4s)
🎭 Playwright Run Summary
8 passed (10.9s)
🎭 Playwright Run Summary
13 passed (23.7s)
🎭 Playwright Run Summary
4 passed (4.6s)
🎭 Playwright Run Summary
7 passed (24.3s)
🎭 Playwright Run Summary
10 passed (26.8s)
🎭 Playwright Run Summary
16 passed (23.7s)
🎭 Playwright Run Summary
1 skipped 14 passed (12.4s)
🎭 Playwright Run Summary
7 passed (13.8s)
🎭 Playwright Run Summary
22 passed (10.8s)
🎭 Playwright Run Summary
12 skipped 1 passed (2.8s)
🎭 Playwright Run Summary
5 passed (11.7s)
🎭 Playwright Run Summary
29 passed (30.8s)
🎭 Playwright Run Summary
10 passed (5.5s)
🎭 Playwright Run Summary
10 passed (5.8s)
🎭 Playwright Run Summary
9 passed (11.2s)
🎭 Playwright Run Summary
5 passed (8.5s)
🎭 Playwright Run Summary
3 passed (3.1s)
🎭 Playwright Run Summary
3 passed (2.1s)
🎭 Playwright Run Summary
12 passed (28.3s)
🎭 Playwright Run Summary
9 passed (11.0s)
🎭 Playwright Run Summary
23 passed (16.9s)
🎭 Playwright Run Summary
12 skipped 1 passed (2.9s)
🎭 Playwright Run Summary
18 passed (18.9s)
🎭 Playwright Run Summary
3 passed (14.4s)
🎭 Playwright Run Summary
12 passed (28.4s)
🎭 Playwright Run Summary
9 passed (10.9s)
🎭 Playwright Run Summary
11 passed (20.0s)
🎭 Playwright Run Summary
40 passed (19.5s)
🎭 Playwright Run Summary
12 skipped 1 passed (4.4s)
🎭 Playwright Run Summary
1 passed (4.8s)
🎭 Playwright Run Summary
10 passed (26.2s)
🎭 Playwright Run Summary
7 passed (30.4s)
🎭 Playwright Run Summary
13 passed (28.6s)
🎭 Playwright Run Summary
10 passed (26.9s)
🎭 Playwright Run Summary
7 passed (5.1s)
🎭 Playwright Run Summary
3 passed (18.9s)
🎭 Playwright Run Summary
10 passed (37.2s)
🎭 Playwright Run Summary
4 passed (9.6s)
🎭 Playwright Run Summary
3 passed (7.6s)
🎭 Playwright Run Summary
12 passed (29.9s)
🎭 Playwright Run Summary
4 passed (16.4s)
🎭 Playwright Run Summary
4 passed (5.1s)
🎭 Playwright Run Summary
12 passed (17.6s)
🎭 Playwright Run Summary
11 passed (17.8s)
🎭 Playwright Run Summary
12 passed (17.7s)
🎭 Playwright Run Summary
11 passed (17.8s)
🎭 Playwright Run Summary
2 skipped 20 passed (24.8s)
🎭 Playwright Run Summary
12 passed (27.4s)
🎭 Playwright Run Summary
12 passed (28.1s)
🎭 Playwright Run Summary
2 skipped 20 passed (27.0s)
🎭 Playwright Run Summary
40 passed (20.5s)
🎭 Playwright Run Summary
14 skipped 12 passed (21.1s)
🎭 Playwright Run Summary
3 passed (16.3s)
🎭 Playwright Run Summary
3 passed (10.5s)
🎭 Playwright Run Summary
8 passed (10.3s)
🎭 Playwright Run Summary
15 passed (21.2s)
🎭 Playwright Run Summary
5 passed (11.7s)
🎭 Playwright Run Summary
14 skipped 12 passed (21.0s)
🎭 Playwright Run Summary
12 passed (27.8s)
🎭 Playwright Run Summary
12 skipped 1 passed (2.9s)
🎭 Playwright Run Summary
9 passed (11.7s)
🎭 Playwright Run Summary
10 passed (37.1s)
🎭 Playwright Run Summary
12 passed (6.8s)
🎭 Playwright Run Summary
5 passed (7.5s)
🎭 Playwright Run Summary
4 passed (10.4s)
🎭 Playwright Run Summary
14 passed (25.8s)
🎭 Playwright Run Summary
13 passed (28.1s)
🎭 Playwright Run Summary
12 passed (19.8s)
🎭 Playwright Run Summary
4 passed (10.6s)
🎭 Playwright Run Summary
3 passed (16.6s)
🎭 Playwright Run Summary
3 passed (10.3s)
🎭 Playwright Run Summary
8 passed (44.4s)
🎭 Playwright Run Summary
4 passed (6.7s)
🎭 Playwright Run Summary
16 passed (28.3s)
🎭 Playwright Run Summary
4 skipped 10 passed (24.1s)
🎭 Playwright Run Summary
4 skipped 10 passed (6.6s)
🎭 Playwright Run Summary
1 skipped 12 passed (11.5s)
🎭 Playwright Run Summary
14 skipped 12 passed (22.8s)
🎭 Playwright Run Summary
17 passed (59.3s)
🎭 Playwright Run Summary
8 passed (43.1s)
🎭 Playwright Run Summary
9 passed (9.9s)
🎭 Playwright Run Summary
3 passed (36.3s)
🎭 Playwright Run Summary
3 passed (9.7s)
🎭 Playwright Run Summary
13 passed (44.0s)
🎭 Playwright Run Summary
13 passed (8.6s)
🎭 Playwright Run Summary
4 skipped 10 passed (32.3s)
🎭 Playwright Run Summary
2 skipped 12 passed (6.9s)
🎭 Playwright Run Summary
13 passed (47.0s)
🎭 Playwright Run Summary
13 passed (8.6s)
🎭 Playwright Run Summary
5 passed (44.5s)
🎭 Playwright Run Summary
5 passed (10.9s)
🎭 Playwright Run Summary
2 skipped 14 passed (1.2m)
🎭 Playwright Run Summary
3 skipped 27 passed (38.2s)
🎭 Playwright Run Summary
30 passed (13.6s)
🎭 Playwright Run Summary
1 flaky [chromium] β€Ί tests/orpc-error.test.ts:4:1 β€Ί should capture server-side orpc error ────────────── 2 passed (42.7s)
🎭 Playwright Run Summary
3 passed (10.4s)
🎭 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 (39.2s)
🎭 Playwright Run Summary
3 passed (4.9s)
🎭 Playwright Run Summary
4 passed (28.9s)
🎭 Playwright Run Summary
4 passed (6.9s)
🎭 Playwright Run Summary
4 passed (17.8s)
🎭 Playwright Run Summary
2 skipped 48 passed (1.0m)
🎭 Playwright Run Summary
7 passed (36.7s)
🎭 Playwright Run Summary
13 passed (51.2s)
🎭 Playwright Run Summary
13 passed (8.8s)
🎭 Playwright Run Summary
3 skipped 27 passed (40.2s)
🎭 Playwright Run Summary
30 passed (13.6s)
🎭 Playwright Run Summary
4 skipped 10 passed (31.5s)
🎭 Playwright Run Summary
2 skipped 12 passed (7.9s)
🎭 Playwright Run Summary
1 skipped 29 passed (19.2s)
🎭 Playwright Run Summary
7 skipped 23 passed (10.4s)
🎭 Playwright Run Summary
4 passed (17.8s)
🎭 Playwright Run Summary
51 passed (1.0m)
🎭 Playwright Run Summary
4 passed (17.4s)
🎭 Playwright Run Summary
51 passed (1.0m)
🎭 Playwright Run Summary
2 skipped 29 passed (1.2m)
🎭 Playwright Run Summary
2 skipped 29 passed (37.9s)
🎭 Playwright Run Summary
4 skipped 26 passed (21.7s)
🎭 Playwright Run Summary
7 skipped 23 passed (13.0s)
🎭 Playwright Run Summary
8 skipped 22 passed (11.2s)
🎭 Playwright Run Summary
5 skipped 25 passed (20.0s)
🎭 Playwright Run Summary
5 skipped 25 passed (12.9s)
🎭 Playwright Run Summary
12 passed (1.2m)
🎭 Playwright Run Summary
12 passed (50.8s)
🎭 Playwright Run Summary
43 passed (2.2m)
🎭 Playwright Run Summary
7 skipped 36 passed (1.7m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.1m)
🎭 Playwright Run Summary
7 skipped 36 passed (1.8m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.1m)
🎭 Playwright Run Summary
7 skipped 36 passed (1.8m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.1m)
🎭 Playwright Run Summary
2 skipped 29 passed (2.0m)
🎭 Playwright Run Summary
2 skipped 29 passed (37.6s)
🎭 Playwright Run Summary
485 skipped 190 passed (39.3s)
🎭 Playwright Run Summary
484 skipped 191 passed (38.1s)
🎭 Playwright Run Summary
15 passed (25.4s)
🎭 Playwright Run Summary
2 skipped 29 passed (2.0m)
🎭 Playwright Run Summary
2 skipped 29 passed (36.9s)
🎭 Playwright Run Summary
5 skipped 29 passed (1.8m)
🎭 Playwright Run Summary
6 skipped 28 passed (1.0m)
🎭 Playwright Run Summary
480 skipped 195 passed (39.7s)
🎭 Playwright Run Summary
2 skipped 32 passed (2.5m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.1m)
🎭 Playwright Run Summary
350 skipped 325 passed (1.5m)
🎭 Playwright Run Summary
4 passed (22.7s)
🎭 Playwright Run Summary
9 skipped 34 passed (2.8m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.0m)
🎭 Playwright Run Summary
9 skipped 34 passed (2.8m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.0m)
🎭 Playwright Run Summary
348 skipped 327 passed (1.5m)
🎭 Playwright Run Summary
9 skipped 34 passed (3.0m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.0m)
🎭 Playwright Run Summary
2 skipped 32 passed (2.9m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.1m)
🎭 Playwright Run Summary
3 skipped 166 passed (2.6m)
🎭 Playwright Run Summary
1 skipped 168 passed (2.7m)
🎭 Playwright Run Summary
54 skipped 621 passed (4.9m)
🎭 Playwright Run Summary
195 skipped 480 passed (3.9m)
🎭 Playwright Run Summary
5 skipped 163 passed (3.8m)
🎭 Playwright Run Summary
190 skipped 485 passed (4.0m)
🎭 Playwright Run Summary
3 skipped 166 passed (4.0m)
🎭 Playwright Run Summary
203 skipped 472 passed (3.8m)
🎭 Playwright Run Summary
59 skipped 616 passed (4.8m)
🎭 Playwright Run Summary
56 skipped 619 passed (4.9m)
🎭 Playwright Run Summary
54 skipped 621 passed (4.9m)
🎭 Playwright Run Summary
59 skipped 616 passed (4.8m)

Artifacts

Produced during runtime
Name Size Digest
build-bundle-output
20.6 MB
sha256:bfe4ad788f0021974fe4f894c6266bf64f876d1d8b0ae474b8040acdd6d0154d
build-layer-output
1.72 MB
sha256:baa754176c000b69de50ea0dbe84323f44080f1731fe09af2876b69394a20abd
build-output
10.8 MB
sha256:590ae8a543ab319bd56e69936d78e650e3dc5efd927e7ce740bd19ee3b778404
build-tarball-output
5.16 MB
sha256:8050c95c697208af5ed8ac4781fd33c3ba36b13f0477b6d0c57bbf8824be960c