4.1.2
⚠️ Note
The package version in this release incorrectly reports 4.1.0. Users updating from 4.1.0 may need to clear their UPM cache to ensure this release is picked up. This will be corrected starting with the next release.
Fixes
CaptureFeedbacknow returns aSentryIdand exposes aCaptureFeedbackResultout parameter to indicate whether feedback was captured successfully (#2589)- When exporting a NSP ROM File for Switch the SKD now correctly uploads the debug symbols (#2580)
- The SDK now also uses
.sentry-nativeas a subdirectory for native support on desktop platforms. It now also falls back toApplication.persistentDataPathinstead of the current working directory. Note:crashedLastRunmay reportfalsefor the first time after upgrading. (#2547) - The currently experimental Metrics are now opt-in by default (#2546)
- When targeting Android, the SDK now syncs
AppStartTimeandAppBuildTypeto the native layer (#2557) - When targeting Switch, the SDK will no longer cause the build to fail when native libraries are missing but log a warning instead (#2541)
- The SDK no longer wrongly disables the org slug field based on assumed the auth-tolken type (#2537)
Dependencies
- Bump Cocoa SDK from v9.4.0 to v9.7.0 (#2540, #2558, #2565, #2575, #2585)
- Bump Native SDK from v0.12.6 to v0.13.2 (#2543, #2550, #2560, #2567, #2579)
- Bump Java SDK from v8.32.0 to v8.36.0 (#2555, #2574, #2578, #2587, #2591)
- Bump CLI from v3.2.0 to v3.3.3 (#2561, #2563, #2568, #2576, #2586)
- Bump .NET SDK from v6.2.0-alpha.0-11-gf201b653 to v6.2.0 (#2588)