Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 446 Bytes

error-handling.md

File metadata and controls

5 lines (3 loc) · 446 Bytes

⚠️ Error Handling

Error Tracking

You should track any errors that occur in production. Although it's possible to implement your own solution, it is a better idea to use tools like Sentry. It will report any issue that breaks the app. You will also be able to see on which platform, browser, etc. did it occur. Make sure to upload source maps to sentry to see where in your source code did the error happen.