From 6260ae4143229ae7031ea03c6894d9453ef1b6f1 Mon Sep 17 00:00:00 2001 From: Adam Novak Date: Thu, 27 Oct 2022 22:10:53 -0400 Subject: [PATCH] Just ship without Sentry bits, who knows if it will work --- app/proguard-rules.pro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index e269f6577..ec7608ca1 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -17,6 +17,10 @@ # If Sentry ever mysteriously stops working after we upgrade it, this could be why. -keep class io.sentry.event.Event { *; } +# Iceraven release build mysteriously cannot find a lot of Sentry. +# Luckily we do not really want it anyway. +-dontwarn io.sentry.** + #################################################################################################### # Android and GeckoView built-ins ####################################################################################################