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
+15-4Lines changed: 15 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,26 @@
1
1
# Changelog
2
2
3
+
## 9.4.1
4
+
5
+
### Improvements
6
+
7
+
- Record client report when dropping in `beforeSendLog` (#7379)
8
+
9
+
### Fixes
10
+
11
+
- Cleanup SessionReplay when maximum duration reached (#7421)
12
+
- Fix App hangs report with high durations (#7354)
13
+
14
+
### Deprecations
15
+
16
+
- The `SentrySwiftUI` module is now deprecated. All SwiftUI APIs (`SentryTracedView`, `sentryTrace()`, `sentryReplayMask()`, `sentryReplayUnmask()`) have been merged into the main `Sentry` module. You can replace `import SentrySwiftUI` with `import Sentry` in your code. The `SentrySwiftUI` module still works via a re-export but will be removed in the next major version. (#7422)
17
+
3
18
## 9.4.0
4
19
5
20
### Breaking Changes
6
21
7
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)
8
23
9
-
### Improvements
10
-
11
-
- Record client report when dropping in `beforeSendLog` (#7379)
12
-
13
24
### Fixes
14
25
15
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