remote-redux-devtools v0.3.3 Release Notes

Release Date: 2016-05-21 // almost 8 years ago
  • Catch and send exceptions occurred in the application

    โž• Added sendOnError parameter, which can be set to:

    • ๐Ÿ’ป 1: catch all exceptions from the application by binding to console.error, using window.onerror for browser and ErrorUtils for React Native, and send a @@remotedev/ERROR action with all the details.
    • 2: catch only exceptions from reducers.

    ๐Ÿ”Š Will send logs even when realtime is set to false, but with post requests in this case without opening a connection.