Skip to content

Version 5.1.0

Compare
Choose a tag to compare
@matus-tomlein matus-tomlein released this 11 May 16:00
· 87 commits to master since this release

This minor release extends the platform context entity tracked in events with new information:

  • isPortrait – whether the device orientation is portrait (either upright or upside down).
  • resolution – Screen resolution in pixels.
  • scale – Scale factor used to convert logical coordinates to device coordinates of the screen.
  • language – System language currently used on the device (ISO 639)
  • appSetId – Android vendor ID scoped to the set of apps published under the same Google Play developer account
  • appSetIdScope – Scope of the appSetId

It also makes it configurable which properties should be tracked in the platform context entity using the TrackerConfiguration.platformContextEntities configuration.

Enhancements

  • Track new properties in platform context version 1-0-3 and make it configurable which properties to track (#598)