Sentry v1.0.0-rc Release Notes

  • ๐Ÿ”‹ Features and improvements:

    • ๐Ÿ”ง Microsoft.Extensions.Logging (MEL) use framework configuration system #79 (Thanks @pengweiqhca)
    • ๐ŸŒฒ Use IOptions on Logging and ASP.NET Core integrations #81
    • 0๏ธโƒฃ Send PII (personal identifier info, opt-in SendDefaultPii): #83
    • When SDK is disabled SentryMiddleware passes through to next in pipeline: #84
    • ๐ŸŒฒ SDK diagnostic logging (option: Debug): #85
    • ๐Ÿ‘ป Sending Stack trace for events without exception (like CaptureMessage, opt-in AttachStackTrace) #86

    ๐Ÿ› Bug fixes:

    ๐Ÿ’ฅ Breaking changes:

    ๐Ÿšš The settings for HTTP and Worker have been moved to SentryOptions. There's no need to call option.Http(h => h...) anymore. option.Proxy was renamed to option.HttpProxy.

    ๐Ÿ“„ New sample using GenericHost

    Download it directly below from GitHub or using NuGet:

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