chore: remove trackOnLocalhost

This commit is contained in:
Sidharth Vinod
2025-10-15 15:59:05 +05:30
parent 48c560c979
commit 739ef6dfe2
+1 -2
View File
@@ -15,8 +15,7 @@ export const initAnalytics = async (): Promise<void> => {
// 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);