Skip to content

v0.3.3

Compare
Choose a tag to compare
@zalmoxisus zalmoxisus released this 21 May 14:21
· 126 commits to master since this release

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.