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 66ae884 commit 8525d65Copy full SHA for 8525d65
src/sentry/issues/ingest.py
@@ -242,10 +242,9 @@ def save_issue_from_occurrence(
242
try:
243
# Since this calls hybrid cloud it has to be run outside the transaction
244
assignee = occurrence.assignee.resolve()
245
- except Exception:
246
- logger.exception("Failed to resolve assignee for occurrence")
247
- else:
248
GroupAssignee.objects.assign(group, assignee, create_only=True)
+ except Exception:
+ logger.exception("Failed process assignment for occurrence")
249
250
else:
251
group = existing_grouphash.group
0 commit comments