Bugsnag v6.2.0 Release Notes

Release Date: 2020-10-07 // over 3 years ago
  • โœจ Enhancements

    An invalid or missing API key now causes an NSException to be thrown upon
    ๐Ÿ”ง calling [Bugsnag start]. This check used to occur during configuration,
    and only for malformed API keys.
    828

    ๐Ÿ‘ป Exception Mach code and subcode are now written to the crash report as
    stringified hex values instead of integers to avoid potential data loss from
    JSON readers that lose the lower bits from unsigned 64-bit numbers.
    827

    ๐Ÿ‘Œ Improved out-of-memory event detection by disabling reporting when a debugger
    ๐Ÿ— is attached. OOM reporting is now enabled by default in debug builds.
    820