Releases: elmahio/elmah.io.javascript
Releases · elmahio/elmah.io.javascript
4.1.1
4.1.0
- Support for other types than
Error
in cause. - New SvelteKit sample.
- Updated ASP.NET Core 2.1 sample to ASP.NET Core 6.
- Updated the rest of the samples to use elmah.io.javascript 4.0.0.
- Fixed two bugs that could happen when generating inspector object.
- Don't add inspector when detail is not set.
4.0.0
- Support for logging errors with promises.
- Setting a cause in an Error will print as part of the stack trace (works like inner exceptions in C# now).
- Type and Source will get the type and source of the most inner cause.
- Support for Inspector.
- ASP.NET Core 6 sample.
- Fixed bug where sending a non-Error object to one of the log methods accepting an Error would cause an exception.
3.7.1
Fixed a bug where the error event were not triggered for 4xx status codes from the API.
3.7.0
- Better support for
console.log
with multiple arguments. - New playground for trying out
elmah.io.javascript
on: https://jsplayground.elmah.io.
3.6.0
- Added option for the allowed number of breadcrumbs (default: 10, max: 25).
3.5.3
- Replaced call to deprecated
Event.srcElement
withEvent.target
.
3.5.2
- Fixed a bug that prevented the script from logging the errors when it was dynamically or async/defer loaded in IIFE mode.
- Made breadcrumbs options parameter optional in typescript mapping.
- Fixed a bug where adding breadcrumb manually could throw an error.
- Added two new React samples.
3.5.1
- Fixed a bug with breadcrumbs
3.5.0
- Support for Breadcrumbs.
- New vue.js sample.