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
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Changelog
2
2
3
+
## Unreleased
4
+
5
+
### Breaking Changes
6
+
7
+
- Change `SentryFeedback` initializer to support multiple attachments (#6459)
8
+
3
9
## 9.0.0-alpha.0
4
10
5
11
### Breaking Changes
@@ -39,7 +45,6 @@
39
45
If you need a precompiled XCFramework built with Xcode 15, continue using Sentry SDK 8.x.x.
40
46
- Set `SentryException.type` to `nil` when `NSException` has no `reason` (#6653). The backend then can provide a proper message when there is no reason.
41
47
- Rename `SentryLog.Level` and `SentryLog.Attribute` for ObjC (#6666)
42
-
- Change `SentryFeedback` initializer to support multiple attachments (#6459)
0 commit comments