Add tasks for segment sync and posthog sync

This commit is contained in:
Vasilije 2024-09-30 19:09:05 +02:00
parent 1d4e06fdf3
commit d2954de4c7

View file

@ -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
)