Enhancements
- Bugsnag will now identify crashes that occur whilst your app is launching, allowing you to prioritize fixing high-impact launch crashes.
For more information see the documentation.
#1004
Bug fixes
-
Fix inaccurate
app.duration
after multiple calls tonotify()
#1014 -
Fix a possible deadlock when writing crash reports for unhandled errors.
#1013
Deprecated
Bugsnag.appDidCrashLastLaunch
has been deprecated in favour ofBugsnag.lastRunInfo.crashed
and will be removed in the next major release.