fix: change properties name

This commit is contained in:
Ho Duc Hieu 2023-12-29 21:32:16 +07:00
parent 22f6caa8cd
commit 7d9b3e26a6

View File

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