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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+36-4Lines changed: 36 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,9 @@
4
4
5
5
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
6
6
7
-
Work in this release was contributed by @sebws, @harshit078, and @fedetorre. Thank you for your contributions!
7
+
## 10.37.0
8
+
9
+
### Important Changes
8
10
9
11
-**feat(core): Introduces a new `Sentry.setConversationId()` API to track multi turn AI conversations across API calls. ([#18909](https://github.com/getsentry/sentry-javascript/pull/18909))**
10
12
@@ -23,9 +25,7 @@ Work in this release was contributed by @sebws, @harshit078, and @fedetorre. Tha
23
25
This is particularly useful for tracking multiple AI API calls that are part of the same conversation, allowing you to analyze entire conversation flows in Sentry.
24
26
The conversation ID is stored on the isolation scope and automatically applied to spans via the new `conversationIdIntegration`.
25
27
26
-
### Important Changes
27
-
28
-
-**feat(tanstackstart-react): Auto-instrument global middleware in `sentryTanstackStart` Vite plugin ([#18884](https://github.com/getsentry/sentry-javascript/pull/18844))**
28
+
-**feat(tanstackstart-react): Auto-instrument global middleware in `sentryTanstackStart` Vite plugin ([#18844](https://github.com/getsentry/sentry-javascript/pull/18844))**
29
29
30
30
The `sentryTanstackStart` Vite plugin now automatically instruments `requestMiddleware` and `functionMiddleware` arrays in `createStart()`. This captures performance data without requiring manual wrapping.
31
31
@@ -43,7 +43,39 @@ Work in this release was contributed by @sebws, @harshit078, and @fedetorre. Tha
43
43
44
44
### Other Changes
45
45
46
+
- feat(core): simplify truncation logic to only keep the newest message ([#18906](https://github.com/getsentry/sentry-javascript/pull/18906))
47
+
- feat(core): Support new client discard reason `invalid` ([#18901](https://github.com/getsentry/sentry-javascript/pull/18901))
0 commit comments