You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Reword changelog for google gen ai integration (#17805)
`GoogleGenerativeAI` could be mistaken for a different SDK, and the
package name is also incorrect. It’s best to refer to this as the Google
Gen AI SDK, as described in the official documentation:
https://cloud.google.com/vertex-ai/generative-ai/docs/sdks/overview
.
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Updates CHANGELOG wording to use "Google Gen AI", rename
`GoogleGenerativeAI` to `GoogleGenAI`, and correct package from
`@google/generative-ai` to `@google/genai`.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
872d223. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ Work in this release was contributed by @Karibash. Thank you for your contributi
56
56
57
57
- **feat(cloudflare,vercel-edge): Add support for Google Gen AI instrumentation ([#17723](https://github.com/getsentry/sentry-javascript/pull/17723))**
58
58
59
-
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.
59
+
The SDK now supports manually instrumenting Google's Gen 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.
60
60
61
61
### Other Changes
62
62
@@ -94,9 +94,9 @@ Work in this release was contributed by @Karibash. Thank you for your contributi
94
94
95
95
Note that if `Sentry.reportPageLoaded()` is not called within 30 seconds of the initial pageload (or whatever value the `finalTimeout` option is set to), the pageload span will be ended automatically.
96
96
97
-
- **feat(core,node): Add instrumentation for `GoogleGenerativeAI` ([#17625](https://github.com/getsentry/sentry-javascript/pull/17625))**
97
+
- **feat(core,node): Add instrumentation for `GoogleGenAI` ([#17625](https://github.com/getsentry/sentry-javascript/pull/17625))**
98
98
99
-
The SDK now automatically instruments the `@google/generative-ai` package to provide insights into your AI operations.
99
+
The SDK now automatically instruments the `@google/genai` package to provide insights into your AI operations.
100
100
101
101
- **feat(nextjs): Promote `useRunAfterProductionCompileHook` to non-experimental build option ([#17721](https://github.com/getsentry/sentry-javascript/pull/17721))**
0 commit comments