This is a breaking change release in order to update the tracing-subscriber
dependency version to the v0.3.x release series.
tracing
dependency so that proc-macro dependencies are not enabled (#1144)SpanTrace::new
constructor for constructing a SpanTrace
from a Span
passed as an argument (rather than capturing the current span) (#1492)Thanks to @CAD97 for contributing to this release!
TracedError
, an error type wrapper that annotates an error with the current span.SpanTrace::status
method and SpanTraceStatus
type for determing whether a SpanTrace
was successfully captured (#614)std::backtrace
(#584)