Error Handling
Error boundaries (in React 16+)
Use try-catch and window.onerror
have a Global Logger provider to Log errors to your cloud watch or somewhere in server
Use Sentry or Catch.js to log the errors that happen on client side to the server
Last updated