We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d77f32c commit 285e2a6Copy full SHA for 285e2a6
src/lib.rs
@@ -3,7 +3,7 @@ mod error;
3
mod event;
4
mod global;
5
6
-const API_ENDPOINT: &str = "https://us.i.posthog.com/capture/";
+const API_ENDPOINT: &str = "https://us.i.posthog.com/i/v0/e/";
7
8
// Public interface - any change to this is breaking!
9
// Client
0 commit comments