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

Answered

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
1 comment

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

1

Please sign in to leave a comment.