tracing-error
Utilities for enriching errors with `tracing`.
0.2.1
57M downloads/mo
#1137 most downloaded on crates.io
tokio-rs/tracing
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 4 weeks to 3.1 years
Nearly every release is documented
notes for 5 of 5 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
5 releases · first in 2020
0 releases in the last 12 months
see the full history below
Release timeline
5 releases · Feb 2020 to Nov 2024Releases
latest 5-
0.2.129 Nov 2024 -
0.2.023 Oct 2021Release notes
Open source →This is a breaking change release in order to update the
tracing-subscriberdependency version to the v0.3.x release series.Changed
Fixed
- Disabled default features of the
tracingdependency so that proc-macro dependencies are not enabled (#1144) - Documentation fixes and improvements (#635, #695)
Added
- SpanTrace: Added
SpanTrace::newconstructor for constructing aSpanTracefrom aSpanpassed as an argument (rather than capturing the current span) (#1492)
Thanks to @CAD97 for contributing to this release!
Release notes
Open source →Added
- Make trace and metrics features optional
- ExportResult as specified in the specification
- Add Futures compatibility API
- Added serde serialize support to SpanData
- Separate OpenTelemetry Jaeger crate
Changed
- Rename HttpTraceContextPropagator to TraceContextPropagator
- Rename HttpB3Propagator to B3Propagator
- Switch to Apache 2 license
- Resolve agent addresses to allow non-static IP
- Remove tracer name prefix from span name
Removed
- Remove add_link from spans
- Disabled default features of the
-
0.1.204 Mar 2020Release notes
Open source →Added
- TracedError:
TracedError, an error type wrapper that annotates an error with the current span. - SpanTrace:
SpanTrace::statusmethod andSpanTraceStatustype for determining whether aSpanTracewas successfully captured (#614)
Changed
- SpanTrace: Made backtrace formatting more consistent with upstream changes
to
std::backtrace(#584)
- TracedError:
-
0.1.105 Feb 2020Release notes
Open source →Fixed
- Fixed a typo in the crate description
Changed
- the maintenance badge from active to experimental
Release notes
Open source →Added
- Documentation and API cleanup
- Tracking of active spans via thread local span stack
-
0.1.005 Feb 2020