pub fn parse_headers<'a, I>(headers: I) -> Option<SentryTrace>
Expand description
Extracts distributed tracing metadata from headers (or, generally, key-value pairs),
considering the values for both sentry-trace
(prioritized) and traceparent
.
pub fn parse_headers<'a, I>(headers: I) -> Option<SentryTrace>
Extracts distributed tracing metadata from headers (or, generally, key-value pairs),
considering the values for both sentry-trace
(prioritized) and traceparent
.