Allow Firebase Crashlytics to automatically upload the mapping file for obfuscated android builds (Release built)

Bitrise Build Issue Report template

Description of the issue

I build RN project for iOS and Android.
I added changes to my project for android using official documentation:
https://firebase.google.com/docs/crashlytics/get-deobfuscated-reports?platform=android

But all my errors and nonfatal issues are not readable in the Crashlytics dashboard.
If I built a release builds without Proguard it works fine.
(def enableProguardInReleaseBuilds = false)

How I can upload the mapping file to Firebase?

For iOS I used the Firebase dSYM Upload plugin.

Environment:

PROD

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.