Skip to content

v5.21.0

Compare
Choose a tag to compare
@lemnik lemnik released this 17 Mar 15:43
bb01b06

Enhancements

  • 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

Bug fixes

  • Fixed an issue where an uncaught exception on the main thread could in rare cases trigger an ANR.
    #1624