feat(analytics): PostHog support (#1072)
This commit is contained in:
@ -25,6 +25,11 @@ export type Analytics =
|
||||
host?: string
|
||||
scriptSrc?: string
|
||||
}
|
||||
| {
|
||||
provider: "posthog"
|
||||
apiKey: string
|
||||
host?: string
|
||||
}
|
||||
|
||||
export interface GlobalConfiguration {
|
||||
pageTitle: string
|
||||
|
Reference in New Issue
Block a user