Features
- Users can now automatically create releases and associated commits via sentry-cli and MSBuild properties (#3462)
Sentry.AspNetCore.Blazor.WebAssembly
now targets .NET 8 specifically, allowing for proper dependency resolution (#3501)
Fixes
- When targeting
WPF
,WinForms
orAvalonia
withPublishAot
enabled, the SDK no longers throws aDllNotFoundException
trying to initializesentry-native
(#3411)
Unable to load DLL sentry-native or one of its dependencies - On mobile devices, the SDK no longer throws a
FormatException
when trying to report native events (#3485) - Race condition in
SentryMessageHandler
(#3477) - Decrease runtime diagnostics circular buffer when profiling, reducing memory usage (#3491)
- The InstallationId is now resolved only once per application execution and any issues are logged as warnings instead of errors (#3529)
- DisplayInfo now captured correctly on iOS and Mac Catalyst on non-UI threads (#3521)
Dependencies
- Bump CLI from v2.32.1 to v2.33.1 (#3489, #3497, #3520)
- Bump Java SDK from v7.11.0 to v7.12.1 (#3503)
- Bump Cocoa SDK from v8.30.0 to v8.32.0 (#3499)
- Bump Native SDK from v0.7.6 to v0.7.8 (#3502, #3527)
- Bump Cocoa SDK from v8.30.0 to v8.33.0 (#3499, #3528)
- Bump Native SDK from v0.7.6 to v0.7.7 (#3502)
- Bump Java SDK from v7.11.0 to v7.13.0 (#3515)