95
edits
(clean up docs) |
(Add section explaining that the addon needs to be signed.) |
||
Line 40: | Line 40: | ||
A few experiments are intended to collect data once and then uninstall themself. These experiments should uninstall themselves when done by calling <code>Experiments.disableExperiment("FROM_API")</code>. | A few experiments are intended to collect data once and then uninstall themself. These experiments should uninstall themselves when done by calling <code>Experiments.disableExperiment("FROM_API")</code>. | ||
=== Extension Signing === | |||
Telemetry Experiments need to be signed to run in FF 42+, just like all other add-ons. | |||
Once the code is reviewed, open a bug against the addons.mozilla.org product, Addon Validation component, attach the xpi file, and request that it be signed. | |||
Once the AMO signing API is ready (bug 1206158), the bug filing step won't be necessary to get the extension signed. | |||
== Staging == | == Staging == |
edits