mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #2760 from omnivore-app/fix/web-disable-posthog-features
This commit is contained in:
commit
a94ab90159
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