diff --git a/sentry-android-integration-tests/sentry-uitest-android/proguard-rules.pro b/sentry-android-integration-tests/sentry-uitest-android/proguard-rules.pro index 02f5e80ba3..832bdbdd37 100644 --- a/sentry-android-integration-tests/sentry-uitest-android/proguard-rules.pro +++ b/sentry-android-integration-tests/sentry-uitest-android/proguard-rules.pro @@ -40,3 +40,10 @@ -dontwarn org.mockito.internal.** -dontwarn org.jetbrains.annotations.** -dontwarn io.sentry.android.replay.ReplayIntegration + +# As described here +# https://docs.saucelabs.com/testfairy/sdk/android/integrating-android/#proguard-optional +-keep class com.testfairy.** { *; } +-dontwarn com.testfairy.** +-keepattributes Exceptions, Signature, LineNumberTable +-dontusemixedcaseclassnames