From a9516302bfb2e985cc5a1f7ede7a566a5ee00632 Mon Sep 17 00:00:00 2001 From: aswathy Date: Tue, 12 Nov 2024 10:04:13 +0400 Subject: [PATCH] fix: updated the version --- public/scripts/analytics/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/scripts/analytics/index.js b/public/scripts/analytics/index.js index 3f897a7a54cfa..115f9fd59a226 100644 --- a/public/scripts/analytics/index.js +++ b/public/scripts/analytics/index.js @@ -1,4 +1,4 @@ -// Version 1.0.9 +// Version 1.0.10 const cacheTrackEvents = { interval: null, responses: [], @@ -283,7 +283,6 @@ const cacheTrackEvents = { return cacheTrackEvents; }, - trackConsoleErrors: (callback) => { const originalConsoleError = console.error; console.error = function (...args) {