recsys v0.2 #6977
1 changed files with 0 additions and 3 deletions
|
@ -130,9 +130,6 @@ const recsys = {
|
||||||
IS_WEB || (window && window.store && selectDaemonSettings(window.store.getState()).share_usage_data);
|
IS_WEB || (window && window.store && selectDaemonSettings(window.store.getState()).share_usage_data);
|
||||||
|
|
||||||
if (recsys.entries[claimId] && shareTelemetry) {
|
if (recsys.entries[claimId] && shareTelemetry) {
|
||||||
if (isTentative) {
|
|
||||||
recsys.entries[claimId]['tentative'] = true;
|
|
||||||
}
|
|
||||||
const data = JSON.stringify(recsys.entries[claimId]);
|
const data = JSON.stringify(recsys.entries[claimId]);
|
||||||
try {
|
try {
|
||||||
navigator.sendBeacon(recsysEndpoint, data);
|
navigator.sendBeacon(recsysEndpoint, data);
|
||||||
|
|
Loading…
Reference in a new issue