Skip to content

Commit e419420

Browse files
authored
docs: Reword changelog for google gen ai instrumentation (#17753)
Rewording this as it is not actually correct, this is not auto-instrumented but needs to be done manually - see #17723
1 parent 105f78e commit e419420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Work in this release was contributed by @Karibash. Thank you for your contributi
1212

1313
- **feat(cloudflare,vercel-edge): Add support for Google Gen AI instrumentation ([#17723](https://github.com/getsentry/sentry-javascript/pull/17723))**
1414

15-
The SDK now automatically instruments Google's Generative AI operations in Cloudflare Workers and Vercel Edge Runtime environments, providing insights into your AI operations.
15+
The SDK now supports manually instrumenting Google's Generative AI operations in Cloudflare Workers and Vercel Edge Runtime environments, providing insights into your AI operations. You can use `const wrappedClient = Sentry.instrumentGoogleGenAIClient(genAiClient)` to get an instrumented client.
1616

1717
### Other Changes
1818

0 commit comments

Comments
 (0)