Skip to content

v6.3.0

Compare
Choose a tag to compare
@rich-bugsnag rich-bugsnag released this 23 Mar 09:27
· 647 commits to next since this release
c6ce01e

6.3.0 (2022-03-23)

This version of the sdk can also be installed via UPM

Enhancements

  • Added Android support for EDM4U. For manual installs there see the new menu item at Window/Bugsnag/Enable EDM Support. For UPM installs we have a dedicated package. #528

  • Update bugsnag-android to v5.21.0

    • Fix inconsistencies in stack trace quality for C/C++ events. Resolves a few
      cases where file and line number information was not resolving to the correct
      locations. This change may result in grouping changes to more correctly
      highlight the root cause of an event.
      #1605
      #1606
    • Fixed an issue where an uncaught exception on the main thread could in rare cases trigger an ANR.
      #1624