Until now, I've had a link between Fabric and Firebase Crashlytics, so prior to today, I had all of my app's crashes show up in Firebase Crashlytics.
Today, I decided to completely migrate from Fabric to Firebase by following Google's migration guide:
https://firebase.google.com/docs/crashlytics/upgrade-sdk?platform=android
I've followed it exactly, and have gone through it half a dozen times to make sure everything is correct. Yet, when I force a crash and check my Firebase Crashlytics, none of my dozen+ crashes are showing up:
https://i.sstatic.net/cNcv8.png
It's showing I have 77.78% crash-free users, but none of the crashes are actually showing up.
What am I missing? Why aren't the crashes showing up?
Edit:
I discovered that it shows crashes when using the debug
build type, but it's not working for release
. Any ideas?
Edit:
It looks like an issue with Proguard/R8. Tried a dozen different things but nothing seems to be helping. Possibly a dependency is affecting this?