Skip to content

4.1.2

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 17 Mar 18:34
111a235

⚠️ 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

  • CaptureFeedback now returns a SentryId and exposes a CaptureFeedbackResult out 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-native as a subdirectory for native support on desktop platforms. It now also falls back to Application.persistentDataPath instead of the current working directory. Note: crashedLastRun may report false for the first time after upgrading. (#2547)
  • The currently experimental Metrics are now opt-in by default (#2546)
  • When targeting Android, the SDK now syncs AppStartTime and AppBuildType to 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