Skip to content

Commit ad326c7

Browse files
calebschoepplann
andauthored
Update crates/trigger-http/src/lib.rs
Co-authored-by: Lann <[email protected]> Signed-off-by: Caleb Schoepp <[email protected]>
1 parent 22d8d5d commit ad326c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/trigger-http/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ impl OutboundWasiHttpHandler for HttpRuntimeData {
728728
}
729729
res
730730
}
731-
.instrument(tracing::Span::current()),
731+
.in_current_span(),
732732
))
733733
}
734734
other => other,

0 commit comments

Comments
 (0)