Features
- Sane stack traces in redux-saga! @rmevans9 #278
- With
reportError
, you can track errors in your catch statements. #291 @rmevans9 @skellock - Errors now show the source code that it bombed on. @skellock #284
- Click on errors to open in editor (React Native). @skellock #284
- Errors now look much nicer. @skellock #284
Changes
Upgrading
Bump your reactotron-*
dependencies up to 1.6.0
in your package.json
.
If you'd like to take advantage of the new openInEditor
plugin for React Native, you can make these changes in your ReactotronConfig.js
:
import Reactotron, { trackGlobalErrors, openInEditor } from 'reactotron-react-native'
// then down below where you configure your Reactotron plugins, add...
.use(openInEditor())
There's a download link for the new Reactotron app down below. It will be available on brew
shortly.