Address-bar-navigated reason not getting logged in telemetry on opening about:welcome manually via url
Categories
(Firefox :: Messaging System, defect, P1)
Tracking
()
People
(Reporter: pdahiya, Assigned: pdahiya)
References
Details
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
Address-bar-navigated reason not getting logged in telemetry on opening about:welcome manually via url
STR:
- Open about:welcome by entering 'about:welcome' in URL
- Click Start Browsing button
- Enter URL
Actual Result
In browser console , telemetry logged shows up as - "event":"SESSION_END","event_context":"{"reason":"unknown"
Expected Result
"event":"SESSION_END","event_context":"{"reason":"address-bar-navigated"
Note:
- This issue is not replicable for new profiles when about:welcome is shown in first run flow after installing Firefox
Assignee | ||
Comment 1•5 years ago
|
||
[Tracking Requested - why for this release]:
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
Comment 3•5 years ago
|
||
[Tracking Requested - why for this release]: the telemetry for about:welcome is not working correctly when "about:welcome" is entered in URL bar. This will cause inaccurate data for growth experiments and first-run dashboards.
Updated•5 years ago
|
Updated•5 years ago
|
Pushed by pdahiya@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/66ac5cf4ad74 Address-bar-navigated reason not logged in telemetry on opening about:welcome manually via url r=mconley
Comment 5•5 years ago
|
||
bugherder |
Assignee | ||
Comment 6•5 years ago
|
||
Comment on attachment 9139548 [details]
Bug 1628094 - Address-bar-navigated reason not logged in telemetry on opening about:welcome manually via url
Beta/Release Uplift Approval Request
- User impact if declined: the telemetry for about:welcome is not working correctly when "about:welcome" is entered in URL bar. This will cause inaccurate data for growth experiments and first-run dashboards.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: https://bugzilla.mozilla.org/show_bug.cgi?id=1628094#c0
- List of other uplifts needed: Bug 1630171
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Patch doesn't have any UI facing changes and fixes broken telemetry.
- String changes made/needed: None
Assignee | ||
Updated•5 years ago
|
Comment 7•5 years ago
|
||
Comment on attachment 9139548 [details]
Bug 1628094 - Address-bar-navigated reason not logged in telemetry on opening about:welcome manually via url
Fixes problems with about:welcome telemetry. Approved for 76.0b6.
Comment 8•5 years ago
|
||
bugherder uplift |
Updated•5 years ago
|
Comment 9•5 years ago
|
||
I have verified that this is no longer reproducible on Firefox Nightly 77.0a1 (Build ID 20200420214939) and Firefox Beta 76.0b6 (Build ID 20200420031429) using Windows 10 x64, Linux Ubuntu 18.04 and Mac OS 10.15.
A telemetry ping is sent when navigating from about:welcome to a URL. The ping contains: "event":"SESSION_END","event_context":"{"reason":"address-bar-navigated".
Updated•5 years ago
|
Updated•4 years ago
|
Description
•