Add Event Culture Context
With https://github.com/getsentry/develop/pull/329, we introduced culture context to our SDKs. Add it to the Java SDK.
We still need to wait until Discover supports culture_context (https://github.com/getsentry/sentry/issues/30525) before adding this.
This is related to https://github.com/getsentry/sentry-java/issues/1835.
We're moving to Blocked since we depend on https://github.com/getsentry/sentry/issues/30525 or someone working actively on the 6.0 release.
Hybrid SDKs need to ensure that this is not lost during serialization roundtrip, loop us in for testing. https://github.com/getsentry/sentry/issues/30525 is likely required as well otherwise the previous tags, filtering, etc will be gone.
@marandaneto this is already implement on Cocoa, can you check that this is not lost when running on iOS?
@marandaneto this is already implement on Cocoa, can you check that this is not lost when running on iOS?
Usually, this is a prob. on Android only due to the roundtrip, so iOS is safe.
There's still no progress on backend though do we have to scope this into 7.0.0? I'd not like to depend on anything backend related to not get us blocked with the major
@romtsn just deprecate the previous ones and start sending the new ones, this is how the other SDKs did, it's not a blocker this way.