feat(analytics): PostHog support (#1072)

This commit is contained in:
kwyuan
2024-04-09 09:43:09 +08:00
committed by GitHub
parent 83bdcd58e6
commit 1f032f538b
3 changed files with 13 additions and 0 deletions

View File

@ -25,6 +25,11 @@ export type Analytics =
host?: string
scriptSrc?: string
}
| {
provider: "posthog"
apiKey: string
host?: string
}
export interface GlobalConfiguration {
pageTitle: string