diff --git a/web/utils/posthog.ts b/web/utils/posthog.ts index 2010825da..c334decbe 100644 --- a/web/utils/posthog.ts +++ b/web/utils/posthog.ts @@ -27,7 +27,7 @@ function getOperatingSystem(): string { // Function to capture app version and operating system function captureAppVersionAndOS() { const properties: Properties = { - JanVersion: VERSION, + appVersion: VERSION, userOperatingSystem: getOperatingSystem(), } posthog.capture(AnalyticsEvent.Ping, properties)