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
+4-4Lines changed: 4 additions & 4 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
+
### Improvements
6
+
7
+
- Record client report when dropping in `beforeSendLog` (#7379)
8
+
5
9
### Fixes
6
10
7
11
- Cleanup SessionReplay when maximum duration reached (#7421)
@@ -17,10 +21,6 @@
17
21
18
22
- `Sentry.metrics.count(..)` does not support units, therefore the API was incorrectly defined. This breaking change applies to a method marked as experimental. (#7358)
19
23
20
-
### Improvements
21
-
22
-
- Record client report when dropping in `beforeSendLog` (#7379)
23
-
24
24
### Fixes
25
25
26
26
- Fix mismatch of `in_foreground` app context (#7188) The app context `in_foreground` for handled and unhandled events was sometimes different. This is fixed now by aligning the implementation and adding a new `is_active` app context field.
0 commit comments