Support JetBrains Exception Analyzer #3639
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is is to introduce reporting errors via JetBrains Exception Analyzer.
This allows users to submit errors/exceptions by clicking on the red report icon when an exception occurs - previously this was handled by submitting errors to GitHub as issues.
This process is entirely opt-in, and exceptions/stacktraces must be submitted manually by the user. This will always be the case, where anything you submit will be opt-in - privacy is the primary concern for anything related to error reporting.
This process is now handled via JetBrains, all data is sent to them. Stacktraces contain plugin specific errors, and should not contain your code. You can verify this when submitting - you'll see what is being sent.
Issues will be manually created when a new error is submitted, and we'll try and get something hooked up to track the amount of reports for an issue, to show publicly how many times the issue was reported by users.
I humbly ask that where possible you do submit exceptions, as it helps prioritise and understand how often certain errors are experienced.
Bonus points for creating an issue with how to reproduce, as this really helps too! ❤️