diff --git a/tools/push_to_posthog.py b/tools/push_to_posthog.py index b044b7a31..14fbce173 100644 --- a/tools/push_to_posthog.py +++ b/tools/push_to_posthog.py @@ -49,6 +49,8 @@ def main(): 'topics': repo_info.get('topics') } + print("Repository information: ", properties) + # Send event to PostHog posthog.capture( distinct_id='github_repo', # You can customize this identifier