Don't use internal com.intellij.diagnostic.ITNReporter

Issue #1160 resolved
Nikolay Chashnikov created an issue

The plugin has

<errorHandler implementation="com.intellij.diagnostic.ITNReporter" />

in its plugin.xml file. However com.intellij.diagnostic.ITNReporter sends exceptions for internal processing at JetBrains and it shouldn't be used in third-party plugins. Please remove this entry from plugin.xml and provide your own implementation of com.intellij.openapi.diagnostic.ErrorReportSubmitter if you want to report exceptions from your plugin.

Comments (3)

  1. Log in to comment