This patch release removes the requirement for the user to provide an ID for ScreenView
events.
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 ScreenView
s. The tracker will generate an ID by itself, although this can still be overriden by providing an ID as argument.
Bug fixes
- Automatically generate ID for ScreenViews (#55)