Confirmed users
924
edits
| Line 1: | Line 1: | ||
= Quick Summary = | = Quick Summary = | ||
= Changing Browser Channels | = Changing Browser Channels = | ||
You can change the experiments browser channel by going through the following steps: | |||
* Open your '''firefox-manifest.json''' file under the telemetry experiment folder | * Open your '''firefox-manifest.json''' file under the telemetry experiment folder | ||
* You'll need to change the following value: '''"channel": ["nightly"]''' | * You'll need to change the following value: '''"channel": ["nightly"]''' | ||
** Examples: Aurora: '''"channel": ["aurora"]''', BETA: '''"channel": ["beta"]''' | ** Examples: Aurora: '''"channel": ["aurora"]''', BETA: '''"channel": ["beta"]''' | ||
You'll receive a similar error message if there's a channel mismatch. Example, trying to install the experiment on Aurora but the .JSON file specifies Nightly. | |||
<blockquote> | |||
1403023502136 Browser.Experiments.Experiments DEBUG ExperimentEntry #0::isApplicable() - id=tile-switcher@experiments.mozilla.org - test 'channel' failed | |||
</blockquote> | |||