Skip to content

Commit a9c54be

Browse files
add more detailed comment to function
1 parent 2e09255 commit a9c54be

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
@@ -70,7 +70,7 @@ def _extract_context(context_json, event_type, arn):
7070
from ddtrace.data_streams import set_consume_checkpoint
7171

7272
"""
73-
Extracts the context from a JSON carrier and optionally sets a consume checkpoint
73+
Extracts the context from a JSON carrier and optionally sets a dsm consume checkpoint
7474
if the context is complete and data streams are enabled.
7575
"""
7676
context = propagator.extract(context_json)

0 commit comments

Comments
 (0)