Confirmed users
924
edits
(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"]''' | |||