Releases: bugsnag/bugsnag-android-ndk
v1.2.0
This release alters the behaviour of the notifier to track sessions automatically.
A session will be automatically captured on each app launch and sent to https://sessions.bugsnag.com. If you
use Bugsnag On-Premise, it is now also recommended that you set your notify and session endpoints
via config.setEndpoints(String notify, String sessions)
.
v1.1.3
-
Add nullcheck for reading breadcrumb metadata values #9
Jamie Lynch -
Update bugsnag-android dependency version to v4.3.1:
-
Fix possible ANR when enabling session tracking via
Bugsnag.setAutoCaptureSessions()
and connecting to latent networks.
#231 -
Fix invalid payloads being sent when processing multiple Bugsnag events in the
same millisecond
#235 -
Re-add API key to error report HTTP request body to preserve backwards
compatibility with older versions of the error reporting API
#228
-
v1.1.2
v1.1.1
- Move capture of thread stacktraces to start of notify process
- Add configuration option to disable automatic breadcrumb capture
- Update Gradle Wrapper
- Parse manifest meta-data for Session Auto-Capture boolean flag
v1.1.0
- Add session tracking and update Android library