Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
chore: update posthog api key (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Jul 4, 2024
1 parent 6255e07 commit 5f2ee58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/util/telemetry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pub async fn wait_all() {
}

// This API key is safe to hardcode. It will not change and is intended to be public.
const POSTHOG_API_KEY: &str = "phc_P6XQOd4QdSPhvgSj7ywfwhvZolwgdkfa6G7ytcqNLTU";
const POSTHOG_API_KEY: &str = "phc_6kfTNEAVw7rn1LA51cO3D69FefbKupSWFaM7OUgEpEo";

fn build_client() -> async_posthog::Client {
async_posthog::client(POSTHOG_API_KEY)
Expand Down

0 comments on commit 5f2ee58

Please sign in to comment.