This isn't listed in the Crashlytics usage, but I noticed there's a log function in Crashlytics.js. Can we use that to push logs (for either/both Android/iOS) for subsequent Crashlytics errors?
Currently, we're implementing custom native solutions for persisting logs, but it'd be preferable to use react-native-fabric for since we're already using it for error handling.
This isn't listed in the Crashlytics usage, but I noticed there's a
logfunction in Crashlytics.js. Can we use that to push logs (for either/both Android/iOS) for subsequent Crashlytics errors?Currently, we're implementing custom native solutions for persisting logs, but it'd be preferable to use
react-native-fabricfor since we're already using it for error handling.