Skip to content

Releases: elmahio/elmah.io.javascript

4.1.1

03 Aug 08:30
Compare
Choose a tag to compare
  • Fixed a bug where logging unhandled errors without a reason would cause a new JavaScript error.

4.1.0

28 Nov 15:05
Compare
Choose a tag to compare
  • 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

24 Jul 07:49
Compare
Choose a tag to compare
  • 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

23 Sep 08:15
Compare
Choose a tag to compare

Fixed a bug where the error event were not triggered for 4xx status codes from the API.

3.7.0

22 Feb 15:13
Compare
Choose a tag to compare

3.6.0

14 Jan 07:14
Compare
Choose a tag to compare
  • Added option for the allowed number of breadcrumbs (default: 10, max: 25).

3.5.3

25 Nov 08:10
Compare
Choose a tag to compare
  • Replaced call to deprecated Event.srcElement with Event.target.

3.5.2

12 Aug 18:50
Compare
Choose a tag to compare
  • 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

15 Jun 12:33
Compare
Choose a tag to compare
  • Fixed a bug with breadcrumbs

3.5.0

03 Jun 06:37
Compare
Choose a tag to compare
  • Support for Breadcrumbs.
  • New vue.js sample.