Open Bug 1957146 Opened 27 days ago Updated 24 days ago

Attribution is not reported on installation failure

Categories

(Firefox :: Installer, defect, P3)

defect

Tracking

()

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.

Whiteboard: [fidedi]

I support including attribution in as many cases as we can.

Severity: -- → S3
Priority: -- → P3
You need to log in before you can comment on or make changes to this bug.