pub fn parse_headers<'a, I: IntoIterator<Item = (&'a str, &'a str)>>(
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
.