We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0906a0 commit 8230b07Copy full SHA for 8230b07
datadog_lambda/tracing.py
@@ -317,7 +317,7 @@ def extract_context_from_sqs_or_sns_event_or_context(
317
dsm_data = dd_data
318
else:
319
# Handle case where trace context is injected into attributes.AWSTraceHeader
320
- # example: Root=1-654321ab-000000001234567890abcdef;Parent=0123456789abcdef;Sampled=1
+ # example:Root=1-654321ab-000000001234567890abcdef;Parent=0123456789abcdef;Sampled=1
321
attrs = event.get("Records")[0].get("attributes")
322
if attrs:
323
x_ray_header = attrs.get("AWSTraceHeader")
0 commit comments