From 22f6caa8cd0b3a059444634b6d157c1188b610f9 Mon Sep 17 00:00:00 2001 From: Ho Duc Hieu <150573299+hieu-jan@users.noreply.github.com> Date: Fri, 29 Dec 2023 20:52:24 +0700 Subject: [PATCH] feat: update posthog configuration --- web/utils/posthog.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/web/utils/posthog.ts b/web/utils/posthog.ts index 93b461d18..2010825da 100644 --- a/web/utils/posthog.ts +++ b/web/utils/posthog.ts @@ -33,5 +33,4 @@ function captureAppVersionAndOS() { posthog.capture(AnalyticsEvent.Ping, properties) } -// Example usage captureAppVersionAndOS()