Skip to content
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: 2 additions & 0 deletions integrations/analytics/posthog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ You only need to include `apiHost` if you are self-hosting PostHog. By default,

<ParamField path="apiKey" type="string" required>
Your PostHog project API key. Must start with `phc_`.

This key is a client-side token meant to be public. It's the same key your browser sends with every analytics event. It's safe to commit to your documentation repository.
</ParamField>

<ParamField path="apiHost" type="string">
Expand Down