You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The IScopeObserver now has an SetTrace that allows observing changes to the scope's trace context. The SDK uses this to propagate the trace ID to sentry-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 to false (#4042)
Missing MAUI Shell navigation breadcrumbs on iOS (#4006)
Prevent application crashes when capturing screenshots on iOS (#4069)