Skip to content

Commit cd69517

Browse files
authored
fix: Removed unused platforms from the .asmdef (#2716)
1 parent 8d2b31a commit cd69517

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
### Fixes
6+
7+
- Removed `Lumin` and `Stadia` platforms from the package's assembly definition to resolve compilation errors. ([#2716](https://github.com/getsentry/sentry-unity/pull/2716))
8+
59
### Features
610

711
- Extend the experimental `sentry-native` backend to Linux. Opt in via `options.Experimental.LinuxBackend = LinuxBackend.Native`. The `sentry-native` backend uploads crashes immediately through an out-of-process handler and enables further updates such as `AppHangTracking` support ([#2708](https://github.com/getsentry/sentry-unity/pull/2708))

package/Runtime/io.sentry.unity.runtime.asmdef

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@
99
"GameCoreXboxOne",
1010
"iOS",
1111
"LinuxStandalone64",
12-
"Lumin",
1312
"macOSStandalone",
1413
"PS5",
15-
"Stadia",
1614
"Switch",
1715
"WSA",
1816
"WebGL",

0 commit comments

Comments
 (0)