JavaScript / Node.js Client V1 Release Notes

Exceptionless LogoLast week we announced the V1 release candidate for the Exceptionless JavaScript/Node.js Client. This week we've got official release notes for you! Have a look.

Release Notes #

  • Client supports JavaScript and Node (Works everywhere)
  • Send your errors, logs or feature usages to your Exceptionless dashboard
  • Supports various module formats such as es6 (SystemJS/jspm), UMDRequireJS, CommonJS, or global
  • We built the Exceptionless JavaScript/Nodes.js Client with the past and future browsers in mind. Everything is testable via components injected on startup (via dependency injection), which means you can replace any component of the system to fit your specific needs.
  • Client is a full feature parity of our .NET clients, including:
    • Support for custom objects
    • Mark events as critical
    • Server side settings
    • Data exclusions
    • Plugins
    • and more...
  • Includes first class integration for third party libraries like AngularJS and Express

Usage, Examples, and more... #

Everything you need to get up and running (including contributing/developing) can be found on the Exceptionless.JavaScript GitHub repo. JavaScript, Express, TypeScript, SystemJS, and RequireJS examples can be found in the example folder. As always, you can contact us via an in-app message for help, or submit an issue on GitHub with bugs, feedback, etc. We're here to make sure you get things working properly so you can take full advantage of Exceptionless!