Skip to content

Commit a2ca66c

Browse files
committed
Add vercel AI change
1 parent b8c7ca2 commit a2ca66c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/migration/v8-to-v9.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ Older Typescript versions _may_ continue to be compatible, but no guarantees app
123123
- The `childProcessIntegration`'s (previously `processThreadBreadcrumbIntegration`) `name` value has been changed from `"ProcessAndThreadBreadcrumbs"` to `"ChildProcess"`.
124124
Any filtering logic for registered integrations should be updated to account for the changed name.
125125

126+
- The `vercelAIIntegration`'s `name` value has been changed from `"vercelAI"` to `"VercelAI"` (capitalized).
127+
Any filtering logic for registered integrations should be updated to account for the changed name.
128+
126129
- The Prisma integration no longer supports Prisma v5 and supports Prisma v6 by default. As per Prisma v6, the `previewFeatures = ["tracing"]` client generator option in your Prisma Schema is no longer required to use tracing with the Prisma integration.
127130

128131
For performance instrumentation using other/older Prisma versions:

0 commit comments

Comments
 (0)