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
feat: auto-instrument HTTP requests with a wrapping span and mutable attributes
TraceRequest now opens an http.request span around the whole request
(completing/failing it alongside the trace), and Span/Trace/SpanScope
gain withAttributes()/attributes() so callers can attach data (e.g.
response status code) before a span or trace closes. Database query
tracing takes its enabled flag from config at bind time instead of
reading config() on every query.
0 commit comments