Open simon387 opened 6 years ago
To get notified about crashes in the plugin, you can implement an "errorHandler" in IntelliJ. By this, any developer using the plugin can send crash reports. I've seen implementations which automatically create github issues or Jira issues. Maybe we should implement such an errorHandler in the future. @jtydhr88, @gamerson what do you think?
I like this idea and I opened the Jira issue for this, see here: https://issues.liferay.com/browse/INTELLIJ-30 but I would not like to do it in next release(1.2.0), we could do it in 1.3.0 or later.
hey @dmarks2 I'd like to assign this task to some Liferay guys :)
Hi @dmarks2 , thank you for your suggestion, I will think about that solution you mentioned. Could you please give more information about the "errorHandler" and where I can find the implementations which automatically create github or jira issues. Maybe I can refer that implementation. Thanks a lot.
Hey @Seiphon,
I tried to implement an errorHandler in my own plugin. In that case it automatically creates a github issue. Unfortunately you will need an API key for github to do this and you cannot checkin the API key (github will remove it automatically for security reasons).
I followed a sample implementation from another plugin. See discussion and helpful links here:
random appears while working in Intellij