From ba99af161173d8e9d8a7937824cc51d5de07938a Mon Sep 17 00:00:00 2001 From: Francesco Novy Date: Mon, 24 Aug 2026 12:59:19 +0200 Subject: [PATCH] docs: Add migration guide entry for vercelAi --- docs/migration/v11-end-state.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/migration/v11-end-state.md b/docs/migration/v11-end-state.md index a6eada033297..ba2877387e93 100644 --- a/docs/migration/v11-end-state.md +++ b/docs/migration/v11-end-state.md @@ -297,6 +297,10 @@ Affected SDKs: `@sentry/node` and all dependents. The new channel-based instrumentations (using `orchestrion` instead of `import-in-the-middle`) are now the default. They were available opt-in in v10. This unlocks instrumenting at run and build time, which enables instrumentation at deployment targets like Vercel and Netlify, as well as using instrumentations on non-Node runtimes like Cloudflare, Bun and Deno. For most users this requires no changes. +#### `vercelAIIntegration` changes + +One integration to call out specifically here is the `vercelAIIntegration`. This integration no longer works on Vercel Edge (as that does not support diagnostics channel), and we also removed the capabilities to enhance native OTEL spans emitted by the `ai` package - you can only capture these as-is and may loose some advanced agent monitoring capabilities. On the other hand, the integration will now work much better out of the box in many environments than it used to before. + ### Initializing via `--require` is no longer supported Affected SDKs: `@sentry/node` and all dependents.