Sentry v0.0.1-preview3 Release Notes

  • โœ… This third preview includes bug fixes and more features. Test coverage increased to 96%

    ๐Ÿ”‹ Features and improvements:

    • Filter duplicate events/exceptions #43
    • EventProcessors can be added (sample 1, 2)
    • ExceptionProcessors can be added #36 (sample 1, 2)
    • ๐Ÿš€ Release is automatically discovered/reported #35
    • Contexts is a dictionary - allows custom data #37
    • ASP.NET integration reports context as server: server-os, server-runtime #37
    • Assemblies strong named #41
    • Scope exposes IReadOnly members instead of Immutables
    • ๐Ÿ“š Released a documentation site

    ๐Ÿ› Bug fixes:

    46 Strong name

    40 Logger provider gets disposed/flushes events

    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