Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Tribler Config to the sentry event #7665

Merged
merged 1 commit into from Nov 3, 2023

Conversation

drew2a
Copy link
Collaborator

@drew2a drew2a commented Nov 2, 2023

This PR enhances Sentry Event reporting by including the Tribler Config data collected from the GUI side, aiding in the investigation of issues such as #7641.

See the event example here: https://sentry.tribler.org/organizations/tribler/issues/2449

Comment on lines +533 to +540
gui_settings = self.window().gui_settings

gui_settings.setValue("family_filter", self.window().family_filter_checkbox.isChecked())
gui_settings.setValue("disable_tags", self.window().disable_tags_checkbox.isChecked())
gui_settings.setValue("autocommit_enabled", self.window().channel_autocommit_checkbox.isChecked())
gui_settings.setValue("ask_download_settings", self.window().always_ask_location_checkbox.isChecked())
gui_settings.setValue("use_monochrome_icon", self.window().use_monochrome_icon_checkbox.isChecked())
gui_settings.setValue("minimize_to_tray", self.window().minimize_to_tray_checkbox.isChecked())
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a side refactoring that is not related to the intention of this PR.

@drew2a drew2a marked this pull request as ready for review November 2, 2023 15:39
@drew2a drew2a requested a review from a team as a code owner November 2, 2023 15:39
@drew2a drew2a requested review from egbertbouman and removed request for a team November 2, 2023 15:39
@drew2a drew2a merged commit f658c1d into Tribler:release/7.13 Nov 3, 2023
28 checks passed
@drew2a drew2a deleted the festure/config_to_sentry branch November 3, 2023 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants