Bug 1649524 Comment 2 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I've looked into this and there is existing Telemetry we can use making it easier to implement.
There might be some limitations around the "Treatment 1"-style scenario. Just to make sure I understand it: 2nd restart means after 2 restarts? If were counting the Firefox install separately does this mean the 3rd time that profile sees Firefox? 
To give some context: as the browser starts up (regardless if brand new profile or a simple restart) that restart counter is 1.
* If we're dealing with a new profile it will stay at 1
* If it's an existing profile, after "a bit" that counter will jump to the correct value for that profile
If we want to rely on this existing telemetry we should only consider this counter when the value is > 1. We could check if the counter value is 2 and set the Moments Page for the next browser start.
If this approach is not ok then the technical solution might be more complicated.
I've looked into this and there is existing Telemetry we can use making it easier to implement.
There might be some limitations around the "Treatment 1"-style scenario. Just to make sure I understand it: 2nd restart means after 2 restarts? If were counting the Firefox install separately does this mean the 3rd time that profile sees Firefox? 
To give some context: as the browser starts up (regardless if brand new profile or a simple restart) that restart counter is 1.
* If we're dealing with a new profile it will stay at 1
* If it's an existing profile, after "a bit" that counter will jump to the correct value for that profile

If we want to rely on this existing telemetry we should only consider this counter when the value is > 1. We could check if the counter value is 2 and set the Moments Page for the next browser start.
If this approach is not ok then the technical solution might be more complicated.

Back to Bug 1649524 Comment 2