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 8bb2053 commit 5f006deCopy full SHA for 5f006de
datadog_lambda/dsm.py
@@ -20,7 +20,7 @@ def _dsm_set_sqs_context(event):
20
arn = record.get("eventSourceARN", "")
21
context_json = _get_dsm_context_from_sqs_lambda(record)
22
if not context_json:
23
- return
+ continue
24
_set_dsm_context_for_record(context_json, "sqs", arn)
25
26
except Exception as e:
0 commit comments