Skip to content

v5.22.6

Compare
Choose a tag to compare
@kattrali kattrali released this 18 Sep 17:33
· 3207 commits to master since this release
e9f6a3a

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

  • 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