-
Update bugsnag-android to v4.22.2:
-
This release adds a compile-time dependency on the Kotlin standard library. This should not affect
the use of any API supplied by bugsnag-unity. -
Modularise bugsnag-android into Core, NDK, and ANR artifacts
#522 -
Migrate dependencies to androidx
#554 -
Report internal SDK errors to bugsnag
#570
#581
#594
#605
#588
#612 -
Add
detectNdkCrashes
configuration option to bugsnag-android to toggle whether C/C++ crashes
are detected
#491 -
Use NetworkCallback to monitor connectivity changes on newer API levels
#501 -
Fix deserialization of custom stackframe fields in cached error reports
#576 -
Buffer IO when reading from cached error files, improving SDK performance
#573 -
flushOnLaunch() does not cancel previous requests if they timeout, leading to potential duplicate reports
#593 -
Report correct value for free disk space
#589 -
Allow overriding the versionCode via Configuration
#610 -
Catch throwables when invoking methods on system services
#623
-
-
Update bugsnag-cocoa to v5.23.0:
-
Fix unrecognized selector crash when adding metadata
#430 -
This release removes support for reporting 'partial' or 'minimal' crash reports
where the crash report could not be entirely written (due to disk space or other
issues like the device battery dying). While sometimes the reports could point
in the right direction for debugging, they could also be confusing or not enough
information to pursue and close the issue successfully.This release also renames a few configuration properties to align better with the
intended use and other Bugsnag libraries, so people who use more than one
platform can easily find related functionality in a different library. The old
names are deprecated but still supported until the next major release.
#435Bugsnag.setBreadcrumbCapacity()
is nowsetMaxBreadcrumbs()
on the
BugsnagConfiguration
class. In addition, the default number of breadcrumbs
saved has been raised to 25 and limited to no more than 100.BugsnagConfiguration.autoNotify
is now named
BugsnagConfiguration.autoDetectErrors
BugsnagConfiguration.autoCaptureSessions
is now named
BugsnagConfiguration.autoDetectSessions
-