feat(node): Add AI SDK v7 support via diagnostics_channel #47340
build.yml
on: pull_request
Get CI Metadata
/
Get Metadata
6s
Check PR branches
5s
Matrix: job_node_core_integration_tests
Matrix: job_node_integration_tests
Matrix: job_node_unit_tests
Matrix: job_remix_integration_tests
Lint
1m 15s
Circular Dependency Check
1m 32s
Browser Unit Tests
3m 40s
Bun Unit Tests
43s
Deno Unit Tests
1m 3s
Cloudflare Integration Tests
2m 43s
Bun Integration Tests
37s
Check for faulty .d.ts files
40s
Matrix: job_browser_loader_tests
Matrix: job_browser_playwright_tests
Matrix: job_optional_e2e_tests
Matrix: job_e2e_tests
All required jobs passed or were skipped
3s
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.
|
|
eslint(no-unused-vars):
dev-packages/node-integration-tests/suites/tracing/vercelai/v7/scenario-stream-text.mjs#L4
Identifier 'z' is imported but never used.
|
|
eslint(no-unused-vars):
dev-packages/node-integration-tests/suites/tracing/vercelai/v7/scenario-stream-text.mjs#L2
Identifier 'tool' is imported but never used.
|
|
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
|
|