From 26b061483459383c7eaf090de916d1b6d3e3d7d7 Mon Sep 17 00:00:00 2001 From: carlagn Date: Mon, 14 Oct 2024 20:57:15 +0100 Subject: [PATCH] fix: Disable posthog in dev (#6334) --- docusaurus.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 2dfd60a1db..b61d3643b5 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -76,7 +76,8 @@ const config: Config = { { apiKey: DOCUSAURUS_POST_HOG_KEY, appUrl: "https://us.i.posthog.com", - person_profiles: "identified_only" + person_profiles: "identified_only", + enableInDevelopment: false }, ], ],