From 43dc9e5c7f7cf2587c1d16c7ea9aeefd16ff8c63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 7 Apr 2022 10:12:00 +0200 Subject: [PATCH] ide_infrastructure.md: note about disabling exception notification in status bar --- topics/basics/ide_infrastructure.md | 2 ++ 1 file changed, 2 insertions(+) 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.