From fa3af0aed789d982f1b17491de68ba0e03a7742b Mon Sep 17 00:00:00 2001 From: dino475 Date: Thu, 20 Feb 2025 13:16:51 -0800 Subject: [PATCH] added segment to the code block --- integrations/analytics/overview.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/integrations/analytics/overview.mdx b/integrations/analytics/overview.mdx index bc0ed20aa..92b804698 100644 --- a/integrations/analytics/overview.mdx +++ b/integrations/analytics/overview.mdx @@ -550,6 +550,9 @@ The syntax for `docs.json` is below. You only need to include entries for the pl "apiKey": "required", "apiHost": "optional" }, + "segment": { + "key": "required" + }, } ```