Skip to content

Commit 0dcc335

Browse files
author
getsentry-bot
committed
release 4.1.2
1 parent 31c5102 commit 0dcc335

114 files changed

Lines changed: 270721 additions & 263061 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,31 @@
44

55
### Fixes
66

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))
710
- 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))
812
- 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))
913
- 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))
1014

1115
### Dependencies
1216

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

2033
## 4.1.0
2134

Editor.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Editor/Sentry.Microsoft.Extensions.FileSystemGlobbing.dll.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Editor/Sentry.Mono.Cecil.Mdb.dll.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Editor/Sentry.Mono.Cecil.Pdb.dll.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Editor/Sentry.Mono.Cecil.Rocks.dll.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Editor/Sentry.Mono.Cecil.dll.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Editor/Sentry.Unity.Editor.dll

512 Bytes
Binary file not shown.

Editor/iOS.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)