Sentry v0.0.1-preview1 Release Notes

  • 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