This commit is contained in:
Connor Yoh 2025-04-14 10:28:43 +01:00
parent c88b9c5823
commit 9246b9d646
2 changed files with 2 additions and 3 deletions

View File

@ -63,7 +63,7 @@ public class PostHogService {
if (!applicationProperties.getSystem().isAnalyticsEnabled()) {
return;
}
properties.put("app_version", appVersion);
postHog.capture(uniqueId, eventName, properties);
}

View File

@ -143,8 +143,7 @@
person_profiles: 'always',
mask_all_text: true,
mask_all_element_attributes: true,
opt_out_capturing_by_default: true,
debug: true
opt_out_capturing_by_default: true
})
const baseUrl = window.location.hostname;
posthog.register_once({