Hello,
We just did the migration on Sentry for our Android Apps and we encounter a problem.
Proguard is enabled, using Sentry Gradle Plugin.
For a same build (release, same variant, environment, etc.) :
- if build locally crashes are de-obfuscated
- but if uploaded to the Google Play Store, crashes are still obfuscated
Our apps on the Google Play Store use Play App Signing, wich de-sign and re-sign the apps. I’m not sure this is the cause of our problem, but it is the only lead that I have.
Anyone has encountered this problem ?