So I released a compose app for beta testing a few...
# compose
s
So I released a compose app for beta testing a few days ago and one of the testers experienced crashes while casually browsing the app. However, I don't see any crashes on crashlytics or ANRs on play console. Could this be related to compose?
c
Compose is only the UI toolkit... so I fail to see how that would prevent crashes from showing up in crashlytics. You could just insert an exception to be thrown in a debug build with crashlytics enabled to see if you can indeed see crashes coming through.
s
Yep I can see other crashes but not the ones the user reported