Releases: bugsnag/bugsnag-cocoa
v6.9.3
v6.9.2
v6.9.1
Bug fixes
-
Fix a possible deadlock when writing crash reports for uncaught Objective-C exceptions.
#1082 -
Fix missing
context
for crash, OOM, and app hang errors.
#1079 -
Fix
app
properties in OOMs for apps that overrideappType
,appVersion
,bundleVersion
orreleaseStage
in their config.
#1078 -
event.threads
will now be empty, rather than containing a single thread, ifsendThreads
dictates that threads should not be sent.
#1077
v6.9.0
v6.8.4
Enhancements
macCatalystiOSVersion
is now reported for apps built with Mac Catalyst and iOS app running on Apple silicon.
#1066
Bug fixes
v6.8.3
v6.8.2
Bug fixes
-
Enable
SUPPORTS_MACCATALYST
in main Xcode project.
#1056 -
osName
andosVersion
now reflect the Mac's OS when running Mac Catalyst apps or iOS apps running on macOS.
Fix reporting ofmodel
for Mac Catalyst apps or iOS apps running on macOS.
#1055 -
Uncaught exceptions thrown while handing UI events in iOS apps running on macOS are now detected.
#1053
v6.8.1
v6.8.0
Enhancements
- Bugsnag now detects app hangs (when the main thread is unresponsive for a period of time), alerting you of issues with your app’s responsiveness.
By default, only fatal app hangs (those that end with termination by the system watchdog or being force-quit by the user) will be reported.
This behaviour can be configured using the newappHangThresholdMillis
configuration option.
For more information see the documentation.
#1039