From c7e9712be2f9a9122b1df685d5a067afa5415288 Mon Sep 17 00:00:00 2001 From: Oscar Beaumont Date: Fri, 17 Oct 2025 17:31:58 +0800 Subject: [PATCH] Change API endpoint from US to EU --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 6fe46d5..b81c64a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -3,7 +3,7 @@ mod error; mod event; mod global; -const API_ENDPOINT: &str = "https://us.i.posthog.com/i/v0/e/"; +const API_ENDPOINT: &str = "https://eu.i.posthog.com/i/v0/e/"; // Public interface - any change to this is breaking! // Client