Skip to content

Commit 2125b15

Browse files
test
1 parent cb34422 commit 2125b15

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
@@ -630,6 +630,7 @@ def extract_dd_trace_context(
630630
Write the context to a global `dd_trace_context`, so the trace
631631
can be continued on the outgoing requests with the context injected.
632632
"""
633+
logger.debug("hello")
633634
global dd_trace_context
634635
trace_context_source = None
635636
event_source = parse_event_source(event)

0 commit comments

Comments
 (0)