diff --git a/src/instrument.js b/src/instrument.js index 8885c1fa..faf4de78 100644 --- a/src/instrument.js +++ b/src/instrument.js @@ -67,7 +67,7 @@ function computeNextEntry(reducer, action, state, error) { nextState = reducer(state, action); } catch (err) { nextError = err.toString(); - console.error(err.stack || err); + setTimeout(() => { throw err; }, 0); } return {