From aa2f9713b32721c8ba3ee3a0c94b9f5b24619b7f Mon Sep 17 00:00:00 2001 From: Ruhan Date: Mon, 31 Mar 2025 22:48:49 -0700 Subject: [PATCH 1/2] updated api key usage --- integrations/analytics/posthog.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/analytics/posthog.mdx b/integrations/analytics/posthog.mdx index 05ac83a10..e8a573fda 100644 --- a/integrations/analytics/posthog.mdx +++ b/integrations/analytics/posthog.mdx @@ -11,7 +11,7 @@ You only need to include `apiHost` if you are self-hosting PostHog. We send even ```json Analytics options in docs.json "integrations": { "posthog": { - "apiKey": "required", + "apiKey": "YOUR_POSTHOG_PROJECT_API_KEY" "apiHost": "optional" } } From eb518e320f6353eb8fe85365b99ce6e4444ba7f8 Mon Sep 17 00:00:00 2001 From: Ruhan Date: Mon, 31 Mar 2025 22:50:34 -0700 Subject: [PATCH 2/2] fixed comma --- integrations/analytics/posthog.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/analytics/posthog.mdx b/integrations/analytics/posthog.mdx index e8a573fda..d03b46f6f 100644 --- a/integrations/analytics/posthog.mdx +++ b/integrations/analytics/posthog.mdx @@ -11,7 +11,7 @@ You only need to include `apiHost` if you are self-hosting PostHog. We send even ```json Analytics options in docs.json "integrations": { "posthog": { - "apiKey": "YOUR_POSTHOG_PROJECT_API_KEY" + "apiKey": "YOUR_POSTHOG_PROJECT_API_KEY", "apiHost": "optional" } }