Skip to content

Releases: thedmi/SentryDotNet

1.4.3

27 Jun 08:04
672ca1f
Compare
Choose a tag to compare
  • SentryClientExceptions themselves are not reported by the ASP.NET core middleware anymore.
  • A custom onError callback can now be passed to the SentryClient to not throw SentryClientExceptions from within the client.

1.4.2

31 May 05:58
Compare
Choose a tag to compare
  • Safely access the X-Sentry-Error header, so that we don't produce additional errors just because the header is not there.
  • Various checks to avoid accessing null references added.

1.4.1

01 Feb 11:04
Compare
Choose a tag to compare

This is a bug fix release for the ASP.NET Core middleware only.

  • The HTTP body parser is now resilient to malformed bodies.

1.4.0

23 Jan 09:43
Compare
Choose a tag to compare
  • Support for capturing HTTP request body data added.

1.3.1

16 Jan 06:57
Compare
Choose a tag to compare
  • The HTTP user information in the ASP.NET Core library is now added later, so that we're sure to have it available, even if multiple authentication schemes are used. See also aspnet/Security#1469 .

1.3.0

15 Jan 14:07
Compare
Choose a tag to compare
  • Added support for HTTP request and user information to the SentryDotNet library.
  • The ASP.NET Core middleware automatically populates the HTTP request and user information.