jsnlog.js
jsnlog.js copied to clipboard
Ability to instrument the constructor and object functions
If you override the JavaScript function object, you can get them to
- check their own name, and if they have a given name:
- run within try ... catch, logging exceptions
- instrument all function objects in their prototype.
Not sure if this is possible.