Bug 1015988 - Client needs to report number of shared URLs on Desktop. r=MattN
This commit is contained in:
@@ -363,7 +363,11 @@ loop.panel = (function(_, mozL10n) {
|
||||
},
|
||||
|
||||
handleLinkExfiltration: function(event) {
|
||||
// TODO Bug 1015988 -- Increase link exfiltration telemetry count
|
||||
try {
|
||||
navigator.mozLoop.telemetryAdd("LOOP_CLIENT_CALL_URL_SHARED", true);
|
||||
} catch (err) {
|
||||
console.error("Error recording telemetry", err);
|
||||
}
|
||||
if (this.state.callUrlExpiry) {
|
||||
navigator.mozLoop.noteCallUrlExpiry(this.state.callUrlExpiry);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user