gecko-dev/toolkit/components/glean/docs/preferences.md
Jan-Erik Rediger 0217ada875 Bug 1626621 - Initialize FOG during early init with path from preference. r=chutten
The preference in use is: telemetry.fog.temporary_and_just_for_testing.data_path

Reasons to do it during early init:
* We control that code path
* It's late enough so that we have access to the preference store
* It's early enough that it might resemble the actual later use case

Differential Revision: https://phabricator.services.mozilla.com/D69352

--HG--
extra : moz-landing-system : lando
2020-04-02 14:44:10 +00:00

288 B

Preferences

telemetry.fog.temporary_and_just_for_testing.data_path

This controls the data path Glean is initialized with (nightly only). It is intended for manual testing only. It will be removed once FOG gets a fixed data path. By default it is not set. Change requires restart.