diff --git a/cognee/shared/utils.py b/cognee/shared/utils.py index d05782ea3..a1792a2ed 100644 --- a/cognee/shared/utils.py +++ b/cognee/shared/utils.py @@ -52,6 +52,7 @@ def send_telemetry(event_name: str, user_id, additional_properties: dict = {}): }, "properties": { "time": current_time.strftime("%m/%d/%Y"), + "user_id": str(user_id), **additional_properties }, }