Hi everybody!
I’m wondering how to automatically capture local variables with the Raven (nodejs) client. For example, the Python client includes such a feature but I cannot seem to find that for Javascript/Node.js.
I know I could manually send extra data, but I’m looking with automatic capture of frame stack and local variables at the moment of error.
Is this possible or is it unsupported?
Thanks!