Can Poyrazoğlu is on the lookout for a solution from a good supply.
I’ve Firebase Crashlytics arrange on a challenge and I do know it is working (because it often certainly exhibits a number of the errors on the right file).
I strive crashlytics().recordError(err, ‘api_error’) (the place err is a legitimate Error subclass object from axios) but it’s not seen on Crashlytics dashboard in Firebase console.
I’m testing on a TestFlight construct, not from Xcode/debugger/packager
I’ve waited and restarted the app a number of occasions (since I feel they get uploaded afterwards)
I haven’t got any filters in points checklist in Crashlytics dashboard.
I see a couple of of different warnings/non-fatal JS-side errors in points, indicating Firebase SDK initialized appropriately (in any other case I mustn’t see something).
But, it would not replicate to the dashboard. I’ve tried it a number of occasions. What am I doing improper? (I am on iOS 16.6)
UPDATE: I can completely pressure a crash with crashlytics().crash() and it exhibits within the dashboard instantly. There appears to be one thing to do with recordError. I’ve additionally modified crashlytics_debug_enabled to true in firebase.json but no avail.