You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, this is to reopen #33091 and bring to your notice that
TracingContext is lost in RestControllerAdvice as well where you define ExceptionHandler for logging and throwing user defined exceptions.
Also, ResponseBodyAdvice helps customize the responseBody and definitely any info / failure there needs to be logged along with the original TraceContext
Sorry, this is to reopen #33091 and bring to your notice that
TracingContext
is lost inRestControllerAdvice
as well where you defineExceptionHandler
for logging and throwing user defined exceptions.Also,
ResponseBodyAdvice
helps customize the responseBody and definitely any info / failure there needs to be logged along with the originalTraceContext
Our implementation is quite similar to what is mentioned in this official documentation page https://docs.spring.io/spring-boot/reference/web/reactive.html#web.reactive.webflux
Having this been available since atleast Spring Boot v2.5.x, kindly reconsider. Thanks
The text was updated successfully, but these errors were encountered: