mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix posthog URL
This commit is contained in:
parent
8767e0b71d
commit
e83f1424bf
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ const initAnalytics = (user?: UserBasicData): void => {
|
|||
}
|
||||
if (posthogApiKey) {
|
||||
posthog.init(posthogApiKey, {
|
||||
api_host: `${webBaseURL}/collect/`,
|
||||
api_host: `${webBaseURL}/collect`,
|
||||
advanced_disable_decide: true,
|
||||
advanced_disable_feature_flags: true,
|
||||
advanced_disable_toolbar_metrics: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue