sentry-react-native-sdk

Integrate Sentry SDK for error monitoring, performance tracing, and session replay in React Native and Expo apps.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/Himanshu040604/codex-skills-setup --skill sentry-react-native-sdk-himanshu040604
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-react-native-sdk
Source: https://github.com/Himanshu040604/codex-skills-setup/tree/main/assets/codex/skills/claude-import/skills/plugins/sentry%40claude-plugins-official/skills/sentry-react-native-sdk
Command: npx skills add https://github.com/Himanshu040604/codex-skills-setup --skill sentry-react-native-sdk-himanshu040604

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you integrate Sentry's error monitoring, performance tracing, and session replay into your React Native or Expo applications, providing deep insights into app stability and user experience.

Core Features & Use Cases

  • Error Monitoring: Capture JavaScript and native crashes, ANRs, and hangs.
  • Performance Tracing: Track app start, navigation, screen rendering (TTID/TTFD), slow/frozen frames, and network requests.
  • Session Replay: Record user sessions (screenshots) to visually debug issues.
  • Use Case: When a user reports a crash in your React Native app, this Skill allows you to automatically capture the error, its native stack trace, performance metrics leading up to the crash, and even a session replay of the user's last actions.

Quick Start

Use the sentry-react-native-sdk skill to set up Sentry error monitoring and performance tracing in your React Native application.

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 error monitoring and crash reporting in a React Native app?

To set up error monitoring in a React Native app, you can integrate the Sentry SDK to automatically capture JavaScript and native crashes, ANRs, and app hangs. This provides deep insights into your application's stability and user experience issues.

Can I track app start and screen rendering performance metrics in Expo applications?

Yes, you can track app start, navigation, screen rendering (TTID/TTFD), slow or frozen frames, and network requests in Expo applications. This performance tracing is facilitated by integrating the Sentry SDK into your project.

What is session replay and how does it help debug React Native crashes?

Session replay records user sessions as screenshots to visually debug issues in React Native. When a user reports a crash, it allows you to view a replay of their last actions alongside the native stack trace and performance metrics.

Does Sentry work with both React Native and Expo for capturing ANRs and app hangs?

Yes, Sentry works with both React Native and Expo to capture Application Not Responding (ANR) events and app hangs. It provides comprehensive error monitoring that covers both JavaScript and native layer crashes.

What is the best way to capture network requests and navigation tracing in React Native?

The best way to capture network requests and navigation tracing is by integrating Sentry performance monitoring. It automatically tracks screen rendering, slow or frozen frames, and network activity to help diagnose user experience bottlenecks.

Why should I use Sentry for React Native error monitoring instead of other category-level tools?

Using Sentry for React Native error monitoring allows you to capture both JavaScript and native stack traces simultaneously. It combines crash reporting, performance tracing, and visual session replay into a single workflow for comprehensive debugging.