snowplow / snowplow-flutter-tracker

Snowplow event tracker for Flutter apps
Apache License 2.0
5 stars 8 forks source link

Automatically generate ID for ScreenViews #55

Closed mscwilson closed 3 months ago

mscwilson commented 3 months ago

In ScreenView events (for mobile), the ID is a UUID that represents that specific loading of that screen. This ID was mistakenly set as a required argument for ScreenViews. This change removes the requirement for the user to provide a UUID; the tracker will generate it by itself.

Also, various changes have been made to the CI build workflow so that the integration tests pass again.