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 a5bfe94 commit 9900d1eCopy full SHA for 9900d1e
sentry-android-integration-tests/sentry-uitest-android/proguard-rules.pro
@@ -40,3 +40,10 @@
40
-dontwarn org.mockito.internal.**
41
-dontwarn org.jetbrains.annotations.**
42
-dontwarn io.sentry.android.replay.ReplayIntegration
43
+
44
+# As described here
45
+# https://docs.saucelabs.com/testfairy/sdk/android/integrating-android/#proguard-optional
46
+-keep class com.testfairy.** { *; }
47
+-dontwarn com.testfairy.**
48
+-keepattributes Exceptions, Signature, LineNumberTable
49
+-dontusemixedcaseclassnames
0 commit comments