sarriaroman / FabricPlugin

Fabric.io plugin for Cordova or Phonegap
MIT License
197 stars 157 forks source link

where to find the nonFatalCrash parameter string in Crashlytics dashboard? #68

Open kenvernaillenvub opened 7 years ago

kenvernaillenvub commented 7 years ago

when I call fabric.Crashlytics.sendNonFatalCrash("TESTMESSAGE"); I don't find 'TESTMESSAGE' in the dashboard. All nonfatal crashes are called 'FabricPlugin.java line 129'. Why aren't these crashes called TESTMESSAGE?

These are all handled as the same crash, so when you close one issue, all the other crashes are closed too. It would be so handy to see them in the dashboard as different crashes (according to this parameter)

nokrasnov commented 7 years ago

Because crashes are grouped via stack trace analysis. https://twittercommunity.com/t/how-to-ungroup-non-fatal-exceptions-with-different-messages/59996

filipsuk commented 7 years ago

Has anyone managed to somehow send non-fatals ungrouped? Or is there an alternative that would provide this functionality for ionic apps? Btw thanks for the plugin :)

nokrasnov commented 7 years ago

You can try to split crashes on iOS by error code #46