Update src/renderer/lib/telemetry.js

This commit is contained in:
LeenkxTeam 2025-01-24 06:11:46 +00:00
parent 6df9b5e125
commit 9d275fcc1d

View File

@ -27,6 +27,8 @@ function init (state) {
}
function send (state) {
//Disable telemetry from webtorrent
return
const now = new Date()
telemetry.version = config.APP_VERSION
telemetry.timestamp = now.toISOString()