diff --git a/topics/basics/ide_infrastructure.md b/topics/basics/ide_infrastructure.md index 6f5c5e78b..301546da7 100644 --- a/topics/basics/ide_infrastructure.md +++ b/topics/basics/ide_infrastructure.md @@ -83,6 +83,8 @@ To let users report such errors to the vendor, plugins can implement custom [`Er See [IntelliJ Platform Explorer](https://jb.gg/ipe?extensions=com.intellij.errorHandler) for existing implementations — ranging from pre-filling web-based issue tracker forms to fully automated submission to log monitoring systems. This [tutorial](https://www.plugin-dev.com/intellij/general/error-reporting/) also offers a working solution for using _Sentry_. +To disable red exclamation notification icon in status bar, invoke Help | Edit Custom Properties... and add `idea.fatal.error.notification=disabled` in opened idea.properties. + ## Runtime Information [`ApplicationInfo`](upsource:///platform/core-api/src/com/intellij/openapi/application/ApplicationInfo.java) provides information on the IDE version and vendor.