vercel-edge/src/sdk.ts:36 returns eight integrations, none of them AI. Next.js edge routes are a common place to call an LLM. @sentry/vercel-edge already depends on @sentry/server-utils and re-exports the manual instrument*Client helpers, so the pieces are there.
Work item. Investigate whether vercelAIIntegration can be added to the edge defaults. It may need channel injection that the edge runtime cannot do, in which case the answer is documentation, not code.
**Prior art **#22964 moved the Vercel AI integration into @sentry/server-utils, which is the dependency @sentry/vercel-edge already has. Nothing followed up on the edge defaults.
vercel-edge/src/sdk.ts:36returns eight integrations, none of them AI. Next.js edge routes are a common place to call an LLM.@sentry/vercel-edgealready depends on@sentry/server-utilsand re-exports the manualinstrument*Clienthelpers, so the pieces are there.Work item. Investigate whether
vercelAIIntegrationcan be added to the edge defaults. It may need channel injection that the edge runtime cannot do, in which case the answer is documentation, not code.**Prior art **#22964 moved the Vercel AI integration into
@sentry/server-utils, which is the dependency@sentry/vercel-edgealready has. Nothing followed up on the edge defaults.