Closed
Bug 1121007
Opened 10 years ago
Closed 10 years ago
FHR data migration: intl.accept_languages
Categories
(Firefox Health Report Graveyard :: Client: Desktop, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: Dexter, Unassigned)
References
Details
org.mozilla.appInfo.appinfo has the following data:
isBlocklistEnabled (v2) - is NOT in telemetry
isTelemetryEnabled (v2) - Is NOT in telemetry, but I don't think it is needed
vendor - is NOT in telemetry
name - is in telemetry via [1]
id - is in telemetry via [1]
version - is in telemetry via [1]
appBuildID - is in telemetry via [1]
platformVersion - is NOT in telemetry
platformBuildID - is in telemetry via [1]
os - is in telemetry via [1]
xpcomabi - is NOT in telemetry
updateChannel - is in telemetry via [1]
distributionId - is NOT in telemetry
distributionVersion - is NOT in telemetry
hotfixVersion - is NOT in telemetry
locale - is in telemetry via [1]
isDefaultBrowser - via [2], BROWSER_IS_USER_DEFAULT histogram
We need to add isBlocklistEnabled, vendor, platformVersion, xpcomabi, distributionId, distributionVersion, hotfixVersion.
[1] - https://dxr.mozilla.org/mozilla-central/source/toolkit/components/telemetry/TelemetryPing.jsm#523
[2] - https://dxr.mozilla.org/mozilla-central/source/toolkit/components/telemetry/Histograms.json#6378
![]() |
||
Updated•10 years ago
|
Summary: FHR data migration: org.mozilla.appInfo.appinfo → FHR data migration: org.mozilla.appInfo
![]() |
||
Updated•10 years ago
|
Reporter | ||
Comment 1•10 years ago
|
||
All the fields mentioned in the previous comments are already in Telemetry's Environmnent. The newly added "acceptLangIsUserSet" [1] is not, so we should probably port that to Telemetry. This could be easily done by checking whether the user set an intl.accept_languages preference.
[1] - https://ci.mozilla.org/job/mozilla-central-docs/Tree_Documentation/services/healthreport/healthreport/dataformat.html
![]() |
||
Updated•10 years ago
|
Summary: FHR data migration: org.mozilla.appInfo → FHR data migration: intl.accept_languages
![]() |
||
Comment 2•10 years ago
|
||
(In reply to Alessio Placitelli [:Dexter] from comment #1)
> All the fields mentioned in the previous comments are already in Telemetry's
> Environmnent. The newly added "acceptLangIsUserSet" [1] is not, so we should
> probably port that to Telemetry. This could be easily done by checking
> whether the user set an intl.accept_languages preference.
>
> [1] -
> https://ci.mozilla.org/job/mozilla-central-docs/Tree_Documentation/services/
> healthreport/healthreport/dataformat.html
Benjamin, is that potentially suitable for environment.settings.userPrefs?
Flags: needinfo?(benjamin)
Comment 3•10 years ago
|
||
Since acceptlang is fennec-only, I believe there's nothing else that needs to happen here.
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(benjamin)
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Product: Firefox Health Report → Firefox Health Report Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•