You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code to not crash. With spotlight disabled the code runs fine
[AsyncFunction: generateText]
Actual Result
❯ node index.js
TypeError: setters.get(...)[name] is not a function
at Object.set (/home/jaakko/Code/opentelemetryairepro/node_modules/.pnpm/[email protected]/node_modules/import-in-the-middle/lib/register.js:13:37)
at callHookFn (/home/jaakko/Code/opentelemetryairepro/node_modules/.pnpm/[email protected]/node_modules/import-in-the-middle/index.js:31:23)
at Hook._iitmHook (/home/jaakko/Code/opentelemetryairepro/node_modules/.pnpm/[email protected]/node_modules/import-in-the-middle/index.js:150:11)
at /home/jaakko/Code/opentelemetryairepro/node_modules/.pnpm/[email protected]/node_modules/import-in-the-middle/lib/register.js:42:31
at Array.forEach (<anonymous>)
at register (/home/jaakko/Code/opentelemetryairepro/node_modules/.pnpm/[email protected]/node_modules/import-in-the-middle/lib/register.js:42:15)
at file:///home/jaakko/Code/opentelemetryairepro/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/ai/dist/index.mjs?iitm=true:1075:1
at ModuleJob.run (node:internal/modules/esm/module_job:271:25)
at async onImport.tracePromise.__proto__ (node:internal/modules/esm/loader:578:26)
at async file:///home/jaakko/Code/opentelemetryairepro/index.js:10:1
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/node
SDK Version
9.14.0
Framework Version
No response
Link to Sentry event
No response
Reproduction Example/SDK Setup
https://github.com/Jaakkonen/sentry-spotlight-vercel-ai-bug
Steps to Reproduce
Expected Result
Code to not crash. With spotlight disabled the code runs fine
Actual Result
The text was updated successfully, but these errors were encountered: