Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit fe03f7a

Browse files
authored
ref: Don't avoid exception type minification
See: getsentry/sentry#15795
1 parent a9ab35f commit fe03f7a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sentry-android-core/proguard-rules.pro

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@
2525
-keep class * implements com.google.gson.JsonSerializer
2626
-keep class * implements com.google.gson.JsonDeserializer
2727

28-
# Prevent proguard from minifying exception type names
29-
-keep class * extends java.lang.Exception
30-
3128
# Prevent R8 from leaving Data object members always null
3229
-keepclassmembers,allowobfuscation class * {
3330
@com.google.gson.annotations.SerializedName <fields>;

0 commit comments

Comments
 (0)