Sentry v0.0.1-preview4 Release Notes

  • ๐Ÿ”‹ Features:

    • Using Sentry Protocol as a dependency
    • Environment can be set via SentryOptions #49
    • ๐Ÿ”ง Compress request body (configurable: Fastest, Optimal, Off) #63
    • log4net integration
    • SDK honors Sentry's 429 HTTP Status with Retry After header #61

    ๐Ÿ› Bug fixes:

    • Init pushes the first scope #55, #54
    • ๐Ÿ‘ป Exception.Data copied to SentryEvent.Data while storing the index of originating error.
    • Demangling code ensures Function name available #64
    • ASP.NET Core integration throws when Serilog added #65, #68, #67

    ๐Ÿ‘Œ Improvements to the docs like:

    • ๐Ÿš€ Release discovery
    • ๐Ÿ”ง ConfigureScope clarifications
    • Documenting samples

    Watch on youtube how to use the ASP.NET Core integration.

    Download it directly from GitHub or using NuGet:

    Integrations NuGet
    Sentry NuGet
    Sentry.AspNetCore NuGet
    ๐ŸŒฒ Sentry.Extensions.Logging
    Sentry.Log4Net NuGet