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

chore: update posthog api key #263

Merged
merged 1 commit into from
Jul 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading