Sentry v0.0.1-preview2 Release Notes

  • ๐Ÿš€ This second release includes bug fixes and more features. Test coverage increased to 93%

    ๐Ÿ”‹ Features and improvements:

    • โž• Added CaptureMessage
    • BeforeSend callback errors are sent as breadcrumbs
    • ๐ŸŒฒ ASP.NET Core integration doesn't add tags added by Microsoft.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 NuGet
    Sentry.AspNetCore NuGet
    ๐ŸŒฒ Sentry.Extensions.Logging