Skip to content

Commit 85f436a

Browse files
debug: add trace context extraction debug log
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 56d4b5b commit 85f436a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bottlecap/src/lifecycle/invocation/processor.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1146,6 +1146,7 @@ impl Processor {
11461146
.and_then(|req| req.get("headers"))
11471147
.and_then(|headers| propagator.extract(&JsonCarrier(headers)))
11481148
{
1149+
debug!("Another test");
11491150
debug!("Extracted trace context from event.request.headers");
11501151
return Some(sc);
11511152
}

0 commit comments

Comments
 (0)