mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Disable some of the posthog features
This commit is contained in:
parent
014614d097
commit
bb20e8d3fd
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,8 @@ const initAnalytics = (user?: UserBasicData): void => {
|
|||
if (posthogApiKey) {
|
||||
posthog.init(posthogApiKey, {
|
||||
api_host: `${webBaseURL}/collect`,
|
||||
autocapture: false,
|
||||
disable_session_recording: false,
|
||||
advanced_disable_decide: true,
|
||||
advanced_disable_feature_flags: true,
|
||||
advanced_disable_toolbar_metrics: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue