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()