From 439291c301517fdd457699b03a4c30a16cc98460 Mon Sep 17 00:00:00 2001 From: Tobias Andre Eggers Date: Mon, 11 Apr 2022 16:30:19 -0300 Subject: [PATCH] disable tracking --- .../core/helper-plugin/lib/src/hooks/useTracking/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/core/helper-plugin/lib/src/hooks/useTracking/index.js b/packages/core/helper-plugin/lib/src/hooks/useTracking/index.js index cf0a41b00e4..c00bbbd5369 100644 --- a/packages/core/helper-plugin/lib/src/hooks/useTracking/index.js +++ b/packages/core/helper-plugin/lib/src/hooks/useTracking/index.js @@ -9,11 +9,11 @@ const useTracking = () => { trackRef.current = (event, properties) => { if (uuid) { try { - axios.post('https://analytics.strapi.io/track', { + /*axios.post('https://analytics.strapi.io/track', { event, properties: { ...properties, projectType: strapi.projectType }, uuid, - }); + });*/ } catch (err) { // Silent }