@thebarefootdev You don't need to debug multiple servers at the same time. What I wanted to say is that you can capture errors from multiple instances of a codebase, then you can debug this error on any of these instances without affecting your live app code. "runs on multiple servers" means "horizontal scaling". How you will debug multiple instances of a codebase? How you will capture and replicate the same error in the same environment? Errsole captures all Node.js errors raised in your servers and the HTTP requests that triggered the errors. You can reproduce errors in the same environment where they occurred and can do it any number of times without affecting your live app.
