Device crash logs reporting

Hello, I’m searching for an alternative to Crashlytics for logging all the crash logs - in particular I’d like to send all the logs to my rest service. Is there a native/cordova plugin to receive these logs and send on my api? Thanks

1 Like

This is a great alternative. Also the dashboard is amazing. You can have multiple projects set up.

I already know Sentry which is a great tool - but I’d like to send crash logs to my own rest API

I’ve installed crashalytics to force a crash of the app. After the restart of the app, the cordova side of the app sends crash logs to firebase… how can I access these logs to send to my own rest service?