Releases: exceptionless/Exceptionless.JavaScript
v1.3.1
This release made sessions opt in.
- Users can now opt into sessions by setting a default user and calling
exceptionless.ExceptionlessClient.default.config.useSessions();
.
Please take a look at the change log for a full list of the changes.
Feedback
We're listening and we'd love to hear your feedback! Please send us your feedback by clicking on one of the links below!
v1.3.0
This release focused on sessions and minor bug fixes.
- Added ability to set a default user `exceptionless.ExceptionlessClient.default.setUserIdentity("id", "friendly name").
- Added the ability to keep track of user sessions (a heartbeat will be sent every 30 seconds for browser users).
- Added the ability to link events together via a new
EventBuilder
method calledsetEventReference
.
Please take a look at the change log for a full list of the changes.
We'd like to take a moment to thank @frankebersoll and the community for your help with this release.
Feedback
We're listening and we'd love to hear your feedback! Please send us your feedback by clicking on one of the links below!
v1.2.0
This release focused on features like capturing module info and extra error properties.
- Added support for deduplicating JavaScript errors (#9 @frankebersoll).
- Added support for collecting extra exception data (@frankebersoll).
- Added support for collecting Node module info (#6 @frankebersoll).
- Fixed an issue where Data Exclusions could cause events to be submitted in an invalid state.
Please take a look at the change log for a full list of the changes.
We'd like to take a moment to thank @frankebersoll and the community for your help with this release.
v1.1.1
v1.1.0
This release focused on bug fixes, improving the node client and documentation.
- Improved readme and wiki #31 (Credit @frankebersoll)
- Fixed a bug where unhandled exceptions in Node.js were not being captured #30 (Credit @frankebersoll)
- Fixed a bug were data exclusions were not always working #28 (Credit @srijken)
- Temporary disabled the capturing of ajax errors #26
- Fixed a bug where the cancelled state wasn't properly passed through the SubmitEvent callback.
Please take a look at the change log for a full list of the changes.
We'd like to take a moment to thank @frankebersoll, @srijken and the community for your help with this release.
v1.0.1
This release focused on improving the documentation, adding tests and improving error stack parsing.
- Add self hosted documentation section and a new wiki.
- Upgraded to the latest version of TraceKit. Which is now unit tested and has many improvements/bug fixes for parsing cross browser stack traces.
- Added SettingsManager unit tests.
Please take a look at the change log for a full list of the changes.
v1.0.0
We've put a ton of work into the JavaScript and node clients to ensure you can capture even more errors and events. We wanted to provide you with an awesome client that gives you the full fidelity of our other error clients.
- 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), UMD, RequireJS, 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.
- Includes first class integration for third party libraries like AngularJS and Express
- 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...
Usage, Examples, and more...
Everything you need to get up and running (including contributing/developing) can be found in the readme. Javascript, Express, TypeScript, SystemJS, and RequireJS examples can be found in the example folder.
Feedback
We're listening and we'd love to hear your feedback! Please send us your feedback 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!
v0.9.1
This release is considered a release candidate. Please give us your feedback by creating a new issue.
- Fixed an issue where IE11 could submit an error that couldn't be deserialized server side.
- Fixed an issue where the angular integration wasn't properly passing the log parameters.
- Fixed an issue where createLog and submitLog overloads didn't properly handle null sources.
Please take a look at the change log for a full list of the changes.
v0.9.0
This release is considered a release candidate. Please give us your feedback by creating a new issue.
Please take a look at the change log for a full list of the changes.
v0.5.2
This release is considered a release candidate (we are using it live on be.exceptionless.io). We recommend testing this library and giving us your feedback on what works and what doesn't work (from both a runtime / api) standpoint.
Updated the package.json file to ensure that jspm uses the web build instead of the node build.
Please take a look at the change log for a full list of the changes.