Spencer Ahrens d796584b6c [ReactNative] ErrorUtils.reportError shouldn't redbox
Summary:
@public

ErrorUtils.reportError is intended for reporting handled errors to the
server, like timeouts, which means that we shouldn't shove them in the
developer's face.

Test Plan: add `require('ErrorUtils').reportError(new Error('error'))` and see a useful error message with stack but no redbox.  Debugger confirms `reportSoftException` is called but it doesn't do anything yet.  `reportFatalError` and throwing exceptions still show redboxes.
2015-06-02 17:47:49 -08:00
..
2015-05-26 15:08:33 -08:00
2015-03-25 11:09:54 -08:00
2015-04-24 11:46:18 -07:00
2015-05-20 00:31:50 -08:00
2015-06-01 18:02:26 -08:00
2015-06-01 08:44:11 -08:00
2015-05-22 09:45:41 -08:00
2015-05-26 11:19:49 -08:00
2015-04-15 06:06:29 -08:00