QA/Telemetry/InstallSameExperiment

From MozillaWiki
Jump to navigation Jump to search

Quick Summary

Installing Same Experiment Multiple Times

If you're trying to get multiple experiments listed under the Experiments container in about:addons, you can simply change the ID of the current experiment in the firefox-manifest.json file:

  • Open your firefox-manifest.json file under the telemetry experiment folder
  • You'll need to change the following value: "id": "tile-switcher@experiments.mozilla.org"
    • Examples: "id": "QA #1", "id": "QA #2", "id": "QA #3"
    • Every time telemetry experiments is launched, the above will count as a new experiment

Experiments.png