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

v2.22.6

Compare
Choose a tag to compare
@fractalwrench fractalwrench released this 19 Aug 09:20
· 59 commits to master since this release
00543a4

Enhancements

  • (Android) Add support for parsing Hermes stacktraces
    #394

Bug fixes

  • Make JavaScriptException inherit from BugsnagException
    #393

  • (Android) Upgrade to bugsnag-android v4.18.0

    • Migrate dependencies to androidx
      #554
    • Improve ANR error message information
      #553
  • (iOS) Upgrade bugsnag-cocoa to v5.22.5

    • Fix possible crash or deadlock arising from calling Bugsnag.notify() from
      multiple queues concurrently.
      #401