This commit is contained in:
Jan-Erik Rediger 2019-04-15 15:51:18 +02:00
Родитель 48a803d751
Коммит 882938d02b
1 изменённых файлов: 22 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,22 @@
# String
This allows recording a Unicode string value with arbitrary content.
---
_Note:_ This is not supporting recording JSON blobs - please get in contact with the Telemetry team if you're missing a type.
---
## Limits
* Fixed maximum string length: 20 bytes. Specified in number of Unicode characters. Longer strings are truncated.
## Examples
* Record the operating system name with a value of "android".
* Recording the device model with a value of "SAMSUNG-SGH-I997".
## Recorded errors
* `invalid_value`: if the string is too long