How to effectively group non fatal exceptions in Crashlytics (Fabrics)?
问题 We are using Crashlytics in our app as the crash reporting tool. For Android native crashes, it's working fine and grouping the crashes correctly. Our app also has few components in react-native. For the crashes which occur in these components, we catch them and then log them to Crashlytics as non-fatal exceptions. public class PlatformNativeModuleCallExceptionhandler implements NativeModuleCallExceptionHandler { @Override public void handleException(Exception e) { try { . . . Crashlytics