Files
flipper/desktop/flipper-ui-core
Andrey Goncharov 0799edbca0 Fix excessive error reporting
Summary:
Currently, we register global error handlers inside of ErrorReporter. To make these global error visible to the user we pipe them to `console.error`. All console methods are monkey-patched in our Logger. Logger uses ErrorReporter to report errors to LogView. It leads to duplicate errors in LogView.
In this diff, we extract startGlobalErrorHandling which should help us avoid duplication.

Reviewed By: passy

Differential Revision: D32759909

fbshipit-source-id: 6376e193c0ba6f0b46aaccc139ecf5066a04da11
2021-12-02 10:08:18 -08:00
..
2021-12-02 10:08:18 -08:00
2021-10-08 01:33:03 -07:00

flipper-ui-core (TBD)

Flipper's UI, agnostic of Electron vs Browser.