Skip to content

Commit 3ccba78

Browse files
authored
Updated PostHog API Key Description (#600)
* updated api key usage * fixed comma
1 parent 10a469d commit 3ccba78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/analytics/posthog.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You only need to include `apiHost` if you are self-hosting PostHog. We send even
1111
```json Analytics options in docs.json
1212
"integrations": {
1313
"posthog": {
14-
"apiKey": "required",
14+
"apiKey": "YOUR_POSTHOG_PROJECT_API_KEY",
1515
"apiHost": "optional"
1616
}
1717
}

0 commit comments

Comments
 (0)