fix: disable posthog events
This commit is contained in:
parent
4e97fcd776
commit
9e97aa20c2
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ const PostHogProvider: FC<IPosthogWrapper> = observer((props) => {
|
|||
autocapture: false,
|
||||
capture_pageview: false, // Disable automatic pageview capture, as we capture manually
|
||||
capture_pageleave: true,
|
||||
disable_session_recording: true,
|
||||
});
|
||||
}
|
||||
}, []);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue