Bugsnag v5.22.6 Release Notes

Release Date: 2019-09-18 // over 4 years ago
  • โœจ Enhancements

    • ๐Ÿ‘Œ Support disabling crash reporting after initialization by setting Bugsnag.configuration.autoNotify. Previously this value was ignored after Bugsnag.start() was called, but is now used to update whether crash reports will be detected and sent. This interface can be used for crash reporting opt-out flows. #410

    ๐Ÿ› Bug fixes

    • Ensure UIKit APIs are not called from background threads if Bugsnag.start() is called in the background #409
    • ๐Ÿ›  Fix bug in notifyReleaseStages where if the release stage of a build was changed after start(), only the initial value was used to determine whether to send a report #405 #412