mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
chore: disable posthog captures
This commit is contained in:
parent
36132c8aa5
commit
8258ea1ddb
@ -24,6 +24,9 @@ const ProviderWrapper = ({children}: {children: React.ReactElement}) => {
|
||||
api_host: "/ingest",
|
||||
person_profiles: "identified_only",
|
||||
ui_host: process.env.NEXT_PUBLIC_POSTHOG_HOST,
|
||||
capture_pageview: false,
|
||||
capture_pageleave: false,
|
||||
capture_heatmaps: false,
|
||||
});
|
||||
}
|
||||
}, []);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user