Closed as not planned
Description
Using:
- io.micrometer#micrometer-core;1.10.6
- io.micrometer#micrometer-tracing;1.0.4
- io.micrometer#micrometer-tracing-bridge-otel;1.0.4
and
- spring-boot-starter-webflux:3.0.6
The trace is not accessible neither within DefaultErrorWebExceptionHandler
nor in custom handler that implements ErrorWebExceptionHandler
;
note - I enabled Hooks.enableAutomaticContextPropagation();
in may application class