PostHog
To send analytics data to PostHog you need to either add the following to the config.json, or get in touch with WriteDocs support to set it as environment variables.
Use the example below to add it:
{
"integrations": {
"posthog": {
"api_key": "replace_with_your_posthog_api_key",
"api_host": "replace_with_your_posthog_api_host"
}
}
}