QA/Telemetry/ChangingChannels: Difference between revisions
Jump to navigation
Jump to search
(Created page with "= Quick Summary =") |
|||
| Line 1: | Line 1: | ||
= Quick Summary = | = Quick Summary = | ||
= Changing Browser Channels" | |||
If you're trying to get telemetry experiments working on a different browser channel and keep receiving error messages, ensure that the '''channel''' value is correctly set under '''firefox-manifest.json'''. | |||
* Open your '''firefox-manifest.json''' file under the telemetry experiment folder | |||
* You'll need to change the following value: '''"channel": ["nightly"]''' | |||
** Examples: Aurora: '''"channel": ["aurora"]''', BETA: '''"channel": ["beta"]''' | |||
Revision as of 16:36, 17 June 2014
Quick Summary
= Changing Browser Channels"
If you're trying to get telemetry experiments working on a different browser channel and keep receiving error messages, ensure that the channel value is correctly set under firefox-manifest.json.
- Open your firefox-manifest.json file under the telemetry experiment folder
- You'll need to change the following value: "channel": ["nightly"]
- Examples: Aurora: "channel": ["aurora"], BETA: "channel": ["beta"]