From 96e234192e1754c48cc643848b0459f423d49dbe Mon Sep 17 00:00:00 2001 From: Vasilije <8619304+Vasilije1990@users.noreply.github.com> Date: Wed, 25 Sep 2024 18:29:58 +0200 Subject: [PATCH] Add posthog test task --- tools/push_to_posthog.py | 2 ++ 1 file changed, 2 insertions(+) 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)