Bug 1743465: send additional information about existing installations in...
Bug 1743465: send additional information about existing installations in installation.first_seen Telemetry event. r=nalexander, a=RyanVM This patch does two things: 1) Adds a few new pieces of information to the installation "first_seen" event. Specifically: * other_inst - true when any non-MSIX installation other than the running one was present when this event was prepared * other_msix_inst - true when any MSIX installation other that the running one was present when this event was prepared 2) Begins sending this event for MSIX installations Differential Revision: https://phabricator.services.mozilla.com/D134326 Depends on D135246
Showing
- browser/modules/BrowserUsageTelemetry.jsm 121 additions, 43 deletionsbrowser/modules/BrowserUsageTelemetry.jsm
- browser/modules/test/unit/test_InstallationTelemetry.js 28 additions, 4 deletionsbrowser/modules/test/unit/test_InstallationTelemetry.js
- toolkit/components/telemetry/Events.yaml 4 additions, 1 deletiontoolkit/components/telemetry/Events.yaml
Loading
Please register or sign in to comment