mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-09 21:00:42 +02:00
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
288 B
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.