Releases: elmahio/elmah.io.javascript
Releases · elmahio/elmah.io.javascript
3.4.1
- Source map support in
message
function when an error is provided.
3.4.0
message
builder function accept error to use for prefill.- Added
correlationId
andtitleTemplate
fields in TypeScript mapping.
3.3.1
Fixed a javascript error introduced when adding the captureConsoleMinimumLevel
option.
3.3.0
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
- 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
Fixed wrong filter interface in typescript mappings.
3.1.1
In this release, we have added the new message
-function. Check out the documentation for details.
3.0.3
Updated to 3.0.3
3.0.0
In this release:
- Ignore script errors generated by cross-domain scripts
- Fixed all known bugs
3.0.0-beta3
In this release:
- Sourcemap support
- Renamed from
elmah.io.js
toelmah.io.javascript
- Fixed all known bugs