Hi, I have a question related to ANR & firebase.
What I want is to diagnose ANR in production app, and send an alert with slack bot.
I use Firebase crashlytics but somehow it didn’t send any alert related to ANR.. (Other alerts came fine..)
1. Is it true that ANR is not being caught in Firebase Crashlytics?
2. How do we trace ANR in production..? Is it possible to
diagnose ANR in production app, and send an alert with slack bot
?