ModuleEntryInterceptor
sitting before the async invocation interceptor causes traces to place spans in the wrong place
#615
Labels
Milestone
ModuleTracingBeanPostProcessor
always registers the interceptor as first in the advisor chain. If theAsyncAnnotationAdvisor
is already present, this will cause close to empty spans for async event listeners as the span starts before the async dispatch and immediately ends.The text was updated successfully, but these errors were encountered: