diff --git a/datadog_lambda/tracing.py b/datadog_lambda/tracing.py index e7dca1f3..c47691dc 100644 --- a/datadog_lambda/tracing.py +++ b/datadog_lambda/tracing.py @@ -630,6 +630,7 @@ def extract_dd_trace_context( Write the context to a global `dd_trace_context`, so the trace can be continued on the outgoing requests with the context injected. """ + logger.debug("h") global dd_trace_context trace_context_source = None event_source = parse_event_source(event)