From 3de02708a620eefe9edc8e2742c9012b2ecd565d Mon Sep 17 00:00:00 2001 From: Lewis Crichton Date: Sat, 28 Oct 2023 13:23:50 +0100 Subject: [PATCH] chore: add TODO comment as reminder --- src/utils/telemetry.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/telemetry.tsx b/src/utils/telemetry.tsx index 5804d911..946308da 100644 --- a/src/utils/telemetry.tsx +++ b/src/utils/telemetry.tsx @@ -13,6 +13,7 @@ import { isLinux, isMac, isWindows } from "./constants"; import { localStorage } from "./localStorage"; export function sendTelemetry() { + // TODO: READD THIS CHECK BEFORE RELEASING!! // 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