Anyway to track app crashes and get device data?

I’m trying to debug random app crashes in production. Is there a cordova plugin or event to listen for that’s related to app exit or crashing?

The closest I’ve come is running the build in xcode and watching cpu data, but I really would love a way to get log info from devices out in the wild when something goes wrong with them. thanks!

Checkout crashlytics . Not sure if there is a stable cordova plugin yet, there are a few cordova plugins for crashlytics but not sure how good they are.

1 Like