Releases: getsentry/sentry-dotnet
Releases · getsentry/sentry-dotnet
0.0.1-preview2
This second release includes bug fixes and more features. Test coverage increased to 93%
Features and improvements:
- Added
CaptureMessage BeforeSendcallback errors are sent as breadcrumbsASP.NET Coreintegration doesn't add tags added byMicrosoft.Extensions.Logging- SDK name is reported depending on the package added
- Integrations API allows user-defined SDK integration
- Unhandled exception handler can be configured via integrations
- Filter kestrel log eventid 13 (application error) when already captured by the middleware
Bugs fixed:
- Fixed #28
- HTTP Proxy set to HTTP message handler
Download it directly from GitHub or using NuGet:
| Integrations | NuGet |
|---|---|
| Sentry | |
| Sentry.AspNetCore | |
| Sentry.Extensions.Logging |
0.0.1-preview1
Our first preview of the SDK:
Main features:
- Easy ASP.NET Core integration, single line:
UseSentry. - Captures unhandled exceptions in the middleware pipeline
- Captures exceptions handled by the framework
UseExceptionHandlerand Error page display. - Captures process-wide unhandled exceptions (AppDomain)
- Captures logger.Error or logger.Critical
- When an event is sent, data from the current request augments the event.
- Sends information about the server running the app (OS, Runtime, etc)
- Informational logs written by the app or framework augment events sent to Sentry
- Optional include of the request body
- HTTP Proxy configuration
Also available via NuGet: