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 678d86b commit 209f68fCopy full SHA for 209f68f
datadog_lambda/tracing.py
@@ -303,6 +303,9 @@ def extract_context_from_sqs_or_sns_event_or_context(
303
logger.debug(
304
"Found dd-trace injected trace context from AWSTraceHeader"
305
)
306
+ _dsm_set_checkpoint(None, event_type, source_arn)
307
+ if config.data_streams_enabled:
308
+ _dsm_set_context_sqs_or_sns_event(event, event_type)
309
return Context(
310
trace_id=int(trace_id_parts[2][8:], 16),
311
span_id=int(x_ray_context["parent_id"], 16),
0 commit comments