Releases: bugsnag/bugsnag-android
v4.10.0
-
Improve kotlin support by allowing property access
#393 -
Added additional nullability annotations to public API
#395 -
Migrate metaData.device.cpuAbi to device.cpuAbi in JSON payload
#404
Bug fixes
-
Add binary architecture of application to payload
#389 -
Prevent errors from leaving a self-referencing breadcrumb
#391 -
Fix calculation of durationInForeground when autoCaptureSessions is false
#394 -
Prevent Bugsnag.init from instantiating more than one client
#403 -
Make config.metadata publicly accessible
#406
v4.9.3
v4.9.2
v4.9.1
v4.9.0
Enhancements
- Add a callback to allow modifying reports immediately prior to delivery,
including fatal crashes from native C/C++ code. For more information, see the
callback reference.
#379
Bug fixes
- [NDK] Improve stack trace quality for signals raised on ARM32 devices
#378
v4.8.2
v4.8.1
v4.8.0
This release includes new versions of both bugsnag-android and
bugsnag-android-ndk, which will be released at the same time and with the same
version number going forward.
The NDK library has been rebuilt from the ground up and will use the same
version number as bugsnag-android.
Enhancements
- [NDK] Improve stack trace quality for all native crashes. There should be
significantly more crash-time information, across the board but especially on
newer API levels. - [NDK] Reduce memory usage
- [NDK] Add support for session information
- [NDK] Add support for unhandled report tracking