Update posthog capture url list (#1022)

Co-authored-by: Hien To <tominhhien97@gmail.com>
This commit is contained in:
hiento09 2023-12-15 12:10:30 +07:00 committed by GitHub
parent 79f4bd1978
commit 69cfeced99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ import posthog, { Properties } from 'posthog-js'
posthog.init(ANALYTICS_ID, {
api_host: ANALYTICS_HOST,
autocapture: {
url_allowlist: ['*'],
url_allowlist: ['./*'],
},
})