Instrument the full Express middleware chain so each middleware shows up as its own span, making it easy to spot which middleware in the stack is adding latency.
Today the integration captures the route handler but the middleware chain leading up to it is largely opaque.
Instrument the full Express middleware chain so each middleware shows up as its own span, making it easy to spot which middleware in the stack is adding latency.
Today the integration captures the route handler but the middleware chain leading up to it is largely opaque.