Skip to content

Commit 74a3de8

Browse files
add comment
1 parent 6f8aef4 commit 74a3de8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datadog_lambda/tracing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ def extract_context_from_sqs_or_sns_event_or_context(event, lambda_context):
270270
try:
271271
return (
272272
extract_context_from_step_functions(dd_data, None),
273+
# Unsupported DSM context propagation method
273274
None,
274275
)
275276
except Exception:

0 commit comments

Comments
 (0)