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