Skip to content

Commit a7c71a4

Browse files
more test
1 parent 1aa340f commit a7c71a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datadog_lambda/tracing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +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("hi")
633+
logger.debug("h")
634634
global dd_trace_context
635635
trace_context_source = None
636636
event_source = parse_event_source(event)

0 commit comments

Comments
 (0)