fix: remove oauth from embeds

This commit is contained in:
David Nguyen
2025-02-27 14:08:59 +11:00
parent 596d30e2e5
commit ad520bb032
7 changed files with 25 additions and 17 deletions

View File

@ -17,6 +17,7 @@ function PosthogInit() {
if (postHogConfig) {
posthog.init(postHogConfig.key, {
api_host: postHogConfig.host,
capture_exceptions: true,
});
}
}, []);