chore: telemetry fixes

This commit is contained in:
Jannat Patel
2025-05-26 22:02:46 +05:30
parent 5dba4d1384
commit 2170819159
3 changed files with 13 additions and 2 deletions

View File

@@ -6,12 +6,14 @@ declare global {
posthog: any
}
}
type PosthogSettings = {
posthog_project_id: string
posthog_host: string
enable_telemetry: boolean
telemetry_site_age: number
}
interface CaptureOptions {
data: {
user: string