Skip to content

4.2.0

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 13 Apr 07:57

Behavioral Changes

  • The SDK no longer relies on UnityEngine.Analytics.AnalyticsSessionInfo to determine unique users but uses SDK-internal mechanisms instead. (#2625)
  • Metrics are now enabled by default, matching the cross-SDK standard. The EnableMetrics setting is now also synced to the native SDK on Windows, Linux, and consoles. (#2635)

Fixes

  • When targeting iOS or macOS, the SDK now correctly passes on the CaptureFailedRequests flag and set status code ranged (#2619)
  • The SDK now correctly resolves the storage path on Xbox during initialization, enabling offline caching and native crash capturing without user setup out of the box. (#2617)

Features

  • The Metrics APIs are now stable: removed Experimental from SentrySdk and SentryOptions (#2615)
  • Attachments added to the scope are now included in native crash reports on Android, Windows, and Linux (#2609)

Dependencies