chore: add TODO comment as reminder
This commit is contained in:
parent
49c331fcc9
commit
3de02708a6
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ import { isLinux, isMac, isWindows } from "./constants";
|
||||||
import { localStorage } from "./localStorage";
|
import { localStorage } from "./localStorage";
|
||||||
|
|
||||||
export function sendTelemetry() {
|
export function sendTelemetry() {
|
||||||
|
// TODO: READD THIS CHECK BEFORE RELEASING!!
|
||||||
// if (IS_DEV) return; // don't send on devbuilds, usually contains incorrect data
|
// if (IS_DEV) return; // don't send on devbuilds, usually contains incorrect data
|
||||||
|
|
||||||
// if we have not yet told the user about the telemetry's existence, DON'T send
|
// if we have not yet told the user about the telemetry's existence, DON'T send
|
||||||
|
|
Loading…
Reference in a new issue