Skip to content

Commit 285e2a6

Browse files
committedFeb 20, 2025
switch default endpoint to new capture
1 parent d77f32c commit 285e2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ mod error;
33
mod event;
44
mod global;
55

6-
const API_ENDPOINT: &str = "https://us.i.posthog.com/capture/";
6+
const API_ENDPOINT: &str = "https://us.i.posthog.com/i/v0/e/";
77

88
// Public interface - any change to this is breaking!
99
// Client

0 commit comments

Comments
 (0)
Please sign in to comment.