diff options
Diffstat (limited to 'toolkit/components/telemetry/docs/data/environment.rst')
-rw-r--r-- | toolkit/components/telemetry/docs/data/environment.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/toolkit/components/telemetry/docs/data/environment.rst b/toolkit/components/telemetry/docs/data/environment.rst index b61c2a35e4..8b7c38ef89 100644 --- a/toolkit/components/telemetry/docs/data/environment.rst +++ b/toolkit/components/telemetry/docs/data/environment.rst @@ -160,7 +160,9 @@ Structure: installYear: <number>, // windows only or null on failure locale: <string>, // "en" or null on failure hasPrefetch: <bool>, // windows only, or null on failure - hasSuperfetch: <bool>, // windows only, or nul on failure + hasSuperfetch: <bool>, // windows only, or null on failure + distro: <string>, // linux only, or null on failure + distroVersion: <string>, // linux only, or null on failure }, hdd: { profile: { // hdd where the profile folder is located |