BJ Warshaw
BJ Warshaw
This isn't listed in the [Crashlytics usage](https://github.com/corymsmith/react-native-fabric#crashlytics-usage), but I noticed there's a [`log`](https://github.com/corymsmith/react-native-fabric/blob/master/src/Crashlytics.js#L59-L61) function in Crashlytics.js. Can we use that to push logs (for either/both Android/iOS) for subsequent Crashlytics errors?...
We have `trackApplicationLifecycleEvents` enabled in our config. On iOS, if our app is backgrounded, and then foregrounded, we are receiving an "Application Opened" tracking event. But in Android, we only...