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

Sentry: Disable parse code output #7864

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

drew2a
Copy link
Contributor

@drew2a drew2a commented Jan 26, 2024

This PR disables (and removes) the parse code output logic introduced in

The reason for this change is that we now have an error code returned along with the CoreCrashedError, making the parsing of core output unnecessary. CoreCrashedError can now be grouped by the error code, which was previously impossible.

While the feature for parsing code output could be improved, it requires more stringent logging rules, which were not supported by team members (see discussion in #7861).

@drew2a drew2a marked this pull request as ready for review January 26, 2024 11:30
@drew2a drew2a requested review from a team and egbertbouman and removed request for a team January 26, 2024 11:30
@drew2a drew2a force-pushed the feature/disable_parse_core_output branch from a1134e3 to 58ef177 Compare January 26, 2024 11:33
@drew2a drew2a merged commit 502d393 into Tribler:main Jan 26, 2024
19 of 20 checks passed
@drew2a drew2a deleted the feature/disable_parse_core_output branch January 26, 2024 14:08
@drew2a drew2a added this to the 7.14.0 milestone Jan 26, 2024
@drew2a drew2a self-assigned this Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants