adding todo

This commit is contained in:
Dan Saunders
2025-02-17 22:25:54 +00:00
parent 76336743ff
commit bd152c6115

View File

@@ -24,7 +24,7 @@ class TelemetryConfig:
enabled: bool
project_api_key: str
host: str = "https://app.posthog.com"
host: str = "https://app.posthog.com" # TODO: replace with self-hosted endpoint?
queue_size: int = 100
batch_size: int = 10
whitelist_path: str = "telemetry_whitelist.yaml"