github getsentry/sentry-dotnet 0.0.1-preview1

latest releases: 4.5.0, 4.4.0, 4.3.0...
pre-release5 years ago

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 UseExceptionHandler and 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:

Sentry
Sentry.AspNetCore
Sentry.Extensions.Logging

Don't miss a new sentry-dotnet release

NewReleases is sending notifications on new releases.