Creates a @cleverbrush/client middleware that traces outbound HTTP calls
and injects W3C Trace Context headers.
Register this as the first client middleware so it wraps retries, timeouts,
and batching. The server-side tracingMiddleware already extracts these
headers, so downstream services join the same distributed trace.
Creates a
@cleverbrush/clientmiddleware that traces outbound HTTP calls and injects W3C Trace Context headers.Register this as the first client middleware so it wraps retries, timeouts, and batching. The server-side
tracingMiddlewarealready extracts these headers, so downstream services join the same distributed trace.