Releases: thedmi/SentryDotNet
Releases · thedmi/SentryDotNet
1.4.3
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
- 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
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
- Support for capturing HTTP request body data added.
1.3.1
- 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
- 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.