From fabda05ac23641ca6e715bbbe40db2e8bf1d769d Mon Sep 17 00:00:00 2001 From: Ben Arent Date: Tue, 5 Dec 2023 14:07:58 -0800 Subject: [PATCH] disable decide endpoint --- utils/posthog.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/posthog.ts b/utils/posthog.ts index 8f47892a07..f1108289d2 100644 --- a/utils/posthog.ts +++ b/utils/posthog.ts @@ -20,6 +20,7 @@ export const posthog = async (): Promise => { if (PH_IS_ENABLED && PH_API_URL && PH_API_KEY) { posthogGlobal.init(PH_API_KEY, { api_host: PH_API_URL, + advanced_disable_decide: true, get_device_id: (id) => `web.${id}`, loaded: (ph) => { inited = true;