-
Notifications
You must be signed in to change notification settings - Fork 54
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
feat: Add error submitter for user feedback #1429
base: main
Are you sure you want to change the base?
Conversation
Quality Gate passedIssues Measures |
Thanks so much! @fbricon what do you think? |
I'm worried this will potentially generate plenty of duplicate issues as it won't force users to check for existing issues |
Understandable, for my plugins I send these errors to sentry . Perhaps maybe it would be better to capture these errors through the telemetry plugin. |
I wonder if when the issue is created we could check that a similar issue (same title) exists? |
That should be more than enough for error reporting, if you cache search results for a given problem, so no need to manage tokens |
interesting!!, will take a look. |
Closes #591
It uses an issue template form, on the yaml,
projects
list is optional.When the user clicks the Create GitHub Issue button the browser is launched and takes away the focus of the IDE.