pub fn parse_headers<'a, I>(headers: I) -> Option<SentryTrace>👎Deprecated:
use TracePropagationContext::try_from_headers instead
Expand description
Extracts distributed tracing metadata from headers (or, generally, key-value pairs),
considering the values for sentry-trace.