From d2954de4c79f888631347877409bdc1671cddcb8 Mon Sep 17 00:00:00 2001 From: Vasilije <8619304+Vasilije1990@users.noreply.github.com> Date: Mon, 30 Sep 2024 19:09:05 +0200 Subject: [PATCH] Add tasks for segment sync and posthog sync --- tools/push_to_posthog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )