getsentry / getsentry/sentry-java
Consider disabling usage of `SentryReactorThreadLocalAccessor` if OpenTelemetry is used
Abierto
Java
Spans
Task
- Lenguaje dominante
- Kotlin
- Estrellas
- 1.4k
- Forks
- 478
- Merge medio
- 2 d 23 h
- PR fusionados (30 d)
- 67
Descripción
### Description
`SentryReactorThreadLocalAccessor` should not be necessary if OpenTelemetry is used for scope propagation through its `Context` instead of relying on our own `ThreadLocal`.
Also see https://github.com/getsentry/sentry-java/issues/4806
We could skip using `SentryReactorUtils` in WebFlux if OpenTelemetry is being used, unless `sentry.reactive.thread-local-accessor-enabled` is set to `true`.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.