Alexander Dinauer
Alexander Dinauer
## Why do we need the Hubs/Scopes merge for POTEL? We do want to go through with the Hubs/Scopes merge in all of our SDKs regardless of POTEL. We want...
## How can `Scopes` storage work? See [miro](https://miro.com/app/board/uXjVNnI7dsE=/) top left which shows a flow through some OTEL auto instrumentation and Sentry API calls. 1. In `Propagator.extract()` we fork both current...
~~Should be resolved by https://github.com/getsentry/sentry-java/pull/2287~~ ~~https://github.com/getsentry/sentry-java/blob/ba4957762dc4c113ed21c09398a94deec7588407/sentry-android-okhttp/src/main/java/io/sentry/android/okhttp/SentryOkHttpInterceptor.kt#L196-L205~~ @marandaneto please confirm and maybe close
For Spring WebMVC we're currently unable to get the correct response code. For Spring WebFlux we've added the response code to `contexts/response/status_code` for transactions in https://github.com/getsentry/sentry-java/pull/2870. We have to check...
Just confirmed, UI does not look at `contexts/response/status_code`.
Also not `http.response.status_code` in Span data
We do not want to look at span data here as the status is supposed to display the status of the transaction. Opened https://github.com/getsentry/sentry/issues/54274 for reading the status code from...
Hello @kylejPomelo, at the moment this isn't very high on our ToDo list. It would be great if you could share your use case with us so we can learn...
@kylejPomelo thanks for sharing 🙏. Yes, `contextTags` is already available. I thought you were talking about the more advanced use cases mentioned in this issue. We haven't documented it yet...
Thanks for opening this issue. Would you mind if we fix this in the upcoming version 8 of the Java SDK? We've changed quite a lot in the SDK already...