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
- Removes deprecated user feedback API, this is replaced with the new feedback API (#5591)
@@ -35,6 +39,7 @@
35
39
- Set `SentryException.type` to `nil` when `NSException` has no `reason` (#6653). The backend then can provide a proper message when there is no reason.
36
40
- App hang tracking is now automatically disabled for Widgets, Live Activities, Intent Extensions, and Action Extensions (#3901).
37
41
These components run in separate processes or sandboxes with different execution characteristics, which can cause false positive app hang reports.
42
+
- Rename `SentryLog.Level` and `SentryLog.Attribute` for ObjC (#6666)
38
43
39
44
### Features
40
45
@@ -45,6 +50,7 @@
45
50
This option is still disabled by default and will be enabled in a future major release.
46
51
- Move `enableDataSwizzling` from experimental options to top-level options (#6592). This option remains enabled by default.
47
52
- Add `sentry.replay_id` attribute to logs ([#6515](https://github.com/getsentry/sentry-cocoa/pull/6515))
0 commit comments