mint.json:
Analytics
PostHog
To enable PostHog analytics, add the following configuration to your
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
mint.json:
{
"analytics": {
"posthog": {
"apiKey": "required",
"apiHost": "optional" // Only needed for self-hosted PostHog
}
}
}
Was this page helpful?