v5.22.6
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 afterstart()
, 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