fix: change properties name
This commit is contained in:
parent
22f6caa8cd
commit
7d9b3e26a6
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user