From 739ef6dfe249619af8d2a1bb860fa2aea1d8075c Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Wed, 15 Oct 2025 15:59:05 +0530 Subject: [PATCH] chore: remove trackOnLocalhost --- src/lib/util/stats.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/util/stats.ts b/src/lib/util/stats.ts index d94b01bf..9acfa7c7 100644 --- a/src/lib/util/stats.ts +++ b/src/lib/util/stats.ts @@ -15,8 +15,7 @@ export const initAnalytics = async (): Promise => { // All tracked stats are public and available at https://p.mermaid.live/mermaid.live apiHost: env.analyticsUrl, domain: env.domain, - hashMode: false, - trackLocalhost: true + hashMode: false }); } catch (error) { console.log(error);