---
title: "PostHog"
description: "Blyp skill preset for connectors.posthog, auto and manual modes, and Blyp-mediated forwarding from browser and Expo clients."
canonical_url: "https://www.blyp.dev/docs/skills/posthog"
markdown_url: "https://www.blyp.dev/docs/skills/posthog.md"
last_updated: "2018-10-20"
x_farming_labs_generated_preamble: true
---

# PostHog
URL: /docs/skills/posthog
LLM index: /llms.txt
Description: Blyp skill preset for connectors.posthog, auto and manual modes, and Blyp-mediated forwarding from browser and Expo clients.

import { SkillInstall } from "@/app/components/skill-install";
import { SkillSource } from "@/app/components/skill-source";

# Blyp PostHog

Install `blyp-posthog` after `blyp-core` when Blyp logs or errors must flow into PostHog. This preset keeps agents on the official connector model, including `mode: "auto"` or `mode: "manual"` and Blyp-managed forwarding from browser or Expo clients.

## When to install it

- the repo configures `connectors.posthog`
- logs should flow into PostHog Logs
- Blyp-managed errors should flow into PostHog Error Tracking
- browser or Expo code requests `connector: "posthog"`

## What it covers

- `connectors.posthog`
- auto vs manual mode
- error tracking configuration
- client and Expo forwarding through Blyp first

<SkillInstall slug="posthog" />

## Related docs

- [PostHog](/docs/connectors/posthog)
- [Client](/docs/integrations/client)
- [Expo](/docs/integrations/expo)

<SkillSource slug="posthog" />

## Sitemap

See the full [sitemap](/sitemap.md) for all pages.
Docs-scoped sitemap: [/docs/sitemap.md](/docs/sitemap.md).
Well-known sitemap: [/.well-known/sitemap.md](/.well-known/sitemap.md).
