From 257c8b55ac85d2e177282b590657fcdd23357c6c Mon Sep 17 00:00:00 2001 From: Donkie Date: Wed, 12 Jul 2023 21:49:18 +0200 Subject: [PATCH] Client: Disable Refine telemetry --- client/src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/App.tsx b/client/src/App.tsx index 76b6ac8..f19b68d 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -120,6 +120,7 @@ function App() { options={{ syncWithLocation: true, warnWhenUnsavedChanges: true, + disableTelemetry: true, }} >