-
Notifications
You must be signed in to change notification settings - Fork 452
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 Sentry error reporting to the Tribler Client #5727
Comments
If this option is enabled by the user during installation, do we still show the stack trace when a crash occurs? But automatically send the crash report without explicit action by the user? |
I was thinking about not showing the stack trace when a crash occurs. But maybe the approach is too radical for now ;) Probably, it is better to leave all logic the same, but only to send additional reports to a different Sentry project. |
It's not radical at all but I wonder if there is really much to win when we send these reports automatically :) |
If I understand user behavior right, then we will get more error reports in case of "automatically sent is enabled". More reports == more bug fixed |
Nice progress! For long-term future:
Is this realistic @drew2a ? |
@synctext sure :) |
This issue is linked to #5715
Updated version:
As a developer, I want to increase the quality of receiving debug information and decrease the count of supported entities (Reporter).
So let's add Sentry to Tribler Client as a "backup system" that will accomplish the same work as the current Reporter do. Keep all the UX unchanged.
Will release it in
7.6.0
and evaluate how it works.Old version:
The text was updated successfully, but these errors were encountered: