-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JBR Errors notifier #28
Comments
Collect OOM errors from #1346, #1387, #1351 |
Also could occur in Overlap info action
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
JBR browser supports plugin system and plugins shouldn't be able to crash browser in production code (e.g., #1329). Let's wrap all extension points usages in try {..} catch with reporting errors to the log. In order to make errors occurred in background detectable let's use red errors notifier component like in IntelliJ IDEA.
Suggested features:
The text was updated successfully, but these errors were encountered: