Breaking Changes
sentry-android-okhttp
has 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-pii
andmax-request-body-size
fromsentry.properties
(#3534) span.startChild
now 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
Scopes
being active inside each OpenTelemetryContext
due to using context keys from more than one class loader.
- There was a problem with two separate Sentry