Skip to content

Commit

Permalink
updated proguard rules
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsandfoxes committed Jan 13, 2025
1 parent 1e9221f commit 4772d85
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions package-dev/Plugins/Android/proguard-sentry-unity.pro
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Unity: keep names on select sentry-java classes & their methods - we use string-based JNI lookup in our integration.
-keep class io.sentry.Sentry { *; }
-keep class io.sentry.SentryLevel { *; }
-keep class io.sentry.SentryOptions { *; }
-keep class io.sentry.Hub { *; }
-keep class io.sentry.Breadcrumb { *; }
-keep class io.sentry.Scope { *; }
-keep class io.sentry.ScopeCallback { *; }
-keep class io.sentry.protocol.** { *; }
-keep class io.sentry.** { *; }
-keep class io.sentry.android.** { *; }
-dontwarn io.sentry.**
-dontwarn io.sentry.android.**

0 comments on commit 4772d85

Please sign in to comment.