Skip to content

Commit 53e66ed

Browse files
committed
cmt
1 parent 0f4f299 commit 53e66ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sentry/feedback/usecases/create_feedback.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@ def create_feedback_issue(
390390
if user_email and "user.email" not in event_fixed["tags"]:
391391
event_fixed["tags"]["user.email"] = user_email
392392

393+
# add the associated_event_id and has_linked_error to tags
393394
if associated_event_id:
394395
event_fixed["tags"]["associated_event_id"] = associated_event_id
395396
event_fixed["tags"]["has_linked_error"] = "true"

0 commit comments

Comments
 (0)