Decide what to do with AutofillTelemetry code calling .clear on legacy telemetry histograms
Categories
(Toolkit :: Form Autofill, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox139 | --- | fixed |
People
(Reporter: florian, Assigned: dimi)
References
(Regressed 2 open bugs)
Details
Attachments
(1 file)
There are two calls to histogram.clear() in AutofillTelemetry.sys.mjs: https://searchfox.org/mozilla-central/rev/e339b9d6175e30310f6891a5e85d27ce43ad94f1/toolkit/components/formautofill/shared/AutofillTelemetry.sys.mjs#190,382
The related histograms are AUTOFILL_PROFILE_NUM_USES and CREDITCARD_NUM_USES.
Is the data generated by this instrumentation in use? If not I'm happy to provide a removal patch. If it is used, then I would need help to figure out a migration strategy.
| Reporter | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
| Assignee | ||
Comment 2•1 year ago
|
||
(In reply to Florian Quèze [:florian] from comment #0)
Is the data generated by this instrumentation in use? If not I'm happy to provide a removal patch. If it is used, then I would need help to figure out a migration strategy.
We are not using the telemetry now, I'll remove those telemetry :)
Updated•1 year ago
|
Comment 4•1 year ago
|
||
Backed out for causing bc failures at browser_creditCard_telemetry_autofill.js
| Assignee | ||
Updated•1 year ago
|
Comment 6•1 year ago
|
||
| bugherder | ||
Updated•1 year ago
|
Description
•