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 to capture app version and operating system
|
||||||
function captureAppVersionAndOS() {
|
function captureAppVersionAndOS() {
|
||||||
const properties: Properties = {
|
const properties: Properties = {
|
||||||
JanVersion: VERSION,
|
appVersion: VERSION,
|
||||||
userOperatingSystem: getOperatingSystem(),
|
userOperatingSystem: getOperatingSystem(),
|
||||||
}
|
}
|
||||||
posthog.capture(AnalyticsEvent.Ping, properties)
|
posthog.capture(AnalyticsEvent.Ping, properties)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user