Skip to content

Commit

Permalink
Fix sending user comments as part of a Sentry report
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlovsky committed Jun 4, 2024
1 parent d752e9e commit 2145c62
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 2145c62

Please sign in to comment.