hansemannn / titanium-firebase-analytics

Use the Firebase Analytics SDK in Axway Titanium 🚀
Other
35 stars 18 forks source link

Firebase Module not receiving our uncaughtException #45

Closed bubinf closed 5 years ago

bubinf commented 5 years ago

we have set up Ti.App.addEventListener('uncaughtException',function(evt) { var dictionary = { name: 'testing', reason: evt.message, frames: evt.stackTrace.split("+") };

             Crashlytics.recordCustomException(dictionary);

}

Firebase is not receiving this message

hansemannn commented 5 years ago

This is the wrong repo