Skip to content

Commit

Permalink
feat: Export Span and Event for tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Sep 8, 2024
1 parent 90a9b6a commit c3b8188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prelude.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pub use tracing::{
debug, debug_span, error, error_span, event,
field::{debug, display},
info, info_span, span, trace, trace_span, warn, warn_span, Instrument,
info, info_span, span, trace, trace_span, warn, warn_span, Event, Instrument, Span,
};

0 comments on commit c3b8188

Please sign in to comment.