Significant change in behavior
- The User.IpAddress is now only set to
{{auto}}
whenSendDefaultPii
is enabled. This change gives you control over IP address collection directly on the client (#3893)
Features
- .NET on iOS: Add experimental EnableAppHangTrackingV2 configuration flag to the options binding SDK (#3877)
- Added
SentryOptions.DisableSentryHttpMessageHandler
. Useful if you're usingOpenTelemetry.Instrumentation.Http
and ending up with duplicate spans. (#3879)
Fixes
- Prevent Native EXC_BAD_ACCESS signal errors from being captured when managed NullRefrenceExceptions occur (#3909)
- Fixed duplicate SentryMauiEventProcessors (#3905)
- Fixed invalid string.Format index in Debug logs for the DiagnosticSource integration (#3923)