Skip to content

Commit

Permalink
Merge pull request #8054 from kozlovsky/fix/sentry_user_comments
Browse files Browse the repository at this point in the history
Fix sending user comments as part of a Sentry report
  • Loading branch information
kozlovsky authored Jun 4, 2024
2 parents d752e9e + 2145c62 commit 308f3c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tribler/gui/dialogs/feedbackdialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ def on_send_clicked(self, checked):
self.send_report_button.setEnabled(False)
self.send_report_button.setText(tr("SENDING..."))

self.info[COMMENTS] = self.comments_text_edit.toPlainText()

self.sentry_reporter.send_event(
event=self.reported_error.event or {},
tags=self.additional_tags,
Expand Down

0 comments on commit 308f3c9

Please sign in to comment.