Skip to content

Commit

Permalink
Just ship without Sentry bits, who knows if it will work
Browse files Browse the repository at this point in the history
  • Loading branch information
interfect committed Oct 28, 2022
1 parent 228f433 commit 6260ae4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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
####################################################################################################
Expand Down

0 comments on commit 6260ae4

Please sign in to comment.