Skip to content

Commit

Permalink
Fixed reporting error without event crashing reporter (#7702)
Browse files Browse the repository at this point in the history
  • Loading branch information
qstokkink committed Nov 21, 2023
1 parent da5911d commit 1adfe20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tribler/gui/dialogs/feedbackdialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def on_send_clicked(self, checked):
self.send_report_button.setText(tr("SENDING..."))

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

0 comments on commit 1adfe20

Please sign in to comment.