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
fix(core): Correct GoogleGenAIIstrumentedMethod typo in type name
Rename `GoogleGenAIIstrumentedMethod` to `GoogleGenAIInstrumentedMethod`
(previously missing an 'n'). The misspelled name is kept as a deprecated
type alias and is still re-exported from `@sentry/core`, so existing
consumers continue to work without changes.
The deprecated alias will be removed in the next major version.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
## Unreleased
4
4
5
+
### Other Changes
6
+
7
+
- fix(core): Correct `GoogleGenAIIstrumentedMethod` type name to `GoogleGenAIInstrumentedMethod`. The misspelled name is kept as a deprecated alias for backwards compatibility and will be removed in the next major version.
0 commit comments