Skip to content

Commit 40250c4

Browse files
mydeaJPeer264
authored andcommitted
docs: Add migration guide entry for vercelAi (#23510)
Add docs about vercel AI, based on #23384.
1 parent 55e71dd commit 40250c4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/migration/v11-end-state.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,10 @@ Affected SDKs: `@sentry/node` and all dependents.
297297

298298
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.
299299

300+
#### `vercelAIIntegration` changes
301+
302+
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.
303+
300304
### Initializing via `--require` is no longer supported
301305

302306
Affected SDKs: `@sentry/node` and all dependents.

0 commit comments

Comments
 (0)