Bug 1876273 - have Report Broken Data report the app display version, not the base version, to webcompat.com; r=Gijs

Differential Revision: https://phabricator.services.mozilla.com/D199509
This commit is contained in:
Thomas Wisniewski 2024-01-25 13:33:03 +00:00
parent f8c7b06b4b
commit ccd0c2044f

View file

@ -223,7 +223,7 @@ const BrowserInfo = {
buildId: Services.appinfo.appBuildID,
defaultUserAgent: userAgent,
updateChannel: AppConstants.MOZ_UPDATE_CHANNEL,
version: Services.appinfo.version,
version: AppConstants.MOZ_APP_VERSION_DISPLAY,
};
},