Skip to content

Commit ba0bd0b

Browse files
authored
fix: Updated proguard.cfg (#2132)
* fixed sdk proguard * Updated CHANGELOG.md
1 parent 6484482 commit ba0bd0b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Fixes
6+
7+
- Updated the SDK's `proguard.cfg` file to preserve the relevant Java SDK API to keep observing and synching the scope. The SDK no longer fails to set the trace on the native layer ([#2132](https://github.com/getsentry/sentry-unity/pull/2132))
8+
39
## 3.2.0
410

511
### Fixes

package-dev/Plugins/Android/proguard-sentry-unity.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
-keep class io.sentry.Sentry { *; }
33
-keep class io.sentry.Sentry$OptionsConfiguration { *; }
44
-keep class io.sentry.android.core.SentryAndroid { *; }
5+
-keep class io.sentry.android.core.InternalSentrySdk { *; }
56
-keep class io.sentry.SentryLevel { *; }
67
-keep class io.sentry.SentryOptions { *; }
78
-keep class io.sentry.Hub { *; }

0 commit comments

Comments
 (0)