Skip to content

Commit 5f006de

Browse files
change to continue
1 parent 8bb2053 commit 5f006de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datadog_lambda/dsm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def _dsm_set_sqs_context(event):
2020
arn = record.get("eventSourceARN", "")
2121
context_json = _get_dsm_context_from_sqs_lambda(record)
2222
if not context_json:
23-
return
23+
continue
2424
_set_dsm_context_for_record(context_json, "sqs", arn)
2525

2626
except Exception as e:

0 commit comments

Comments
 (0)