Function parse_headers
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 sentry-trace
.
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 sentry-trace
.