mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +08:00
ide_infrastructure.md: note about disabling exception notification in status bar
This commit is contained in:
parent
6c4a1a4490
commit
43dc9e5c7f
@ -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 <menupath>Help | Edit Custom Properties...</menupath> and add `idea.fatal.error.notification=disabled` in opened <path>idea.properties</path>.
|
||||
|
||||
## Runtime Information
|
||||
|
||||
[`ApplicationInfo`](upsource:///platform/core-api/src/com/intellij/openapi/application/ApplicationInfo.java) provides information on the IDE version and vendor.
|
||||
|
Loading…
x
Reference in New Issue
Block a user