Add PostHog log capture Use this skill to add PostHog log capture for new or changed code. Use it after implementing features or reviewing PRs to ensure meaningful log events are captured with structured properties. If PostHog log export is not yet configured, this skill also covers initial OTLP exporter setup. Supports any platform or language. Supported platforms: Next.js, Node.js, Python, Go, Java, Datadog, and any language via OpenTelemetry. Instructions Follow these steps IN ORDER: STEP 1: Analyze the codebase and detect the platform. - Detect the language, framework, and existing loggin…