DEV Community

Discussion on: Does anyone know of a debugging browser extension/tool for non-developers ops team?

Collapse
 
jlouzado profile image
Joel Louzado

What you might be looking for is some monitoring of your application so that you can get alerted if something is going wrong. Look into tools like NewRelic or SessionStack to see how you can instrument your application and get details like memory, network errors and all as soon as something goes wrong.