Closed
Bug 1958135
Opened 1 year ago
Closed 11 months ago
Events emitted from context menu via DiscoveryStreamUserEvent() are not tracked in Glean
Categories
(Firefox :: New Tab Page, defect, P2)
Firefox
New Tab Page
Tracking
()
RESOLVED
FIXED
140 Branch
| Tracking | Status | |
|---|---|---|
| firefox140 | --- | fixed |
People
(Reporter: maxx, Assigned: maxx)
Details
Attachments
(1 file)
Section data may be getting left off the DiscoveryStreamUserEvent for context menu interactions
| Assignee | ||
Comment 1•1 year ago
|
||
STR:
- Open new tab
- Click on any non-spoc content
- Expected: Story opens
- Open new tab
- Click on (…) context menu of same story
- Click on "Open in a new window"
- Expected: Story opens in a new window
- Go to
about:gleanand submit "newtab" events - Expected: There should be two events for opening a pocket story:
pocket.clickand (event from opening in new window) - Actual: The event emmitted
OPEN_NEW_WINDOW, is never picked up fromhandleDiscoveryStreamUserEvent()function.
The only events handled by handleDiscoveryStreamUserEvent() are:
CLICKPOCKET_THUMBS_DOWNPOCKET_THUMBS_UPSAVE_TO_POCKETFAKESPOT_CLICKFAKESPOT_CATEGORY
Severity: S3 → S2
Priority: P3 → P2
| Assignee | ||
Updated•1 year ago
|
Summary: Evenets emmitted from context menu via DiscoveryStreamUserEvent are missing expected data → Events emitted from context menu via DiscoveryStreamUserEvent() are missing expected data
| Assignee | ||
Updated•1 year ago
|
Summary: Events emitted from context menu via DiscoveryStreamUserEvent() are missing expected data → Events emitted from context menu via DiscoveryStreamUserEvent() are not tracked in Glean
| Assignee | ||
Comment 2•1 year ago
|
||
Updated•11 months ago
|
Attachment #9477598 -
Attachment description: WIP: Bug 1958135 - Update OPEN_NEW_WINDOW event to fire Glean telemetry event → Bug 1958135 - Update OPEN_NEW_WINDOW event to fire Glean telemetry event r?#home-newtab-reviewers
Pushed by mcrawford@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bdcacda10ff0
Update OPEN_NEW_WINDOW event to fire Glean telemetry event r=home-newtab-reviewers,nbarrett
Status: NEW → RESOLVED
Closed: 11 months ago
status-firefox140:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 140 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•