We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25a2718 commit f267045Copy full SHA for f267045
1 file changed
bottlecap/src/lifecycle/invocation/processor.rs
@@ -1073,7 +1073,7 @@ impl Processor {
1073
debug!("Extracted trace context from headers");
1074
return Some(sc);
1075
}
1076
-
+
1077
if let Some(request_obj) = payload_value.get("request") {
1078
if let Some(request_headers) = request_obj.get("headers") {
1079
if let Some(sc) = propagator.extract(request_headers) {
0 commit comments