When an error is thrown in any React lifecycle method the component tree is unmounted and a white screen is presented to our users. In these cases we crash our app pragmatically with
crashlytics
.crash().
This works like a charm but the exception raised always has the same signature. This causes all these exceptions to be grouped together in the firebase crashlytics dashboard.
Is it possible to provide an optional id from the javascript side to promote better grouping in the dashboard?