EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase
https://firebase.google.com
MIT License
1.01k stars 444 forks source link

JS Stack missing #1565

Open jelledijkstra97 opened 4 years ago

jelledijkstra97 commented 4 years ago

Hi! I have an issue with the crashlytics plugin. Crashes triggered with the crashlytics.crash() function are logged in my firebase console within minutes but it only shows the native stacks, the useful JS Stacks are missing. I'm using a release build on a real iOS device, haven't tried it on Android. The log section on firebase only shows a bunch of 'screen_view' entries. I have read the docs of this plugin and some issues about the same problem, but haven't been able to solve it.

What am I doing wrong?

NS version: 6.3.0 nativescript-firebase-plugin: ^10.5.0

manojdcoder commented 4 years ago

You will have to catch the JS exceptions and log it manually. Native crashes will be caught and logged with native stack trace.