8.0.0-alpha.3
Pre-release
Pre-release
Breaking Changes
sentry-android-okhttphas been removed in favor ofsentry-okhttp, removing android dependency from the module (#3510)
Fixes
- Support spans that are split into multiple batches (#3539)
- When spans belonging to a single transaction were split into multiple batches for SpanExporter, we did not add all spans because the isSpanTooOld check wasn't inverted.
- Parse and use
send-default-piiandmax-request-body-sizefromsentry.properties(#3534) span.startChildnow uses.makeCurrent()by default (#3544)- This caused an issue where the span tree wasn't correct because some spans were not added to their direct parent
- Partially fix bootstrap class loading (#3543)
- There was a problem with two separate Sentry
Scopesbeing active inside each OpenTelemetryContextdue to using context keys from more than one class loader.
- There was a problem with two separate Sentry