Send The Text Source to SelectTranslationsPanel Telemetry
Categories
(Firefox :: Translations, task, P3)
Tracking
()
People
(Reporter: nordzilla, Assigned: nordzilla)
References
Details
Attachments
(2 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-beta+
|
Details | Review |
Description
One key metric that the SelectTranslationsPanel telemetry is still missing is the ability to distinguish whether the source text came from actively selected text, or from hyperlinked text.
We should add this distinction to the panel's open
event.
Steps to implement
- Add a
text_source
extra key to the SelectTranslationsPanelopen
event.
Tests to implement
- Ensure that these events have coverage in SelectTranslationsPanel telemetry tests.
Assignee | ||
Comment 1•5 months ago
|
||
Adds the ability for the SelectTranslationsPanel to send
to telemetry whether the source text came from an active
selection or from a right-clicked hyperlink's text.
Depends on D214160
Updated•5 months ago
|
Assignee | ||
Comment 3•5 months ago
|
||
Adds the ability for the SelectTranslationsPanel to send
to telemetry whether the source text came from an active
selection or from a right-clicked hyperlink's text.
Original Revision: https://phabricator.services.mozilla.com/D214161
Updated•5 months ago
|
Updated•5 months ago
|
Updated•5 months ago
|
Updated•5 months ago
|
Comment 5•5 months ago
|
||
bugherder |
Comment 6•5 months ago
|
||
I can confirm that the onOpen event contains the textSource extra key with values hyperlink or selection.
This was verified in Windows10, MacOS11 and Ubuntu22 in Nightly v129.0a1 and beta v128.0b7.
Description
•