Description
Document the (behavioral breaking) changes from #4700.
See
Also add to v6-Migration-Guide.
Document
- Breadcrumbs and Events via
SentryLoggingOptions.MinimumBreadcrumbLevel
SentryLoggingOptions.MinimumEventLevel
SentryLoggingOptionsExtensions.AddLogEntryFilter
- Structured Logs via
appsettings.json
appsettings.{HostEnvironment}.json
logging.AddFilter("Microsoft", LogLevel.Warning);
- ...
See also