We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 123e5a3 commit e0497d0Copy full SHA for e0497d0
1 file changed
datadog_lambda/tracing.py
@@ -217,7 +217,9 @@ def create_sns_event(message):
217
}
218
219
220
-def extract_context_from_sqs_or_sns_event_or_context(event, lambda_context, event_source):
+def extract_context_from_sqs_or_sns_event_or_context(
221
+ event, lambda_context, event_source
222
+):
223
"""
224
Extract Datadog trace context from an SQS event.
225
0 commit comments