Releases: bugsnag/bugsnag-cocoa
Releases · bugsnag/bugsnag-cocoa
v6.7.0
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.
v6.6.4
v6.6.3
v6.6.2
v6.6.1
v6.6.0
v6.5.1
v6.5.0
Enhancements
-
Errors may now be discarded based on their
errorClass
using the newdiscardClasses
configuration option.
#938 -
The maxiumum number of persisted errors / events may now be configured using the new
maxPersistedEvents
configuration option.
#936 -
The maxiumum number of persisted sessions may now be configured using the new
maxPersistedSessions
configuration option.
#943 -
Bugsnag log messages are now prefixed with
[Bugsnag]
for easier searching & filtering.
#955
Bug fixes
- Fix reliability of Swift fatal error message reporting.
#948