Skip to content

Commit

Permalink
Update posthog capture url list (janhq#1022)
Browse files Browse the repository at this point in the history
Co-authored-by: Hien To <[email protected]>
  • Loading branch information
hiento09 and hientominh authored Dec 15, 2023
1 parent 79f4bd1 commit 69cfece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/utils/posthog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import posthog, { Properties } from 'posthog-js'
posthog.init(ANALYTICS_ID, {
api_host: ANALYTICS_HOST,
autocapture: {
url_allowlist: ['*'],
url_allowlist: ['./*'],
},
})

Expand Down

0 comments on commit 69cfece

Please sign in to comment.