How can I log crashes on my expo application

Hello,

I’m searching a package with which I could track all crashes on my application.
I saw that expo-firebase-crashlytics is depracated, so I found react-native-firebase/crashlytics : Crashlytics | React Native Firebase
But with that package it’s look like I need to access a Gradle file, but my gradle file is created when I build my application with EAS.
I also saw that expo have a Sentry package, but I would like to use firebase if I can.
I’m already using firebase on my application to log some informations, so using firebase will be good for me.

How you guys tracking crashes on your applications ?

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