Skip to content

Commit 9900d1e

Browse files
committed
Exclude testfairy from obfuscation
1 parent a5bfe94 commit 9900d1e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sentry-android-integration-tests/sentry-uitest-android/proguard-rules.pro

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,10 @@
4040
-dontwarn org.mockito.internal.**
4141
-dontwarn org.jetbrains.annotations.**
4242
-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

Comments
 (0)