Improving the process of debugging JavaScript errors | Finbar Fleming | Conf42 JavaScript 2022



JavaScript can be very difficult to debug, especially errors impacting end users in Production.
The way that JavaScript applications are developed and debugged pre-production often means that good processes are not put in place to monitor errors in production.
Most teams only learn about errors when customers call in with a problem.
Reducing the time taken from the time and user first experiences and error to the point where a developer understands the root cause of the error can transform the experience of your end users, and give developers time back to work on new feature development
Learn how to improve how quickly you can fix errors in Production

Other talks at this conference 🚀🪐 https://www.conf42.com/js2022

0:00 Intro
0:46 Talk

Comments are closed.