What problems is Lightrun solving and how is that benefiting you?
We devs all have encountered cases where an error is only reproducible in production. For example, integration with an external system that requires credentials of user that are (of course) unavailable. So I examine production log files and I can identify the area where the cause of the error might reside, but I need more data than is presented in the log files. sometimes I need to understand how a specific if statement is resolved or what is the data that was just fetched from DB.
in the past, we had to fork master branch, add the necessary log msgs and deploy to a separate production env and recreate the error. this was an iterative process that was very time consuming and error prone.
with Lightrun, I can add log msgs and snapshots of data structures on-the-fly. We have also used lightrun to do performance testing on env that is replica of production. Review collected by and hosted on G2.com.