Skip to content

Commit

Permalink
fix: change properties name
Browse files Browse the repository at this point in the history
  • Loading branch information
0xHieu01 committed Dec 29, 2023
1 parent 22f6caa commit 7d9b3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/utils/posthog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7d9b3e2

Please sign in to comment.