Fixed
- (react-native): Prevent unhandled promise rejections being split into multiple log calls #1419
Changed
- (react-native): Update bugsnag-cocoa to v6.9.4
- Improve performance of
notify()
. bugsnag-cocoa#1102 bugsnag-cocoa#1104 bugsnag-cocoa#1105 - Fix a crash in
-[BugsnagApp deserializeFromJson:]
if main Mach-O image could not be identified, and improve reliability of identification. bugsnag-cocoa#1097 bugsnag-cocoa#1101 - Remove need for
-ObjC
linker flag if linking Bugsnag as a static library. bugsnag-cocoa#1098
- Improve performance of
- (react-native): Update bugsnag-android to v5.9.4
- Unity: add methods for setting autoNotify and autoDetectAnrs
bugsnag-android#1233 - Including bugsnag.h in C++ code will no longer cause writable-strings warnings
bugsnag-android#1260 - Small performance improvements to device and app state collection
bugsnag-android#1258 - NDK: lowMemory attribute is now reported as expected
bugsnag-android#1262 - Don't include loglog.so in ndk plugin builds performed on Linux
bugsnag-android#1263
- Unity: add methods for setting autoNotify and autoDetectAnrs
- (react-native): Only include
codeBundleId
in payload if it has a value #1426