We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb34422 commit 2125b15Copy full SHA for 2125b15
datadog_lambda/tracing.py
@@ -630,6 +630,7 @@ def extract_dd_trace_context(
630
Write the context to a global `dd_trace_context`, so the trace
631
can be continued on the outgoing requests with the context injected.
632
"""
633
+ logger.debug("hello")
634
global dd_trace_context
635
trace_context_source = None
636
event_source = parse_event_source(event)
0 commit comments