QA/Telemetry/AboutPreferences: Difference between revisions
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
** Indicates if the experiments are currently enabled/disabled (enabled by default) | ** Indicates if the experiments are currently enabled/disabled (enabled by default) | ||
* '''experiments.logging.level''' | * '''experiments.logging.level''' | ||
** Changing this to '''0''' will give you the ability to view the logs under the Browser Console. You'll have to enable '''Chrome and addon debugging'''. Please see | ** Changing this to '''0''' will give you the ability to view the logs under the Browser Console. You'll have to enable '''Chrome and addon debugging'''. Please see [https://wiki.mozilla.org/QA/Telemetry/Logging Setting up Logging] | ||
* '''experiments.force-sample-value''' | * '''experiments.force-sample-value''' | ||
** The staging server uses a sample value that dictates what percentage of users will get the experiment, ensure this value matches the servers .JSON file or it will take you a very long time to retrieve the experiment from the server | ** The staging server uses a sample value that dictates what percentage of users will get the experiment, ensure this value matches the servers .JSON file or it will take you a very long time to retrieve the experiment from the server |
Revision as of 16:13, 17 June 2014
Quick Summary
The following document will list all the important about:config preferences that are used when installing a telemetry experiment. If there's anything missing from the list that should be included, please don't hesitate to contact me or add it yourself!
Setting about:config Preferences
Quick Note: Some of these are not listed in about:config and will need to be created manually
- experiments.activeExperiment
- Indicates if there's an experiment currently active/installed
- experiments.enabled
- Indicates if the experiments are currently enabled/disabled (enabled by default)
- experiments.logging.level
- Changing this to 0 will give you the ability to view the logs under the Browser Console. You'll have to enable Chrome and addon debugging. Please see Setting up Logging
- experiments.force-sample-value
- The staging server uses a sample value that dictates what percentage of users will get the experiment, ensure this value matches the servers .JSON file or it will take you a very long time to retrieve the experiment from the server
- experiments.manifest.cert.checkAttributes
- If you're connecting to a development or local staging server, change this to false or the certificate authentication will fail when contacting the staging server
- experiments.supported
- Indicates if experiments are currently supported
- experiments.manifest.uri
- Points to the manifest .JSON file that will be used to download and set the experiment
- experiments.manifest.fetchIntervalSeconds
- Number of seconds before Firefox fetches the experiment manifest