github bugsnag/bugsnag-cocoa v5.23.0

latest releases: v6.33.1, 6.33.1, v6.33.0...
5 years ago

This release removes support for reporting 'partial' or 'minimal' crash reports
where the crash report could not be entirely written (due to disk space or other
issues like the device battery dying). While sometimes the reports could point
in the right direction for debugging, they could also be confusing or not enough
information to pursue and close the issue successfully.

This release also renames a few configuration properties to align better with the
intended use and other Bugsnag libraries, so people who use more than one
platform can easily find related functionality in a different library. The old
names are deprecated but still supported until the next major release.
#435

  • Bugsnag.setBreadcrumbCapacity() is now setMaxBreadcrumbs() on the
    BugsnagConfiguration class. In addition, the default number of breadcrumbs
    saved has been raised to 25 and limited to no more than 100.
  • BugsnagConfiguration.autoNotify is now named
    BugsnagConfiguration.autoDetectErrors
  • BugsnagConfiguration.autoCaptureSessions is now named
    BugsnagConfiguration.autoDetectSessions

Don't miss a new bugsnag-cocoa release

NewReleases is sending notifications on new releases.