Skip to content

v2.8.0

Compare
Choose a tag to compare
@waltjones waltjones released this 05 Jul 22:35
· 349 commits to master since this release

Highlights

Source map support for Node.js environments. Works for TypeScript and any other source maps.

Enhanced error reports for Chrome anonymous errors. Greatly reduces the number of "Script Error" events.

Pull requests

  • Add transmit option flag, #736
  • Node.js TypeScript source maps, #738
  • Enhanced error reports for Chrome anonymous errors, #744
  • React error boundary example, #745