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)
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.
They should be fine with a regular screen recorder and DevTools.