posthog▌
93 indexed skills · max 10 per page
error-tracking-python
PostHog/skills · PostHog
### PostHog Python Error Tracking - Initialize the Posthog client with enable_exception_autocapture=True and use instance-based constructors instead of module-level config. - Protect user privacy by excluding PII from capture() event properties, using set() or identify_context() for person-related data instead. - Ensure reliable event delivery by registering posthog_client.shutdown with atexit and using environment variables for sensitive keys.
feature-flags-flutter
PostHog/skills · PostHog
### PostHog Feature Flags for Flutter - Integrate PostHog flags into Flutter apps using environment variables for keys and avoiding hardcoded credentials. - Implement boolean flag checks alongside existing logic to maintain code structure and minimize unnecessary refactoring. - Prioritize server-side flag evaluation to prevent UI flickering and utilize MCP tools for direct flag management.
posthog-analytics
alinaqi/claude-bootstrap · Productivity
Event tracking, feature flags, and dashboards for product analytics with PostHog. \n \n Supports Next.js, React, Python, and Node.js with client and server-side SDKs; includes SPA pageview tracking and session management \n Event naming conventions and core tracking patterns across authentication, onboarding, feature usage, billing, and errors with React hooks for easy integration \n Feature flags with client-side hooks, server-side evaluation, and A/B testing support via payload variants \n Pro