Skip to content

Commit afbccea

Browse files
committed
Fail trace propagation.
1 parent 7676cc9 commit afbccea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datadog_lambda/tracing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,7 @@ def extract_dd_trace_context(
582582
Write the context to a global `dd_trace_context`, so the trace
583583
can be continued on the outgoing requests with the context injected.
584584
"""
585+
return None
585586
global dd_trace_context
586587
trace_context_source = None
587588
event_source = parse_event_source(event)

0 commit comments

Comments
 (0)