We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ec2068 commit aeeacd2Copy full SHA for aeeacd2
1 file changed
sentry-android-core/proguard-rules.pro
@@ -54,6 +54,10 @@
54
55
-keepnames class io.sentry.android.core.ApplicationNotResponding
56
57
+# protobuf-java lite
58
+# https://github.com/protocolbuffers/protobuf/blob/5d876c9fec1a6f2feb0750694f803f89312bffff/java/lite.md#r8-rule-to-make-production-app-builds-work
59
+-keep class * extends com.google.protobuf.GeneratedMessageLite { *; }
60
+
61
##---------------End: proguard configuration for android-core ----------
62
63
##---------------Begin: proguard configuration for sentry-apollo-3 ----------
0 commit comments