v1.3.0
- Improved handling of Anonymous functions
Previous versions ofErrorStackParser.parse
would try to remove/normalize anonymous function representations cross-browser. The approach used was not future-proof or consistent. Removing this will improve other efforts to normalize stack traces. - Improved handling of "new Constructor"