Features
- Added
EnableBackpressureHandling
option for Automatic backpressure handling. When enabled this automatically reduces the sample rate when the SDK detects events being dropped. (#4452) - Add (experimental) Structured Logs integration for
Serilog
(#4462)
Fixes
- Templates are no longer sent with Structured Logs that have no parameters (#4544)
- Parent-Span-IDs are no longer sent with Structured Logs when recorded without an active Span (#4565)
- Upload linked PDBs to fix non-IL-stripped symbolication for iOS (#4527)
- In MAUI Android apps, generate and inject UUID to APK and upload ProGuard mapping to Sentry with the UUID (#4532)
- Fixed WASM0001 warning when building Blazor WebAssembly projects (#4519)
API Changes
- Remove
ExperimentalAttribute
from all Structured Logs APIs, and removeExperimental
property fromSentrySdk
, but keepExperimental
property onSentryOptions
(#4567)