Open
Bug 1957146
Opened 27 days ago
Updated 24 days ago
Attribution is not reported on installation failure
Categories
(Firefox :: Installer, defect, P3)
Firefox
Installer
Tracking
()
NEW
People
(Reporter: cdupuis, Unassigned)
References
Details
(Whiteboard: [fidedi])
In the stub installer, attribution is only reported is the installation succeeds. This is due to the code to copy the attribution data out of the installer package and into a variable (CopyPostSigningData) used by telemetry here https://searchfox.org/mozilla-central/source/browser/installer/windows/nsis/stub.nsh#1082-1083 is only executed if there are no errors, in this block: https://searchfox.org/mozilla-central/source/browser/installer/windows/nsis/stub.nsh#1057-1067
Change this to always report attribution. This change may require improving the handling of unexpected/error cases in CopyPostSigningData.
Reporter | ||
Updated•27 days ago
|
Whiteboard: [fidedi]
Updated•27 days ago
|
Comment 1•27 days ago
|
||
I support including attribution in as many cases as we can.
You need to log in
before you can comment on or make changes to this bug.
Description
•