diff --git a/package.json b/package.json index a06fabe..93f0bff 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "dependencies": { "jsan": "^3.1.2", "querystring": "^0.2.0", - "redux-devtools-instrument": "^1.0.0", + "redux-devtools-instrument": "^1.1.0", "socketcluster-client": "^4.3.16" } } diff --git a/src/devTools.js b/src/devTools.js index 62e5858..3de9aa0 100644 --- a/src/devTools.js +++ b/src/devTools.js @@ -273,7 +273,7 @@ export default function devTools(options = {}) { return (next) => { return (reducer, initialState) => { store = configureStore( - next, monitorReducer, { maxAge } + next, monitorReducer, { maxAge, shouldCatchErrors: !!sendOnError } )(reducer, initialState); if (realtime) start();