We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa340f commit a7c71a4Copy full SHA for a7c71a4
datadog_lambda/tracing.py
@@ -630,7 +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("hi")
+ logger.debug("h")
634
global dd_trace_context
635
trace_context_source = None
636
event_source = parse_event_source(event)
0 commit comments