QA/Telemetry/ChangingChannels: Difference between revisions
Jump to navigation
Jump to search
(Created page with "= Quick Summary =") |
|||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
= Quick Summary = | = Quick Summary = | ||
The following document quickly explains how a user can edit the .JSON file and change the target browser channel. | |||
= 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 | |||
* You'll need to change the following value: '''"channel": ["nightly"]''' | |||
** Examples: Aurora: '''"channel": ["aurora"]''', BETA: '''"channel": ["beta"]''' | |||
You'll receive a similar error message as shown below if there's a channel mismatch: | |||
<blockquote> | |||
1403023502136 Browser.Experiments.Experiments DEBUG ExperimentEntry #0::isApplicable() - id=tile-switcher@experiments.mozilla.org - test 'channel' failed | |||
</blockquote> | |||
Latest revision as of 16:51, 17 June 2014
Quick Summary
The following document quickly explains how a user can edit the .JSON file and change the target browser channel.
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
- You'll need to change the following value: "channel": ["nightly"]
- Examples: Aurora: "channel": ["aurora"], BETA: "channel": ["beta"]
You'll receive a similar error message as shown below if there's a channel mismatch:
1403023502136 Browser.Experiments.Experiments DEBUG ExperimentEntry #0::isApplicable() - id=tile-switcher@experiments.mozilla.org - test 'channel' failed