|
4 | 4 |
|
5 | 5 | ### Fixes |
6 | 6 |
|
| 7 | +- `CaptureFeedback` now returns a `SentryId` and exposes a `CaptureFeedbackResult` out parameter to indicate whether feedback was captured successfully ([#2589](https://github.com/getsentry/sentry-unity/pull/2579)) |
| 8 | +- When exporting a NSP ROM File for Switch the SKD now correctly uploads the debug symbols ([#2580](https://github.com/getsentry/sentry-unity/pull/2580)) |
| 9 | +- 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](https://github.com/getsentry/sentry-unity/pull/2547)) |
7 | 10 | - The currently experimental Metrics are now opt-in by default ([#2546](https://github.com/getsentry/sentry-unity/pull/2546)) |
| 11 | +- When targeting Android, the SDK now syncs `AppStartTime` and `AppBuildType` to the native layer ([#2557](https://github.com/getsentry/sentry-unity/pull/2557)) |
8 | 12 | - When targeting Switch, the SDK will no longer cause the build to fail when native libraries are missing but log a warning instead ([#2541](https://github.com/getsentry/sentry-unity/pull/2541)) |
9 | 13 | - The SDK no longer wrongly disables the org slug field based on assumed the auth-tolken type ([#2537](https://github.com/getsentry/sentry-unity/pull/2537)) |
10 | 14 |
|
11 | 15 | ### Dependencies |
12 | 16 |
|
13 | | -- Bump Cocoa SDK from v9.4.0 to v9.4.1 ([#2540](https://github.com/getsentry/sentry-unity/pull/2540)) |
14 | | - - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#941) |
15 | | - - [diff](https://github.com/getsentry/sentry-cocoa/compare/9.4.0...9.4.1) |
16 | | -- Bump Native SDK from v0.12.6 to v0.12.7 ([#2543](https://github.com/getsentry/sentry-unity/pull/2543)) |
17 | | - - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0127) |
18 | | - - [diff](https://github.com/getsentry/sentry-native/compare/0.12.6...0.12.7) |
| 17 | +- Bump Cocoa SDK from v9.4.0 to v9.7.0 ([#2540](https://github.com/getsentry/sentry-unity/pull/2540), [#2558](https://github.com/getsentry/sentry-unity/pull/2558), [#2565](https://github.com/getsentry/sentry-unity/pull/2565), [#2575](https://github.com/getsentry/sentry-unity/pull/2575), [#2585](https://github.com/getsentry/sentry-unity/pull/2585)) |
| 18 | + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#970) |
| 19 | + - [diff](https://github.com/getsentry/sentry-cocoa/compare/9.4.0...9.7.0) |
| 20 | +- Bump Native SDK from v0.12.6 to v0.13.2 ([#2543](https://github.com/getsentry/sentry-unity/pull/2543), [#2550](https://github.com/getsentry/sentry-unity/pull/2550), [#2560](https://github.com/getsentry/sentry-unity/pull/2560), [#2567](https://github.com/getsentry/sentry-unity/pull/2567), [#2579](https://github.com/getsentry/sentry-unity/pull/2579)) |
| 21 | + - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0132) |
| 22 | + - [diff](https://github.com/getsentry/sentry-native/compare/0.12.6...0.13.2) |
| 23 | +- Bump Java SDK from v8.32.0 to v8.35.0 ([#2555](https://github.com/getsentry/sentry-unity/pull/2555), [#2574](https://github.com/getsentry/sentry-unity/pull/2574), [#2578](https://github.com/getsentry/sentry-unity/pull/2578), [#2587](https://github.com/getsentry/sentry-unity/pull/2587)) |
| 24 | + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8350) |
| 25 | + - [diff](https://github.com/getsentry/sentry-java/compare/8.32.0...8.35.0) |
| 26 | +- Bump CLI from v3.2.0 to v3.3.3 ([#2561](https://github.com/getsentry/sentry-unity/pull/2561), [#2563](https://github.com/getsentry/sentry-unity/pull/2563), [#2568](https://github.com/getsentry/sentry-unity/pull/2568), [#2576](https://github.com/getsentry/sentry-unity/pull/2576), [#2586](https://github.com/getsentry/sentry-unity/pull/2586)) |
| 27 | + - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#333) |
| 28 | + - [diff](https://github.com/getsentry/sentry-cli/compare/3.2.0...3.3.3) |
| 29 | +- Bump .NET SDK from v6.2.0-alpha.0-11-gf201b653 to v6.2.0 ([#2588](https://github.com/getsentry/sentry-unity/pull/2588)) |
| 30 | + - [changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#620) |
| 31 | + - [diff](https://github.com/getsentry/sentry-dotnet/compare/6.2.0-alpha.0-11-gf201b653...6.2.0) |
19 | 32 |
|
20 | 33 | ## 4.1.0 |
21 | 34 |
|
|
0 commit comments