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 0463862 commit 1a9df0aCopy full SHA for 1a9df0a
datadog_lambda/tracing.py
@@ -332,7 +332,9 @@ def extract_context_from_sqs_or_sns_event_or_context(
332
# Do not want to set checkpoint with "" arn
333
if source_arn:
334
_dsm_set_checkpoint(
335
- None, "sqs" if event_source.equals(EventTypes.SQS) else "sns", source_arn
+ None,
336
+ "sqs" if event_source.equals(EventTypes.SQS) else "sns",
337
+ source_arn,
338
)
339
return extract_context_from_lambda_context(lambda_context)
340
except Exception as e:
0 commit comments