What problem does it solve?
This Skill helps you capture application logs in PostHog with structured, searchable fields so you can debug issues faster and verify logging coverage after changes.
Core Features & Use Cases
- OTLP-based PostHog log export: Adds PostHog log capture using OpenTelemetry with an OTLP exporter pointed at PostHog ingest.
- Minimal integration with existing logging: Integrates alongside current log handlers without replacing or restructuring core logging architecture.
- Structured properties for search: Ensures logs include key-value attributes for filtering, search, and correlation (including trace/session context where applicable).
- Reference-driven by platform: Detects the target platform (Node.js, Python, Next.js, Go, Java, Datadog, or other OTEL-compatible) and follows the matching integration reference.
Quick Start
Add PostHog log capture to your repository using OpenTelemetry by following the detected-platform reference in this skill, then integrate a non-breaking log exporter while ensuring logs include structured attributes.