Crashlytics will report different stacks as different crash
Currently exception events are gathered as one issue depending solely on the actual exception location and its type.
Moreover, every such event pops all previous ones as regressed.
This makes it hard to follow the different issues. It is specifically a big problem where a fallback is used, with non-fatal crash reports in it. All crashes that ended up with the fallback are reported as one.
My suggestion is that different call stack and/or message will be shown as different issues. (Possibly with an option to set the differing place in the stack)
-
Doron Ben Ari commented
After checking further, it seems that the variants does give a partial solution. But still it pops all previous ones as regressed and it is wasting time and effort to figure where is the actual regression along all the history.