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_sourceextra key to the SelectTranslationsPanelopenevent.
Tests to implement
- Ensure that these events have coverage in SelectTranslationsPanel telemetry tests.
| Assignee | ||
Comment 1•1 year 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•1 year ago
|
| Assignee | ||
Comment 3•1 year 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•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Comment 5•1 year ago
|
||
| bugherder | ||
Comment 6•1 year 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
•