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
661e845: Add hooks option to traceMiddleware (onRequestStart, onRequestEnd, onRequestError) so callers can hook other instrumentation, like metrics or logging, into the request span lifecycle.
22e82a3: Add skip option to traceMiddleware to bypass tracing entirely for matching requests.