Follow-up to #5385 to cover sentry-java.
Sync SentryOptions.Environment during hybrid-SDK Init.
Sync Scope.Environment with the hybrid SDK via IScopeObserver.
For sentry-java (Android).
The equivalent work for sentry-native and sentry-cocoa was tracked in #5385 and delivered in:
This issue tracks the remaining sentry-java layer, which was explicitly deferred in that work.
Follow-up to #5385 to cover
sentry-java.Sync
SentryOptions.Environmentduring hybrid-SDK Init.Sync
Scope.Environmentwith the hybrid SDK viaIScopeObserver.For
sentry-java(Android).The equivalent work for
sentry-nativeandsentry-cocoawas tracked in #5385 and delivered in:environmentto the native layers #5365 —feat: syncenvironmentto the native layersScopefirst #5376 —fix: fetch default attributes fromScopefirstThis issue tracks the remaining
sentry-javalayer, which was explicitly deferred in that work.