File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11pub mod error_report;
22
3- /// Emitt a tracing error event for an error with rich, structured context.
4- /// It capturing the error using the experimental Rust [std::error::Report](https://doc.rust-lang.org/stable/std/error/struct.Report.html)
3+ /// Emit a tracing error event for an error with rich, structured context.
4+ /// It captures the error using the experimental Rust [std::error::Report](https://doc.rust-lang.org/stable/std/error/struct.Report.html)
55/// and adding the type name as error.kind, the backtrace as error.trace and the error stack as error.message
66///
77/// # Examples
@@ -50,8 +50,8 @@ macro_rules! trace_error {
5050 } ;
5151}
5252
53- /// Emitt a tracing error event for anyhow error with rich, structured context.
54- /// It capturing the error using the experimental Rust [std::error::Report](https://doc.rust-lang.org/stable/std/error/struct.Report.html)
53+ /// Emit a tracing error event for anyhow error with rich, structured context.
54+ /// It captures the error using the experimental Rust [std::error::Report](https://doc.rust-lang.org/stable/std/error/struct.Report.html)
5555/// and adding the type name as error.kind, the backtrace as error.trace and the error stack as error.message
5656///
5757/// # Examples
You can’t perform that action at this time.
0 commit comments