-
Notifications
You must be signed in to change notification settings - Fork 24
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
Setup automatic error reporting #47
Comments
Hi, I am one of the developers of Automated Error Reporting. Due to your removal of the "easy-hack" tag, can I assume that you tried to integrate error reporting but it didn't work? If so, this may have been due to a missing dependency in your MANIFEST.MF file. To try again, simply follow the guide on your service’s client configurations page and it should work. If you want I could also make a pull request that adds Automated Error Reporting. |
I added the stuff to the "core" plugin, can you please check if it's accurate? This project contains 2 plugins, can I add the same thing for the "java" plugin? |
It does indeed look accurate. It is not necessary to configure the extension point again for a the "java" plugin. A separate configuration would only be needed if you wanted to send errors from different plugins to different, or if one plugin could be installed without the other. In the latter case I would suggest introducing a minimal plugin that configures the error reporting which would always be installed along with any other plugin. But I think in your case, you won't need to do that. |
Thanks, will release a new version. |
Indeed they are :) I did a quick test and managed to get a NullPointerException in the LibreOffice plugin and reported it. |
Nice :) |
Service no longer exists This reverts commit 0c5d7e1.
https://ctrlflow.com/automated-error-reporting/
The text was updated successfully, but these errors were encountered: