Is there any way to implement an Error reporter like we do for bundled plugins ?

已回答

For users of my plugin (custom plugin repository, not hosted on plugins.jetbrains.com) Is it possible to implement something similar like we have for Kotlin and send the stacktrace and other details if any to my server ?

0

You can implement your own errorHandler extension point to provide a custom error reporter submitter.

1

请先登录再写评论。