diff --git a/web/containers/Layout/index.tsx b/web/containers/Layout/index.tsx index 29fda70de8..38d45ebd09 100644 --- a/web/containers/Layout/index.tsx +++ b/web/containers/Layout/index.tsx @@ -123,6 +123,7 @@ const BaseLayout = () => { if (isAllowed) { posthog.opt_in_capturing() } else { + posthog.capture('user_opt_out', { timestamp: new Date() }) posthog.opt_out_capturing() } }