# PostHog Monitoring

> Status of PostHog as a monitoring provider in this codebase.

*Canonical: https://makerkit.dev/docs/nextjs-prisma/monitoring/posthog*

---

PostHog is not a built-in monitoring provider in this repo.

The current monitoring runtime accepts:

- `sentry`
- empty/undefined fallback to console monitoring

See:

- `packages/monitoring/api/src/get-monitoring-provider.ts`
- `packages/monitoring/api/src/components/provider.tsx`
- `packages/monitoring/api/src/server.ts`

If you want PostHog-based error tracking, treat it as a custom provider and wire it through the monitoring package instead of following plugin-install instructions.
