Features
- The
IScopeObserver
now has anSetTrace
that allows observing changes to the scope's trace context. The SDK uses this to propagate thetrace ID
tosentry-native
. This allows Sentry to connect errors coming from all layers of your application (#4026) - Exception.HResult is now included in the mechanism data for all exceptions (#4029)
Fixes
- Fixed symbolication and source context for net9.0-android (#4033)
- Single quotes added to the release name when using MS Build to create Sentry releases on Windows (#4015)
- Target
net9.0
on Sentry.Google.Cloud.Functions to avoid conflict with Sentry.AspNetCore (#4039) - Changed default value for
SentryOptions.EnableAppHangTrackingV2
tofalse
(#4042) - Missing MAUI
Shell
navigation breadcrumbs on iOS (#4006) - Prevent application crashes when capturing screenshots on iOS (#4069)