Google Play Store Console warning about deobfuscation files + debug symbols

Google Play Store Console gives these warnings when uploading a build (created by eas build)

Is it possible to get these already or should I add a feature request (or would it not actually help that much)?

Warning
There is no deobfuscation file associated with this App Bundle. If you use obfuscated code (R8/proguard), uploading a deobfuscation file will make crashes and ANRs easier to analyze and debug. Using R8/proguard can help reduce app size.

Warning
This App Bundle contains native code, and you’ve not uploaded debug symbols. We recommend you upload a symbol file to make your crashes and ANRs easier to analyze and debug.

I have this warning message as well. How to solve this? How to add proguard in managed workflow? Thank you

1 Like