sentry-android-sdk

Integrates Sentry SDK into Android projects for error monitoring and tracing.

Updated Jun 4, 2026
One-click install
npx skills add https://github.com/achmf/KostaHub --skill sentry-android-sdk-achmf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-android-sdk
Source: https://github.com/achmf/KostaHub/tree/main/.agents/skills/sentry-android-sdk
Command: npx skills add https://github.com/achmf/KostaHub --skill sentry-android-sdk-achmf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the complexity of implementing comprehensive error monitoring, performance tracing, and user behavior analysis in Android applications, ensuring developers can identify and resolve issues before they impact users.

Core Features & Use Cases

  • Automated Error Monitoring: Captures uncaught exceptions, ANRs, and native NDK crashes with full stack traces.
  • Performance Tracing: Automatically instruments app startup, Activity lifecycles, and network requests to identify bottlenecks.
  • Session Replay: Records user interactions to provide visual context for debugging complex production issues.

Quick Start

Invoke the sentry-android-sdk skill to scan your current project and generate the necessary configuration for error monitoring and performance tracing.

Frequently Asked Questions about sentry-android-sdk

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add Sentry crash reporting to an Android app?

To add Sentry crash reporting, you configure Gradle plugins and initialize the Sentry client within your Application class to capture uncaught exceptions, ANRs, and native NDK crashes.

Can I use Sentry performance tracing with both Kotlin and Java codebases?

Yes, Sentry performance tracing supports both Kotlin and Java codebases by automatically instrumenting app startup, Activity lifecycles, and network requests to identify bottlenecks.

What is the best way to capture native NDK crashes in Android?

The best way to capture native NDK crashes is to integrate a full-stack observability SDK like Sentry, which automatically records uncaught exceptions and native crashes with full stack traces.

How does Sentry session replay work for debugging Android production issues?

Sentry session replay works by recording user interactions to provide visual context, helping developers debug complex production issues and identify problems before they impact users.

Does this Sentry Android SDK support automated error monitoring across diverse API levels?

Yes, this SDK ensures comprehensive observability for native crashes, ANRs, and network performance across diverse Android API levels by configuring Gradle plugins and the Sentry client.