Releases: bugsnag/bugsnag-android-performance
Releases · bugsnag/bugsnag-android-performance
v1.10.0
Bug fixes
- Untagged socket violation when StrictMode is enabled #297
#306 - Fixed issue where background apps didn't consistently flush the current batch of spans
#305
Enhancements
- Formally introduced the
bugsnag-android-performance-compose
module and MeasuredComposable to report the performance of Composables
#299
v1.9.1
v1.9.0
v1.8.0
v1.7.0
Bug fixes
- Avoid crashing on Android 11 due to https://issuetracker.google.com/issues/175055271.
#276
Changes
v1.6.0
Enhancements
- Custom attributes can now be set on a span, including as arrays of primitives (int, long, double, boolean, string).
#252 - Introduced
OnSpanEndCallback
s that allow changes to spans when theirend()
method is called, but before they are sent.
#254 - Spans in the
SpanContext
stack are now weak referenced to avoid holding spans that cannot be closed externally
#255
v1.5.0
v1.4.0
v1.3.0
Enhancements
- Update the
bugsnag-plugin-android-performance-okhttp
module to optionally carry the currentSpanContext
as an OpenTelemetrytraceparent
header in outgoing HTTP requests.
#221
Bug fixes
- Remove leak mark when the Activity is on stopped since Auto-instrumented spans should only be considered “leaked” when the Activity is destroyed.
#210