mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-07-26 15:15:22 +00:00
Cleanup
This commit is contained in:
parent
c88b9c5823
commit
9246b9d646
@ -63,7 +63,7 @@ public class PostHogService {
|
|||||||
if (!applicationProperties.getSystem().isAnalyticsEnabled()) {
|
if (!applicationProperties.getSystem().isAnalyticsEnabled()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
properties.put("app_version", appVersion);
|
properties.put("app_version", appVersion);
|
||||||
postHog.capture(uniqueId, eventName, properties);
|
postHog.capture(uniqueId, eventName, properties);
|
||||||
}
|
}
|
||||||
|
@ -143,8 +143,7 @@
|
|||||||
person_profiles: 'always',
|
person_profiles: 'always',
|
||||||
mask_all_text: true,
|
mask_all_text: true,
|
||||||
mask_all_element_attributes: true,
|
mask_all_element_attributes: true,
|
||||||
opt_out_capturing_by_default: true,
|
opt_out_capturing_by_default: true
|
||||||
debug: true
|
|
||||||
})
|
})
|
||||||
const baseUrl = window.location.hostname;
|
const baseUrl = window.location.hostname;
|
||||||
posthog.register_once({
|
posthog.register_once({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user