Skip to content

Releases: elmahio/elmah.io.javascript

3.4.1

20 Feb 09:47
Compare
Choose a tag to compare
  • Source map support in message function when an error is provided.

3.4.0

17 Feb 13:55
Compare
Choose a tag to compare
  • message builder function accept error to use for prefill.
  • Added correlationId and titleTemplate fields in TypeScript mapping.

3.3.1

03 Sep 11:21
Compare
Choose a tag to compare

Fixed a javascript error introduced when adding the captureConsoleMinimumLevel option.

3.3.0

17 Aug 10:34
354254a
Compare
Choose a tag to compare

This release adds support for logging to elmah.io from the console:

console.error('This is an %s message.', 'error');
console.warn('This is a %s message.', 'warning');
console.info('This is an %s message.', 'information');
console.debug('This is a %s message.', 'debug');

3.2.0

25 Jun 19:20
Compare
Choose a tag to compare
  • Support throwing strings and integers
  • Write to console log when misconfigured
  • Fixed bug where changes in detail field through the message event were overwritten

3.1.3

12 Feb 06:40
Compare
Choose a tag to compare

Fixed wrong filter interface in typescript mappings.

3.1.1

20 Nov 20:00
Compare
Choose a tag to compare

In this release, we have added the new message-function. Check out the documentation for details.

3.0.3

12 Sep 18:30
Compare
Choose a tag to compare
Updated to 3.0.3

3.0.0

18 Dec 10:00
732d73d
Compare
Choose a tag to compare

In this release:

  • Ignore script errors generated by cross-domain scripts
  • Fixed all known bugs

3.0.0-beta3

01 Dec 11:12
Compare
Choose a tag to compare
3.0.0-beta3 Pre-release
Pre-release

In this release:

  • Sourcemap support
  • Renamed from elmah.io.js to elmah.io.javascript
  • Fixed all known bugs