Skip to content

v5.19.1

Compare
Choose a tag to compare
@kattrali kattrali released this 27 Mar 11:54
· 3394 commits to master since this release

Bug fixes

  • Fix generating an incorrect stacktrace used when logging an exception to
    Bugsnag from a location other than the original call site (for example, from a
    logging function or across threads). If an exception was raised/thrown, then
    the resulting Bugsnag report from notify() will now use the NSException
    instance's call stack addresses to construct the stacktrace, ignoring depth.
    This fixes an issue in macOS exception reporting where reportException is
    reporting the handler code stacktrace rather than the reported exception
    stack.
    #334

  • Fix network connectivity monitor by connecting to the correct domain
    Jacky Wijaya
    #332