diff --git a/tools/push_to_posthog.py b/tools/push_to_posthog.py index 0b9af1c94..15cf05df6 100644 --- a/tools/push_to_posthog.py +++ b/tools/push_to_posthog.py @@ -59,7 +59,7 @@ def main(): # Send event to PostHog result = posthog.capture( distinct_id=distinct_id, # You can customize this identifier - event='GitHub Repo Stats', + event='cognee_lib_github_repo_stats', properties=properties )