QA/Telemetry/ChangingChannels: Difference between revisions
Jump to navigation
Jump to search
| Line 8: | Line 8: | ||
** 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 | You'll receive a similar error message as shown below if there's a channel mismatch: | ||
<blockquote> | <blockquote> | ||
1403023502136 Browser.Experiments.Experiments DEBUG ExperimentEntry #0::isApplicable() - id=tile-switcher@experiments.mozilla.org - test 'channel' failed | 1403023502136 Browser.Experiments.Experiments DEBUG ExperimentEntry #0::isApplicable() - id=tile-switcher@experiments.mozilla.org - test 'channel' failed | ||
</blockquote> | </blockquote> | ||
Revision as of 16:50, 17 June 2014
Quick Summary
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