diff --git a/src/main/java/stirling/software/SPDF/service/PostHogService.java b/src/main/java/stirling/software/SPDF/service/PostHogService.java index c837e987c..51faba5be 100644 --- a/src/main/java/stirling/software/SPDF/service/PostHogService.java +++ b/src/main/java/stirling/software/SPDF/service/PostHogService.java @@ -63,7 +63,7 @@ public class PostHogService { if (!applicationProperties.getSystem().isAnalyticsEnabled()) { return; } - + properties.put("app_version", appVersion); postHog.capture(uniqueId, eventName, properties); } diff --git a/src/main/resources/templates/fragments/common.html b/src/main/resources/templates/fragments/common.html index ef36de926..e6b155dcd 100644 --- a/src/main/resources/templates/fragments/common.html +++ b/src/main/resources/templates/fragments/common.html @@ -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({