-
-
Notifications
You must be signed in to change notification settings - Fork 145
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
Report additional context information via Sentry #660
Comments
As will all issues marked as "help wanted", maintainers are willing to help when implementing this issue. The current code for reporting context information to Sentry is in SentryErrorReporter.java. In order to test this, it might be helpful for the developer to register for a free developer Account at sentry.io and exchange the DSN in this file so they can see the reported exceptions in their developer's instance. |
I can take it. |
Hi, that would be great. There are some docs here to get you started around coding for the plugin. https://intellij-asciidoc-plugin.ahus1.de/docs/contributors-guide/contribute-as-a-coder.html Let me know if this is helpful or if you need more to get started. |
@ahus1 Hi. Please check if the approach is ok. |
Why the new feature should be added
When a problem is auto-reported by Sentry, the context information currently information like the IDE and plugin version.
It would be helpful to have the following information to reproduce the issue:
How the new feature should work
The information would be collected and submitted automatically every time the user submits an issue via Sentry.
No additional interaction will be necessary.
The text was updated successfully, but these errors were encountered: