Closed ohitsdaniel closed 3 years ago
Oops, sorry, missed that one. I'll look into it tomorrow :)
@ohitsdaniel are you still interested in fixing the above issue? If not no worries I can look at it at some point.
@MisterJimson yes! I just have the week off and haven't gotten back to it :)
https://github.com/snowplow-incubator/snowplow-react-native-tracker/issues/91#issuecomment-686393412
I looked up what happened to waitForEventStore
and apparently it was removed because the latest version no longer needs for the DB to initialised. So, we can just remove the call.
Resolves #5. Resolves #11.
Snowplow added exception event tracking to their SDKs. This PR adds the setExceptionEvents to TrackerBuilder and sets the according options on the native counterparts.
Also updates the Android Native Snowplow SDK to the latest version.