Update src/renderer/lib/telemetry.js
This commit is contained in:
parent
6df9b5e125
commit
9d275fcc1d
@ -27,6 +27,8 @@ function init (state) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function send (state) {
|
function send (state) {
|
||||||
|
//Disable telemetry from webtorrent
|
||||||
|
return
|
||||||
const now = new Date()
|
const now = new Date()
|
||||||
telemetry.version = config.APP_VERSION
|
telemetry.version = config.APP_VERSION
|
||||||
telemetry.timestamp = now.toISOString()
|
telemetry.timestamp = now.toISOString()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user