Loading
Bug 1703917 - Wait for client ID to be set again r=Dexter
This hints at an actual case: When enabling telemetry and _quickly_ closing the browser afterwards, telemetry might get enabled and trigger a shutdown ping, but will not have initiated setting a new client ID. This is unlikely to be hit for any real-user scenario: Toggling telemetry requires UI interaction (either in the preferences or in about:config) and thus is unlikely to be followed by a shutdown quickly enough. Differential Revision: https://phabricator.services.mozilla.com/D140965