v5.16.4
Bug Fixes
-
Ensure NSException is captured when handler is overridden
#313 -
Fix mach handler declaration and imports. This resolves an issue where signal
codes were less specific than is possible.
#314 -
Only call previously installed C++ termination handler if non-null. Fixes an
unexpected termination if you override the handler with null before
initializing Bugsnag and then throw a C++ exception and would like the app to
continue after Bugsnag completes exception reporting.