ReallySmallSoftware / cordova-plugin-firebase-crashlytics

Google Firebase Crashlytics Cordova plugin
Other
32 stars 80 forks source link

[Android] allow unique error grouping #32

Closed ebhsgit closed 3 years ago

ebhsgit commented 4 years ago

Fixes

Using LogException results in all javascript Errors being grouped as one issue in the Crashlytics console.

Proposed Changes

Added new function LogError. It requires the error message, and an array of stack trace lines. Using LogError will result in grouping of Crashlytics issue based on:

I purposely choose to abstract the stack trace lines, rather than adding dependency to a javascript library. The consumer of this plugin can choose how to extract javascript stack trace information.

nationdata-it commented 4 years ago

do you any date for this to merge?

ReallySmallSoftware commented 3 years ago

I'm sorry - I didn't see this. I have merged it now but need to do some testing as I have made other changes.