diff --git a/tools/push_to_posthog.py b/tools/push_to_posthog.py index 30f4ddf40..8eb9cb693 100644 --- a/tools/push_to_posthog.py +++ b/tools/push_to_posthog.py @@ -21,6 +21,8 @@ posthog = Posthog( host=POSTHOG_HOST ) +posthog.debug = True + def get_repo_info(): url = f"https://api.github.com/repos/{REPO}" response = requests.get(url, headers=headers)