Bug 1720612 - Renew external protocol dialog telemetry and add additional protocols. r=johannh

Differential Revision: https://phabricator.services.mozilla.com/D120238
This commit is contained in:
Paul Zuehlcke 2021-07-20 15:50:45 +00:00
Родитель 38925a4041
Коммит 5041b199e3
2 изменённых файлов: 7 добавлений и 3 удалений

Просмотреть файл

@ -16327,8 +16327,8 @@
"record_in_processes": ["main"], "record_in_processes": ["main"],
"products": ["firefox"], "products": ["firefox"],
"alert_emails": ["pbz@mozilla.com", "seceng-telemetry@mozilla.com"], "alert_emails": ["pbz@mozilla.com", "seceng-telemetry@mozilla.com"],
"bug_numbers": [1672344, 1683103, 1700832], "bug_numbers": [1672344, 1683103, 1700832, 1720612],
"expires_in_version": "93", "expires_in_version": "96",
"kind": "categorical", "kind": "categorical",
"releaseChannelCollection": "opt-out", "releaseChannelCollection": "opt-out",
"description": "Counts how often the external protocol handler dialog is shown. Labelled by protocol scheme. Keyed by the kind of browsing context the navigation was triggered from: TOPLEVEL: Top browser, SUB_SAMEORIGIN: Same origin iframe, SUB_CROSSORIGIN: Cross origin iframe, SUB_SANDBOX_ALLOW: Sandboxed iframe with relevant allow flags, SUB_SANDBOX_NOALLOW: Sandboxed iframe without relevant allow flags", "description": "Counts how often the external protocol handler dialog is shown. Labelled by protocol scheme. Keyed by the kind of browsing context the navigation was triggered from: TOPLEVEL: Top browser, SUB_SAMEORIGIN: Same origin iframe, SUB_CROSSORIGIN: Cross origin iframe, SUB_SANDBOX_ALLOW: Sandboxed iframe with relevant allow flags, SUB_SANDBOX_NOALLOW: Sandboxed iframe without relevant allow flags",
@ -16427,7 +16427,10 @@
"weixin", "weixin",
"whatsapp", "whatsapp",
"xbls", "xbls",
"xmpp" "xmpp",
"gotoopener",
"msteams",
"ROBLOX"
] ]
}, },
"ECHCONFIG_SUCCESS_RATE": { "ECHCONFIG_SUCCESS_RATE": {

Просмотреть файл

@ -82,6 +82,7 @@ let ContentDispatchChooserTelemetry = {
pcast: "PODCAST", pcast: "PODCAST",
podcast: "PODCAST", podcast: "PODCAST",
podcasts: "PODCAST", podcasts: "PODCAST",
"roblox-player": "ROBLOX",
search: "SEARCH", search: "SEARCH",
"search-ms": "SEARCH", "search-ms": "SEARCH",
sip: "SIP", sip: "SIP",