Update posthog capture url list (#1022)
Co-authored-by: Hien To <tominhhien97@gmail.com>
This commit is contained in:
parent
79f4bd1978
commit
69cfeced99
@ -3,7 +3,7 @@ import posthog, { Properties } from 'posthog-js'
|
|||||||
posthog.init(ANALYTICS_ID, {
|
posthog.init(ANALYTICS_ID, {
|
||||||
api_host: ANALYTICS_HOST,
|
api_host: ANALYTICS_HOST,
|
||||||
autocapture: {
|
autocapture: {
|
||||||
url_allowlist: ['*'],
|
url_allowlist: ['./*'],
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user