sentry-dotnet
sentry-dotnet copied to clipboard
Update `sentry-docs` with Configuration/Filtering for Sentry Logs integrations
Description
Document the (behavioral breaking) changes from #4700.
See
- https://github.com/getsentry/sentry-dotnet/pull/4700#discussion_r2561156282
- https://github.com/getsentry/sentry-dotnet/pull/4700#discussion_r2561153808
Also add to v6-Migration-Guide.
Document
- Breadcrumbs and Events via
SentryLoggingOptions.MinimumBreadcrumbLevelSentryLoggingOptions.MinimumEventLevelSentryLoggingOptionsExtensions.AddLogEntryFilter
- Structured Logs via
appsettings.jsonappsettings.{HostEnvironment}.jsonlogging.AddFilter("Microsoft", LogLevel.Warning);- ...
See also
- https://github.com/getsentry/sentry-dotnet/pull/4700#discussion_r2569961190