v0.3.3
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 toconsole.error
, usingwindow.onerror
for browser andErrorUtils
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.