QA/Telemetry/ChangingChannels
Jump to navigation
Jump to search
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"]