react-native/React/Modules
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
..
RCTAlertManager.h [ReactNative] s/ReactKit/React/g 2015-03-26 02:42:24 -08:00
RCTAlertManager.m [ReactNative] Add prompt to AlertIOS 2015-05-13 13:24:36 -07:00
RCTAppState.h [ReactNative] s/ReactKit/React/g 2015-03-26 02:42:24 -08:00
RCTAppState.m [RN] fix duplicate observe 2015-05-31 14:46:38 -08:00
RCTAsyncLocalStorage.h [ReactNative] s/ReactKit/React/g 2015-03-26 02:42:24 -08:00
RCTAsyncLocalStorage.m Implemented thread control for exported methods 2015-04-18 11:13:39 -08:00
RCTExceptionsManager.h [ReactNative] differentiate fatal and soft exceptions 2015-05-13 13:24:37 -07:00
RCTExceptionsManager.m [ReactNative] ErrorUtils.reportError shouldn't redbox 2015-06-02 17:47:49 -08:00
RCTSourceCode.h [ReactNative] s/ReactKit/React/g 2015-03-26 02:42:24 -08:00
RCTSourceCode.m [ReactNative] Allow JS know its URL 2015-04-20 14:20:36 -08:00
RCTStatusBarManager.h [ReactNative] s/ReactKit/React/g 2015-03-26 02:42:24 -08:00
RCTStatusBarManager.m Changed default method queue to a background queue. 2015-04-20 12:02:04 -08:00
RCTTiming.h [ReactNative] Use a single DisplayLink held by the bridge 2015-04-15 07:07:48 -08:00
RCTTiming.m [ReactNative] Create private underlying bridge to prevent retain cycles 2015-05-04 10:36:20 -08:00
RCTUIManager.h Fixed root view background color propagation 2015-05-26 04:18:55 -08:00
RCTUIManager.m [ReactNative] Optimize console.profile and add markers on JS entry points 2015-06-02 06:22:49 -08:00