Releases: bugsnag/bugsnag-cocoa
Releases · bugsnag/bugsnag-cocoa
v6.12.0
Enhancements
- Events now include a
thermalState
property in the device
tab, and unexpected app terminations that occur when the thermal state is critical will now be reported as a "Thermal Kill" rather than Out Of Memory error.
#1171
Bug fixes
- Fatal app hangs will no longer be reported if the
willTerminateNotification
is received.
#1176
v6.11.0
Enhancements
- Add breadcrumbs for
UIScene
notifications.
#1165
v6.10.4
Bug fixes
- Fix ThreadSanitizer data race in
BugsnagBreadcrumbs
.
#1160
v6.10.3
Bug fixes
- Fix another rare crash in
bsg_ksmachgetThreadQueueName
.
#1157
v6.10.1
Bug fixes
-
Fix a potential stack overflow in +[BugsnagThread allThreadsWithCurrentThreadBacktrace:]
.
#1148
-
Fix NSNull
handling in +[BugsnagError errorFromJson:]
and +[BugsnagStackframe frameFromJson:]
.
#1143
#1138
-
Fix a rare crash in bsg_ksmachgetThreadQueueName
.
#1147
v6.10.0
Bug fixes
-
Fix an issue that could cause C++ exceptions with very long descriptions to not be reported.
#1137
-
Improve performance of adding metadata by using async file I/O.
#1133
-
Improve performance of leaving breadcrumbs by using async file I/O.
#1124
v6.9.7
Bug fixes
- Prevent some potential false positive detection of app hangs.
#1122
v6.9.6
Bug fixes
- Improve accuracy of app hang event information to better reflect state at time of detection.
#1118
v6.9.5
Bug fixes
-
Stop app hangs being reported if app is launched in the background.
#1112
-
Stop session being reported if app is launched in the background.
#1108
-
Fix KSCrash state storage for apps with no CFBundleName.
#1103