Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.

v2.21.1

Compare
Choose a tag to compare
@kattrali kattrali released this 27 Jun 16:05
· 97 commits to master since this release

Bug fixes

  • (iOS) Upgrade bugsnag-cocoa to v5.22.2
    • Fix trimming the stacktraces of handled error/exceptions using the
      depth
      property.
      Paul Zabelin
      bugsnag-cocoa#363
    • Fix crash report parsing logic around arrays of numbers. Metadata which
      included arrays of numbers could previously had missing values.
      bugsnag-cocoa#365
    • Fix incrementing unhandled counts when using internal notify() API. This
      resolves discrepancies in stability scores for users of bugsnag-react-native
      after receiving unhandled JavaScript events.
      bugsnag-cocoa#370