Skip to content

Commit d86e21d

Browse files
author
getsentry-bot
committed
release 3.2.4
1 parent 2311665 commit d86e21d

File tree

161 files changed

+9608
-14133
lines changed

Some content is hidden

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

161 files changed

+9608
-14133
lines changed

CHANGELOG.md

Lines changed: 4 additions & 127 deletions
Original file line numberDiff line numberDiff line change
@@ -1,135 +1,12 @@
11
# Changelog
22

3-
## 4.0.0-beta.3
4-
5-
### Breaking Changes
6-
7-
- The SDK will now always add a breadcrumb when capturing an exception. The option to opt-out of this has been removed. ([#2335](https://github.com/getsentry/sentry-unity/pull/2335))
8-
- The deprecated Runtime- and BuildTime-Configuration have been removed in favor of the single `OptionsConfiguration` script. When migrating you can make use of preprocessor directives to set specific options for specific platforms. Check out the ([Migration Guide](https://docs.sentry.io/platforms/unity/migration/#changes-to-the-programmatic-configuration)). ([#2337](https://github.com/getsentry/sentry-unity/pull/2337))
9-
10-
### Features
11-
12-
- Added Xbox Native Support ([#2314](https://github.com/getsentry/sentry-unity/pull/2314), [#2329](https://github.com/getsentry/sentry-unity/pull/2329))
13-
14-
### Fixes
15-
16-
- Fixed crashes when adding breadcrumbs on iOS/macOS. This was caused by invalid date parsing and corrupted string data in the native bridge responsible for scope sync ([#2327](https://github.com/getsentry/sentry-unity/pull/2327), [#2338](https://github.com/getsentry/sentry-unity/pull/2338))
17-
- Fixed input handling in samples to work with old and new input system ([#2319](https://github.com/getsentry/sentry-unity/pull/2319))
18-
- The SDK now captures exceptions on WebGL through the logging integration instead of the incompatible log handler, providing better stack trace support . ([#2322](https://github.com/getsentry/sentry-unity/pull/2322))
19-
- Fixed input handling in samples to work with old and new input system. ([#2319](https://github.com/getsentry/sentry-unity/pull/2319))
20-
21-
### Dependencies
22-
23-
- Bump Cocoa SDK from v8.55.1 to v8.56.2 ([#2318](https://github.com/getsentry/sentry-unity/pull/2318), [#2331](https://github.com/getsentry/sentry-unity/pull/2331), [#2340](https://github.com/getsentry/sentry-unity/pull/2340))
24-
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8562)
25-
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.55.1...8.56.2)
26-
- Bump Native SDK from v0.10.1 to v0.11.2 ([#2323](https://github.com/getsentry/sentry-unity/pull/2323), [#2332](https://github.com/getsentry/sentry-unity/pull/2332), [#2347](https://github.com/getsentry/sentry-unity/pull/2347))
27-
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0112)
28-
- [diff](https://github.com/getsentry/sentry-native/compare/0.10.1...0.11.2)
29-
- Bump CLI from v2.53.0 to v2.56.0 ([#2324](https://github.com/getsentry/sentry-unity/pull/2324), [#2330](https://github.com/getsentry/sentry-unity/pull/2330), [#2343](https://github.com/getsentry/sentry-unity/pull/2343))
30-
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2560)
31-
- [diff](https://github.com/getsentry/sentry-cli/compare/2.53.0...2.56.0)
32-
- Bump .NET SDK from v5.15.0 to v5.16.0 ([#2326](https://github.com/getsentry/sentry-unity/pull/2326), [#2345](https://github.com/getsentry/sentry-unity/pull/2345))
33-
- [changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#5160)
34-
- [diff](https://github.com/getsentry/sentry-dotnet/compare/5.15.0...5.16.0)
35-
- Bump Java SDK from v8.21.1 to v8.23.0 ([#2328](https://github.com/getsentry/sentry-unity/pull/2328), [#2346](https://github.com/getsentry/sentry-unity/pull/2346))
36-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8230)
37-
- [diff](https://github.com/getsentry/sentry-java/compare/8.21.1...8.23.0)
38-
39-
## 4.0.0-beta.2
40-
41-
### Breaking Changes
42-
43-
- Removed Unity 2020 support, which reached End of Life in 2023. Minimum supported version now is 2021. ([#2313](https://github.com/getsentry/sentry-unity/pull/2313))
44-
45-
### Features
46-
47-
- The SDK now has a dedicated sample scene for third party plugins like Cysharp, or DOTween. ([#2289](https://github.com/getsentry/sentry-unity/pull/2289))
48-
- The SDK now automatically marks stack frames from `Cysharp` and `DG.Tweening` as non in-app.
49-
This highly improves the resulting stack trace quality in the issues details. ([#2285](https://github.com/getsentry/sentry-unity/pull/2285))
50-
51-
### Fixes
52-
53-
- The SDK no longer accesses `AnalyticsSessionInfo.userId` when targeting console platforms. This was leading to crashes during launch. ([#2309](https://github.com/getsentry/sentry-unity/pull/2309))
54-
- The SDK now deduplicates trace generation during startup and scene loading ([#2301](https://github.com/getsentry/sentry-unity/pull/2301))
55-
- The SDK no longer appends multiple upload tasks when building for Android ([#2300](https://github.com/getsentry/sentry-unity/pull/2300))
56-
- Fixed false positive ANR events on `WebGL`, i.e. when switching tabs, or unfocusing the player ([#2306](https://github.com/getsentry/sentry-unity/pull/2306))
57-
- The SDK now automatically picks up previously missing debug symbols - i.e. `BurstDebugInformation`, by passing the
58-
target directory path to Sentry CLI. Sentry CLI then automatically and recursively picks up any not yet uploaded symbols. ([#2298](https://github.com/getsentry/sentry-unity/pull/2298))
59-
- The check used to verify whether the current thread is the main-thread now includes `JobsUtility.IsExecutingJob` to support running in Burst. ([#2226](https://github.com/getsentry/sentry-unity/pull/2226))
60-
- For targeting iOS, the Unity SDK now brings an iOS-only `.xcframework`, reducing package size. ([#2264](https://github.com/getsentry/sentry-unity/pull/2264))
61-
62-
### Dependencies
63-
64-
- Bump .NET SDK from v5.12.0 to v5.15.0 ([#2259](https://github.com/getsentry/sentry-unity/pull/2259), [#2274](https://github.com/getsentry/sentry-unity/pull/2274), [#2291](https://github.com/getsentry/sentry-unity/pull/2291), [#2315](https://github.com/getsentry/sentry-unity/pull/2315))
65-
- [changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#5150)
66-
- [diff](https://github.com/getsentry/sentry-dotnet/compare/5.12.0-14-g25a894dd...5.15.0)
67-
- Bump Cocoa SDK from v8.51.0 to v8.54.0 ([#2265](https://github.com/getsentry/sentry-unity/pull/2265))
68-
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8540)
69-
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.51.0...8.54.0)
70-
- Bump Java SDK from v8.17.0 to v8.21.1 ([#2261](https://github.com/getsentry/sentry-unity/pull/2261), [#2280](https://github.com/getsentry/sentry-unity/pull/2280), [#2283](https://github.com/getsentry/sentry-unity/pull/2283), [#2299](https://github.com/getsentry/sentry-unity/pull/2299), [#2308](https://github.com/getsentry/sentry-unity/pull/2308), [#2311](https://github.com/getsentry/sentry-unity/pull/2311))
71-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8211)
72-
- [diff](https://github.com/getsentry/sentry-java/compare/8.17.0...8.21.1)
73-
- Bump Native SDK from v0.9.1 to v0.10.1 ([#2275](https://github.com/getsentry/sentry-unity/pull/2275), [#2303](https://github.com/getsentry/sentry-unity/pull/2303))
74-
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0101)
75-
- [diff](https://github.com/getsentry/sentry-native/compare/0.9.1...0.10.1)
76-
- Bump CLI from v2.50.2 to v2.53.0 ([#2276](https://github.com/getsentry/sentry-unity/pull/2276), [#2288](https://github.com/getsentry/sentry-unity/pull/2288), [#2302](https://github.com/getsentry/sentry-unity/pull/2302))
77-
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2530)
78-
- [diff](https://github.com/getsentry/sentry-cli/compare/2.50.2...2.53.0)
79-
- Bump Cocoa SDK from v8.54.0 to v8.55.1 ([#2305](https://github.com/getsentry/sentry-unity/pull/2305))
80-
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8551)
81-
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.54.0...8.55.1)
82-
83-
## 4.0.0-beta.1
84-
85-
### Fixes
86-
87-
- The SDK now waits for 'End of Frame' before capturing a screenshot. This should address any blank or malformed
88-
screenshots previously attached to events. The SDK now also only captures one screenshot for the first error event in
89-
each individual frame. ([#2240](https://github.com/getsentry/sentry-unity/pull/2240))
90-
91-
### Dependencies
92-
93-
- Bump CLI from v2.47.1 to v2.50.2 ([#2245](https://github.com/getsentry/sentry-unity/pull/2245), [#2250](https://github.com/getsentry/sentry-unity/pull/2250))
94-
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2502)
95-
- [diff](https://github.com/getsentry/sentry-cli/compare/2.47.1...2.50.2)
96-
97-
## 4.0.0-beta.0
98-
99-
### Breaking Changes
100-
101-
- Removed Unity 2019 support, which reached End of Life in 2022. Minimum supported version now is 2020. ([#2231](https://github.com/getsentry/sentry-unity/pull/2231))
102-
103-
- **Breaking Change**: The Unity SDK's static API has been moved from `Sentry.Unity.SentryUnity` and `Sentry.SentrySdk` to `Sentry.Unity.SentrySdk`.
104-
This change enables [manual/programatic SDK initialization](https://docs.sentry.io/platforms/unity/configuration/options/programmatic-configuration/) with full functionality, previously only available through auto-initialization.
105-
The underlying .NET SDK's `SentrySdk` class is now internal, and several previously public classes like `SentryInitialization`
106-
and `SentryIntegrations` are now internal.
107-
108-
**Migration**: Update your `using` directives from `using Sentry;` to `using Sentry.Unity;`. IDEs like Rider can automatically
109-
import the missing references. In some cases, you may need both `using Sentry.Unity;` (for the static API) and `using Sentry;`
110-
(for types like `SentryId`). No changes are required to your actual SDK method calls (e.g., `SentrySdk.CaptureException()`
111-
remains the same). ([#2227](https://github.com/getsentry/sentry-unity/pull/2227), [#2239](https://github.com/getsentry/sentry-unity/pull/2239))
112-
113-
### Features
114-
115-
- The SDK now comes with a `SentryUserFeedback` prefab ready to be used. You can drag and drop it into your scene or
116-
customize it by creating your own variant. The user feedback feature allows your users to provide feedback in form
117-
of a written message that can optionally have a screenshot attached. Read more about it ([here](https://docs.sentry.io/product/user-feedback/)). ([#2220](https://github.com/getsentry/sentry-unity/pull/2220))
3+
## 3.2.4
1184

1195
### Dependencies
1206

121-
- Bump Java SDK from v8.14.0 to v8.17.0 ([#2218](https://github.com/getsentry/sentry-unity/pull/2218), [#2223](https://github.com/getsentry/sentry-unity/pull/2223), [#2238](https://github.com/getsentry/sentry-unity/pull/2238))
122-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8170)
123-
- [diff](https://github.com/getsentry/sentry-java/compare/8.14.0...8.17.0)
124-
- Bump Native SDK from v0.9.0 to v0.9.1 ([#2217](https://github.com/getsentry/sentry-unity/pull/2217))
125-
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#091)
126-
- [diff](https://github.com/getsentry/sentry-native/compare/0.9.0...0.9.1)
127-
- Bump .NET SDK from v5.11.2 to v5.12.0 ([#2242](https://github.com/getsentry/sentry-unity/pull/2242))
128-
- [changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#5120)
129-
- [diff](https://github.com/getsentry/sentry-dotnet/compare/5.11.2...5.12.0)
130-
- Bump CLI from v2.46.0 to v2.47.1 ([#2232](https://github.com/getsentry/sentry-unity/pull/2232), [#2241](https://github.com/getsentry/sentry-unity/pull/2241))
131-
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2471)
132-
- [diff](https://github.com/getsentry/sentry-cli/compare/2.46.0...2.47.1)
7+
- Bump Cocoa SDK from v8.51.0 to v8.57.0 ([#2371](https://github.com/getsentry/sentry-unity/pull/2371))
8+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8570)
9+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.51.0...8.57.0)
13310

13411
## 3.2.3
13512

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.
0 Bytes
Binary file not shown.

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

0 Bytes
Binary file not shown.

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

0 Bytes
Binary file not shown.

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

0 Bytes
Binary file not shown.

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.

0 commit comments

Comments
 (0)