npx skills add ...
npx skills add posthog/skills --skill error-tracking-android
npx skills add posthog/skills --skill error-tracking-android
PostHog error tracking for Android
This skill helps you add PostHog error tracking to Android applications.
references/android.md - Android error tracking installation - docsreferences/fingerprints.md - Fingerprints - docsreferences/alerts.md - Send error tracking alerts - docsreferences/monitoring.md - Monitor and search issues - docsreferences/assigning-issues.md - Assign issues to teammates - docsreferences/upload-source-maps.md - Upload source maps - docsConsult the documentation for API details and framework-specific patterns.
captureException() at error boundaries and catch blocks for errors that don't propagate to the global handler.PostHogAndroid.setup() only once in the Application class's onCreate() method, so it's initialized as early as possible and only once.onCreate() methodandroid:label to accurately track screen views.