sentry-java
sentry-java copied to clipboard
Default Trace Context Status to OK
As of now the trace context sets the status to unknown, as the txn is not finished. This is confusing we should default to ok, like we'll do for span-first.
This is a breaking change and should be done in a major.
Related Cocoa Issue: https://github.com/getsentry/sentry-cocoa/issues/6230