JavaScript Client V1.5 Release Details & Notes

exceptionless.javascript 1.5
Exceptionless.JavaScript v1.5 Release Notes

Unversal App Support #

The major update for 1.5 is that we have added support for universal apps (React Universal).

To view the exact changes required to get everything working and set up, click here.

Other 1.5 Updates #

  • Added support for exceptions that are passed in and are just strings.
  • Updated TraceKit to the latest version, which adds support for parsing PhantomJS errors and greatly improves native stack traces.
  • Thanks @caesay for updating TypeScript to the latest version, as well!

Bug Fixes #

  • Fixed a bug where exceptionless would fail to load when used with webpack.
  • Fixed a bug where browser module info was not being populated.
  • Fixed a bug where ILog.trace was piped to the wrong console function which would error under IE (thanks @srijken!)
  • Fixed a few bugs with angular integration
  • Fixed a bug with submitLog not respecting log message and log level

For a full change log, select an applicable release on the Exceptionless.JavaScript GitHub Release page.