Skip to content

Commit

Permalink
fix: verbose_exit should instead be verbose_entry davidbarsky#66
Browse files Browse the repository at this point in the history
  • Loading branch information
ten3roberts committed Aug 2, 2023
1 parent a245dc9 commit d551f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ where
// Store the most recently entered span
bufs.current_span = Some(span.id());

if self.config.verbose_exit {
if self.config.verbose_entry {
if let Some(span) = span.parent() {
self.write_span_info(&span.id(), bufs, &ctx, SpanMode::PreOpen);
}
Expand Down

0 comments on commit d551f42

Please sign in to comment.