postiz-app
postiz-app copied to clipboard
Remove / Disable analyitics in self-hosted versions
Postiz currently uses Plausible analytics and PostHog in every page load (see apps/frontend/src/app/layout.tsx), which is likely to be undesirable for most self-hosted users who are quite privacy concious, and whow would not be able to see data sent from their Postiz installations.
Could we add ENABLE_PLAUSIBLE and ENABLE_POSTHOG, which if set to "true", would then load the Plausible/PostHog elements? (ie, default to not using the elements if that variable is unset?).
Hi @jamesread, extremely sorry for the first PR it was by mistake I have closed that one and open a new PR for this requirement. Could you please have a look into it?
#465
I can recommend to switch analytics to open-telemetry and open-trace libraries. They are highly supported by the most of the vendors of tracking/analysis tools.
refs:
- https://opentelemetry.io/
This issue is stale because it has been open for 90 days with no activity.
This issue was closed because it has been inactive for 7 days since being marked as stale.