Hey guys I'm using
react-native-firebase in my RN project, obviously. There's method called
recordError which I think is alternative of the native
Crashlytics.logException. Take a look here
https://rnfirebase.io/docs/v4.2.x/crashlytics/reference/crashlytics#recordError
I'm not sure about few things. Please help or if you can't, just share your opinion...
- The method receives code (errorCode) argument. But in my case I haven't any error code. Why this is needed and what code to provide (number required)
- Where on the console I can find these errors? I looked in the issues page and the crashlytics dashboard, and also the performance monitoring issues, but I didn't found anything. The docs says that in some cases I need to wait some hours, I waited more than 24h. Am I missing something or the code didn't work for some reason?