Sentry v3.0.0-alpha.2 Release Notes

Release Date: 2020-10-21 // over 3 years ago
    • Set the Environment setting to 'production' if none was provided. (#550) @PureKrome
    • ASPNET.Core hosting environment is set to 'production' / 'development' (notice lower casing) if no custom options.Enviroment is set. (#554) @PureKrome
    • ➕ Add most popular libraries to InAppExclude #555 (@bruno-garcia)
    • ➕ Add support for individual rate limits.
    • Extend SentryOptions.BeforeBreadcrumb signature to accept returning nullable values.