Skip to content

Releases: exceptionless/Exceptionless.JavaScript

v1.6.0

10 May 13:48

Choose a tag to compare

Version 1.6.0 is a maintenance release that focused on improving GDPR support and fixing bugs.

General Data Protection Regulation

We've added new controls to help meet GDPR requirements. By default the Exceptionless Client will report all available metadata including potential PII data. You can fine tune the collection of information via Data Exclusions or turning off collection completely. Please visit the wiki for detailed information on how to configure the client to meet your requirements.

New Features

  • Added includePrivateInformation includeUserName, includeMachineName, includeIpAddress, includeCookies, includePostData, includeQueryString properties to client.config that give you fine grained data controls to limit what data is sent. Please note some of these properties are already being handled by Data Exclusions.
  • Added includePrivateInformation=false as a valid query string parameter / value when loading the script from a cdn. This allows you to quickly disable collection of extra metadata in your apps.
  • Added ability to configure the client configuration end point via client.config.configServerUrl.

Bug Fixes

  • Fixed a bug where configuration could be retrieved concurrently causing extra requests to be made.
  • Updated logic around Settings management to help prevent any race conditions when updating values.
  • Fixed a bug where configuration would always be updated if there was no server configuration header returned.
  • Fixed a bug where default configuration values wouldn't always be applied to default values (false, 0, etc..).

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.5.5

19 Dec 12:37

Choose a tag to compare

Version 1.5.5 is a maintenance release that fixed a bug with the node client and optimized the default value for submitting heartbeats and retrieving settings.

  • Fixed a bug where the wrong transport protocol could be used when submitting events from node (#79).
  • Optimized the default interval for submitting heartbeats and retrieving settings when idle.

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.5.4

02 Aug 13:27

Choose a tag to compare

Version 1.5.4 is a maintencance release that focused on fixing bugs with logging exceptions and logs.

  • Fixed a bug with submitLog not respecting log message and log level.
  • Always specify a default Error type when submitting an exception if one is not specified.

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.5.3

30 Jun 18:22

Choose a tag to compare

Version 1.5.3 fixed a single bug with the angular integration.

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.5.2

30 Jun 18:18

Choose a tag to compare

v1.5.2 Pre-release
Pre-release

Version 1.5.2 fixed a single bug with the angular integration.

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.5.1

30 Jun 18:12

Choose a tag to compare

v1.5.1 Pre-release
Pre-release

Version 1.5.1 fixed a single bug with the angular integration.

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.5.0

29 Jun 21:51

Choose a tag to compare

Version 1.5.0 added support for universal apps (React Universal) and general bug fixes:

  • Added support for universal apps. We have a React Universal sample located here showing the exact changes which were required to get everything working and setup.
  • Added support for passed in exceptions where the exception is just a string.
  • Updated TraceKit to the latest version which adds support for parsing PhantomJS errors and greatly improved native stack traces.
  • Updated to the latest version of TypeScript (#71 @caesay)
  • 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 (@srijken)

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.4.3

15 Dec 20:20

Choose a tag to compare

Version 1.4.3 fixed an issue where log messages were unable to be submitted in node when running under strict mode.

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.4.2

11 Nov 21:22

Choose a tag to compare

Version 1.4.2 focused on improvements to the deduplication plugin, bug fixes and improving the build and test process.

Improvements

  • Greatly improved the deduplication plugin to work exactly like the .NET deduplication process (@srijken).
  • Greatly reduced the time to run the build and tests (@srijken).

Bug Fixes

  • Fixed a bug where you couldn't use RequireJS with a minified build.
  • Fixed a bug where you couldn't use exceptionless with angular-mocks (@mkalpana #60).
  • Fixed a bug where events submitted from node that contained non-english characters would cause the event to be unparsable (@windwen #65).

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.4.1

10 May 21:10

Choose a tag to compare

Version 1.4.1 fixed an issue with publishing to npm.