From bd152c6115ee02ab953c0977f389cd5bd43dae4c Mon Sep 17 00:00:00 2001 From: Dan Saunders Date: Mon, 17 Feb 2025 22:25:54 +0000 Subject: [PATCH] adding todo --- src/axolotl/telemetry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/axolotl/telemetry.py b/src/axolotl/telemetry.py index c031a2c7b..4c96cbfe4 100644 --- a/src/axolotl/telemetry.py +++ b/src/axolotl/telemetry.py @@ -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"