PostHog Monitoring

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

This repository does not currently ship a PostHog monitoring provider.

If you want PostHog-style error tracking or session tooling here, treat it as a custom monitoring integration:

  1. add the provider name to the monitoring provider enum
  2. register a client provider component
  3. register a server monitoring service if needed

See Custom Monitoring Provider.