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);
|
||||
|
||||
if (recsys.entries[claimId] && shareTelemetry) {
|
||||
if (isTentative) {
|
||||
recsys.entries[claimId]['tentative'] = true;
|
||||
}
|
||||
const data = JSON.stringify(recsys.entries[claimId]);
|
||||
try {
|
||||
navigator.sendBeacon(recsysEndpoint, data);
|
||||
|
|
Loading…
Reference in a new issue