From 2125b15ff607b65f6bbbcac506def8f166cb49b8 Mon Sep 17 00:00:00 2001 From: Rithika Narayan Date: Tue, 6 Jan 2026 16:26:49 -0500 Subject: [PATCH 1/3] test --- datadog_lambda/tracing.py | 1 + 1 file changed, 1 insertion(+) diff --git a/datadog_lambda/tracing.py b/datadog_lambda/tracing.py index e7dca1f3..b98acc28 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("hello") global dd_trace_context trace_context_source = None event_source = parse_event_source(event) From e902ccf1e1f6f830ee6658360580f308df6754e8 Mon Sep 17 00:00:00 2001 From: Rithika Narayan Date: Wed, 7 Jan 2026 10:55:29 -0500 Subject: [PATCH 2/3] test --- datadog_lambda/tracing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datadog_lambda/tracing.py b/datadog_lambda/tracing.py index b98acc28..50f3fbec 100644 --- a/datadog_lambda/tracing.py +++ b/datadog_lambda/tracing.py @@ -630,7 +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("hello") + logger.debug("hi") global dd_trace_context trace_context_source = None event_source = parse_event_source(event) From a7c71a4480aba0e5aa69f48cdccc0bb59142a448 Mon Sep 17 00:00:00 2001 From: Rithika Narayan Date: Thu, 8 Jan 2026 09:40:15 -0500 Subject: [PATCH 3/3] more test --- datadog_lambda/tracing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datadog_lambda/tracing.py b/datadog_lambda/tracing.py index 50f3fbec..c47691dc 100644 --- a/datadog_lambda/tracing.py +++ b/datadog_lambda/tracing.py @@ -630,7 +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("hi") + logger.debug("h") global dd_trace_context trace_context_source = None event_source = parse_event_source(event)