[ANN] PluginErrorReportSubmitter 1.0.3 - plugin error notification by email

Hi Plugin Developers

I've written an implementation of the ErrorReportSubmitter extension point that allows your plugin users to submit exception reports which will then be forwarded to you by email. From a plugin user point of view, it works analogous to submitting core IDEA exception reports.

Very briefly, bundle errorReporter.jar with your plugin and register the extension point in your plugin.xml. Submitted error reports are then emailed to the vendor email address defined in your plugin.xml. This is configurable, see also the README.txt contained in the jar file.
http://www.intellij.org/twiki/pub/Main/PluginErrorReportSubmitter/errorReporter.jar

You can find the latest version and more details/documentation/pics about usage and configuration at
http://www.intellij.org/twiki/bin/view/Main/PluginErrorReportSubmitter

Maybe this is useful to some of you and your plugin users. Feedback is welcome ;)

etienne

0

Hi Etienne,

I would like to capture user submitted exceptions from my plugin like your original post suggests is possible, however of the provided links are all 303 redirects.
Is this still possible in IDEA 12? :)

Cheers,
Alan

0

The last message I could find in my mailbox using this service is from 2008.

This and the empty page studer.nu suggest to me it's not available anymore.

You can implement your own error submitter using com.intellij.openapi.diagnostic.ErrorReportSubmitter

0

Hi,
a copy of the source code is at https://code.google.com/p/bashsupport/source/browse/#git%2Fbashsupport%2Fsrc%2Fnu%2Fstuder%2Fidea .
It needs a small java server running, though.

Best regards,
Wallaby

0

Brilliant! Thanks Yann + wallaby.pouch :)

0

请先登录再写评论。