Skip to content

v1.3.0

Compare
Choose a tag to compare
@eriwen eriwen released this 21 Sep 14:54
· 150 commits to master since this release
  • Improved handling of Anonymous functions
    Previous versions of ErrorStackParser.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"