I'm working on a bug logger script for my javascript application. What I would like to do is to attach javascript environment variables to the bug reports (e.g. window.*).
Is there a convenient way to do this in javascript?
I'm working on a bug logger script for my javascript application. What I would like to do is to attach javascript environment variables to the bug reports (e.g. window.*).
Is there a convenient way to do this in javascript?