intellij-quarkus icon indicating copy to clipboard operation
intellij-quarkus copied to clipboard

Implement ErrorReportSubmitter for better user feedback

Open jeffmaury opened this issue 2 years ago • 7 comments

jeffmaury avatar Jun 03 '22 06:06 jeffmaury

@jeffmaury is it for LSP4IJ or wizard?

angelozerr avatar Apr 12 '23 09:04 angelozerr

This is to track errors and automatically create issues

jeffmaury avatar Apr 12 '23 10:04 jeffmaury

Nice!

angelozerr avatar Apr 12 '23 10:04 angelozerr

@jeffmaury where we should send the error? Do you think we should send that with teleemtry?

@fbricon what do you think about that?

angelozerr avatar Jul 12 '23 20:07 angelozerr

I was thinking of GitHub issue

jeffmaury avatar Jul 13 '23 06:07 jeffmaury

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

fbricon avatar Jul 13 '23 12:07 fbricon

If I remember correctly you can reuse the GitHub plugin from JetBrains and use the user account

jeffmaury avatar Jul 17 '23 10:07 jeffmaury