mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
Bug 1519170 - Re-renew GEOLOCATION_REQUEST_GRANTED probe r=chutten
The `GEOLOCATION_REQUEST_GRANTED` probe was renewed in Bug #1494496 to support targeting for a survey project that I originally expected to launch in November. Thanks to the usual vagaries of IRBs, holidays, and other priorities, we haven't launched yet, and the probe expiry is configured to stop collecting in 65. To mitigate the risk of failing to deploy the survey before the targeting probe expires, I'd like to bump the probe expiration out another couple of releases and uplift to beta. I think we're actually ready to launch now so I'm confident another 12 weeks will be more than enough time and we won't have to repeat this exercise again. I expect the data review in Bug #1494496 provides coverage for this change. Differential Revision: https://phabricator.services.mozilla.com/D16211 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
0a6194aedc
commit
a95f1a031b
@ -910,11 +910,11 @@
|
||||
"GEOLOCATION_REQUEST_GRANTED": {
|
||||
"record_in_processes": ["main", "content"],
|
||||
"alert_emails": ["tdsmith@mozilla.com"],
|
||||
"expires_in_version": "65",
|
||||
"expires_in_version": "67",
|
||||
"kind": "enumerated",
|
||||
"n_values": 20,
|
||||
"releaseChannelCollection": "opt-out",
|
||||
"bug_numbers": [1230209, 1494496],
|
||||
"bug_numbers": [1230209, 1494496, 1519170],
|
||||
"description": "Geolocation requests either granted or denied (0=denied/other, 1=denied/http, 2=denied/https, ..., 10=granted/other, 11=granted/http, 12=granted/https)"
|
||||
},
|
||||
"GEOLOCATION_WATCHPOSITION_SECURE_ORIGIN" : {
|
||||
|
Loading…
Reference in New Issue
Block a user