mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-06-06 18:30:57 +00:00
Added app_version to all posthog captures
This commit is contained in:
parent
b604b7dca9
commit
c88b9c5823
@ -63,6 +63,8 @@ public class PostHogService {
|
||||
if (!applicationProperties.getSystem().isAnalyticsEnabled()) {
|
||||
return;
|
||||
}
|
||||
|
||||
properties.put("app_version", appVersion);
|
||||
postHog.capture(uniqueId, eventName, properties);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user