Requested by: @JoshuaMoelans
Merge target: (default)
Quick links:
Assign the accepted label to this issue to approve the release.
Targets
Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.
📋 Changelog
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
- Bump Cocoa SDK from v9.7.0 to v9.8.0 (#2596)
- Bump Native SDK from v0.13.2 to v0.13.5 (#2597, #2612, #2631)
- Bump Java SDK from v8.35.0 to v8.37.1 (#2591, #2605)
- Bump CLI from v3.3.3 to v3.3.5 (#2604, #2614)
- Bump .NET SDK from v6.2.0 to v6.3.1 (#2615, #2632)
Requested by: @JoshuaMoelans
Merge target: (default)
Quick links:
Assign the accepted label to this issue to approve the release.
Targets
Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.
📋 Changelog
Behavioral Changes
EnableMetricssetting is now also synced to the native SDK on Windows, Linux, and consoles. (#2635)Fixes
CaptureFailedRequestsflag and set status code ranged (#2619)Features
ExperimentalfromSentrySdkandSentryOptions(#2615)Dependencies