Releases: bugsnag/bugsnag-cocoa
Releases · bugsnag/bugsnag-cocoa
v6.26.0
Enhancements
- Added isStarted to Bugsnag and BugsnagClient
1528
Bug fixes
v6.25.0
Enhancements
- Expand
configuration.attemptDeliveryOnCrash
to send Mach exceptions (e.g.
Swift fatal errors and bad memory accesses) at crash time.
#1496
v6.24.0
Enhancements
- Add (experimental)
configuration.attemptDeliveryOnCrash
to allow uncaught
Objective-C exceptions to be sent at crash time, prior to app termination.
#1488
Bug fixes
- Disable OOM detection for Mac Catalyst apps.
#1489
v6.23.0
Enhancements
-
Add leaveNetworkRequestBreadcrumbForTask:metrics:
to simplify leaving network
request breadcrumbs without overriding (swizzling) NSURLSession
methods.
#1472
-
Use objc_direct
compiler attribute to reduce binary code size.
This prevents calling non-public APIs when linking Bugsnag as a dynamic framework.
#1479
v6.22.2
Bug fixes
-
Fix a crash when using BugsnagNetworkRequestPlugin
with GTMSessionFetcher
.
#1465
-
Fix a regression introduced in 6.18.0 that caused incorrect C++ exception
stacktraces to be reported when Bugsnag is linked dynamically.
#1463