snowplow / snowplow-android-tracker

Snowplow event tracker for Android. Add analytics to your Android apps and games
http://snowplowanalytics.com
Apache License 2.0
110 stars 63 forks source link

Fix invalid consent document context entity in case no name or description is given #637

Closed matus-tomlein closed 1 year ago

matus-tomlein commented 1 year ago

When the consent granted or withdrawn events are tracked with a consent document that doesn't have any name or description, the consent document entity is tracked with null name and null description. According to the schema, this is invalid because the properties can't be null. However, they are not required, so we can omit adding them to the entity.