From ee041ed186fe14c243605ac9c59f798366d673ba Mon Sep 17 00:00:00 2001 From: Julien Dan Date: Thu, 9 Jul 2026 17:08:31 +0200 Subject: [PATCH] chore: update PostHog endpoint to e.qovery.com Co-Authored-By: Claude Sonnet 5 --- utils/posthog.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/posthog.go b/utils/posthog.go index 9ef29e6f..94ea03ea 100644 --- a/utils/posthog.go +++ b/utils/posthog.go @@ -42,7 +42,7 @@ func CaptureWithEventAndProperties(command *cobra.Command, event string, propert ph, err := posthog.NewWithConfig( "phc_IgdG1K2GveDUte1gJ6hlwNbFHCv9nViWETUyLMU7ciq", posthog.Config{ - Endpoint: "https://phprox.qovery.com", + Endpoint: "https://e.qovery.com", }, )