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.
The schema for the
mobile_context
entity has validation for thelanguage
property for max 8 characters. This is causing validation errors for some languages such aszh-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