react-native/Libraries/JavaScriptAppEngine/Initialization
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
..
ExceptionsManager.js [react_native] JS files from D2115306: implement ExceptionsManager.report(Fatal|Soft)Exception 2015-06-02 07:41:40 -08:00
InitializeJavaScriptAppEngine.js [ReactNative] ErrorUtils.reportError shouldn't redbox 2015-06-02 17:47:49 -08:00
SourceMap.js [ReactNative] clean lint in all of Libraries/ 2015-05-19 13:47:04 -08:00
loadSourceMap.js Fixed infinite #clowntown error loop 2015-05-14 12:19:15 -08:00
parseErrorStack.js [ReactNative] Expanded license on js files 2015-03-23 13:17:54 -08:00
source-map-url.js [ReactNative] clean lint in all of Libraries/ 2015-05-19 13:47:04 -08:00