We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5af84f commit 3ffd16fCopy full SHA for 3ffd16f
1 file changed
datadog_lambda/tracing.py
@@ -70,10 +70,6 @@
70
def _dsm_set_checkpoint(context_json, event_type, arn):
71
from ddtrace.data_streams import set_consume_checkpoint
72
73
- """
74
- Extracts the context from a JSON carrier and optionally sets a dsm consume checkpoint
75
- if the context is complete and data streams are enabled.
76
77
if not isinstance(context_json, dict):
78
return
79
0 commit comments