Features
- Experimental Structured Logs:
Fixes
- Experimental Structured Logs:
- Remove
IDisposable
fromSentryStructuredLogger
. Disposal is intended through the owningIHub
instance (#4424) - Ensure all buffered logs are sent to Sentry when the application terminates unexpectedly (#4425)
InvalidOperationException
potentially thrown during a race condition, especially in concurrent high-volume logging scenarios (#4428)
- Remove
- Blocking calls are no longer treated as unhandled crashes (#4458)
- Only apply Session Replay masks to specific control types when necessary to avoid performance issues in MAUI apps with complex UIs (#4445)
- De-duplicate Java.Lang.RuntimeException on Android (#4509)
- Upload linked PDB to fix symbolication for Mac Catalyst (#4503)