DEV Community

Kabue Charles
Kabue Charles

Posted on

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

Is there a tool i can recommend to the operations team to help then debug a webapp, or more correctly, collect information so that they can send developers helpful information?

The tool needs to possible take screenshots, screen casts, and even collect network errors, memory consumption, and any other helpful information...

Is there?

Top comments (2)

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.

Collapse
 
tobiassn profile image
Tobias SN

They should be fine with a regular screen recorder and DevTools.