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
6 changes: 0 additions & 6 deletions integrations/analytics/posthog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Add the following to your `docs.json` file to send analytics to PostHog.

You only need to include `apiHost` if you are self-hosting PostHog. We send events to `https://app.posthog.com` by default.

Check warning on line 9 in integrations/analytics/posthog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

integrations/analytics/posthog.mdx#L9

Try to avoid using first-person plural like 'We'.

<CodeGroup>

Expand Down Expand Up @@ -41,18 +41,12 @@
</ParamField>

<ParamField path="sessionRecording" type="boolean" default="true">
Enable or disable session recording. Set to `false` to disable session recordings while keeping analytics enabled.

Check warning on line 44 in integrations/analytics/posthog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

integrations/analytics/posthog.mdx#L44

Use 'turn off' or 'off' instead of 'disable'.

Check warning on line 44 in integrations/analytics/posthog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

integrations/analytics/posthog.mdx#L44

Use 'turn off' or 'off' instead of 'disable'.
</ParamField>

<br />

<Warning>
Enabling PostHog analytics will disable the analytics on the Mintlify dashboard.
</Warning>

## Session recordings

Session recordings are enabled by default when you configure PostHog. To disable session recordings while keeping analytics enabled, set `sessionRecording` to `false` in your configuration.

Check warning on line 49 in integrations/analytics/posthog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

integrations/analytics/posthog.mdx#L49

In general, use active voice instead of passive voice ('are enabled').

Check warning on line 49 in integrations/analytics/posthog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

integrations/analytics/posthog.mdx#L49

Use 'turn off' or 'off' instead of 'disable'.

```json Disable session recordings
"integrations": {
Expand Down