Closed
Bug 1634115
Opened 1 year ago
Closed 11 months ago
Telemetry for profile refresh from uninstaller
Categories
(Firefox :: Installer, enhancement, P1)
Firefox
Installer
Tracking
()
RESOLVED
FIXED
Firefox 78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: agashlin, Assigned: agashlin)
References
Details
Attachments
(2 files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
3.58 KB,
text/plain
|
chutten
:
data-review+
|
Details |
In order to tell if the profile refresh function in the uninstaller is being used, we need to report that in telemetry.
I don't think there is currently any probe to explicitly indicate profile reset/refresh from within Firefox, but here are some references:
- It is reported in the stub installer ping.
- There is a probe, FX_MIGRATION_ENTRY_POINT, that seems relevant when it is 2 = refresh-firefox.
- FX_MIGRATION_SOURCE_BROWSER could also be a clue, as it will report 2 for Firefox.
Something in the vicinity of FX_MIGRATION_ENTRY_POINT is probably the best bet, though I don't know if modifying the existing probe is appropriate.
Assignee | ||
Comment 1•11 months ago
|
||
Assignee | ||
Comment 2•11 months ago
|
||
Attachment #9150623 -
Flags: data-review?(chutten)
Comment 3•11 months ago
|
||
Comment on attachment 9150623 [details] 1634115 data collection review request.txt DATA COLLECTION REVIEW RESPONSE: Is there or will there be documentation that describes the schema for the ultimate data set available publicly, complete and accurate? Yes. This collection is Telemetry so is documented in its definitions file [Scalars.yaml](https://hg.mozilla.org/mozilla-central/file/tip/toolkit/components/telemetry/Scalars.yaml) and the [Probe Dictionary](https://telemetry.mozilla.org/probe-dictionary/). Is there a control mechanism that allows the user to turn the data collection on and off? Yes. This collection is Telemetry so can be controlled through Firefox's Preferences. If the request is for permanent data collection, is there someone who will monitor the data over time? No. This collection will expire in Firefox 85. Using the category system of data types on the Mozilla wiki, what collection type of data do the requested measurements fall under? Category 2, Interaction. Is the data collection request for default-on or default-off? Default on for all channels. Does the instrumentation include the addition of any new identifiers? No. Is the data collection covered by the existing Firefox privacy notice? Yes. Does there need to be a check-in in the future to determine whether to renew the data? Yes. :agashlin is responsible for renewing or removing the collection before it expires in Firefox 85. --- Result: datareview+
Attachment #9150623 -
Flags: data-review?(chutten) → data-review+
Updated•11 months ago
|
Attachment #9150604 -
Attachment description: Bug 1634115 - Send telemetry when refresh is requested from uninstaller. r?MattN,mhowell → Bug 1634115 - Send telemetry when refresh is requested from uninstaller. r?MattN!,mhowell!,chutten!
Pushed by agashlin@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/0eb2e1048e0e Send telemetry when refresh is requested from uninstaller. r=MattN,mhowell,chutten
Comment 5•11 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 11 months ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 78
Assignee | ||
Comment 6•11 months ago
|
||
This added the scalar migration.uninstaller_profile_refresh.
You need to log in
before you can comment on or make changes to this bug.
Description
•