What is this feature about?
The Tracing crate is one of, if not the, most popular way to collect traces in Rust. It has capabilities to detect the current span, so we could provide an optional feature to automatically set the traceparent (or maybe even the context) of an event.
What needs to be done to implement this feature?
What else should we know?
…