intellij-quarkus
intellij-quarkus copied to clipboard
Implement ErrorReportSubmitter for better user feedback
@jeffmaury is it for LSP4IJ or wizard?
This is to track errors and automatically create issues
Nice!
@jeffmaury where we should send the error? Do you think we should send that with teleemtry?
@fbricon what do you think about that?
I was thinking of GitHub issue
this is tricky, as you would need to embed some Github token in the app, which can easily be stolen. The alternative would be to send feedback to a web service that would be responsible to opening tickets. Sounds like non-trivial to setup at Red Hat
If I remember correctly you can reuse the GitHub plugin from JetBrains and use the user account