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 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)