Bugsnag v5.16.4 Release Notes

  • ๐Ÿ› 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.