-
(Android) Upgrade to bugsnag-android v4.13.0
Enhancements
Bug fixes
-
(Cocoa) Upgrade to bugsnag-cocoa v5.19.1
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 fromnotify()
will now use theNSException
instance's call stack addresses to construct the stacktrace, ignoring depth.
This fixes an issue in macOS exception reporting wherereportException
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
-