Releases: bugsnag/bugsnag-cocoa
Releases · bugsnag/bugsnag-cocoa
v6.26.2
Bug fixes
-
Persist events based on the original unhandled value
1549
-
Fixed a race condition in BSGRunContext
1548
-
Include event API key when serializing/deserializing to/from JSON
1547
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