sentry-react-native-sdk

Integrate Sentry error monitoring and performance tracing into React Native and Expo apps.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @sentry/react-native, and includes references (resource) components.

What problem does it solve?

This Skill addresses the difficulty of debugging mobile-specific issues like native crashes, ANRs, and performance bottlenecks in React Native and Expo applications by providing a unified observability pipeline.

Core Features & Use Cases

  • Full-Stack Observability: Automatically captures JavaScript exceptions, native iOS/Android crashes, and performance traces.
  • Advanced Debugging: Includes Session Replay for visual reproduction of user issues and Profiling to identify hot code paths.
  • Use Case: Use this Skill to configure Sentry in an Expo project to automatically track app hangs, monitor slow screen transitions, and receive alerts when native crashes occur in production.

Quick Start

Invoke the sentry-react-native-sdk skill to guide you through the automated setup and configuration of error monitoring and performance tracing for your current React Native project.

Frequently Asked Questions about sentry-react-native-sdk

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

FAQPage Schema
How do I set up Sentry error monitoring in a React Native or Expo project?

Sentry error monitoring in React Native or Expo is configured by integrating the Sentry SDK to automatically capture JavaScript exceptions and native iOS/Android crashes. This Skill guides you through the automated setup, performance tracing initialization, and source map uploads.

Can I track native iOS and Android crashes alongside JavaScript exceptions in React Native?

Yes, tracking native iOS and Android crashes alongside JavaScript exceptions in React Native is supported. This Skill establishes a unified observability pipeline that automatically captures both JS errors and native crashes for comprehensive mobile debugging.

What is the best way to monitor app hangs and slow screen transitions in Expo?

Monitoring app hangs and slow screen transitions in Expo is best handled through Sentry performance tracing and profiling. This Skill configures automated performance monitoring to identify bottlenecks and track slow screen transitions across iOS and Android.

Does Sentry React Native SDK support Session Replay for visual debugging?

Yes, Sentry React Native SDK supports Session Replay for visual debugging. This Skill includes advanced debugging features that enable visual reproduction of user issues, alongside performance profiling to identify hot code paths.

Do I need to upload source maps for React Native symbolication in production?

Yes, uploading source maps is required for React Native symbolication in production. This Skill satisfies production-grade mobile observability requirements by configuring source map uploads to ensure readable error traces and native symbolication.