HomeX-It / snowplow-flutter-tracker

Snowplow event tracker for Flutter. Add analytics to your Flutter apps and games http://snowplowanalytics.com
MIT License
5 stars 7 forks source link

Exception events #13

Closed ohitsdaniel closed 3 years ago

ohitsdaniel commented 3 years ago

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.

ohitsdaniel commented 3 years ago

Oops, sorry, missed that one. I'll look into it tomorrow :)

MisterJimson commented 3 years ago

@ohitsdaniel are you still interested in fixing the above issue? If not no worries I can look at it at some point.

ohitsdaniel commented 3 years ago

@MisterJimson yes! I just have the week off and haven't gotten back to it :)

ohitsdaniel commented 3 years ago

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.