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

Truncate language in platform context entity to max 8 characters #621

Closed matus-tomlein closed 1 year ago

matus-tomlein commented 1 year ago

The schema for the mobile_context entity has validation for the language property for max 8 characters. This is causing validation errors for some languages such as zh-Hans-CN.

We should truncate the value to 8 characters on the tracker to avoid bad events.

Same issue on the iOS tracker: https://github.com/snowplow/snowplow-ios-tracker/issues/795