sentry-react-native-sdk

Automate Sentry SDK integration and configuration in React Native and Expo projects.

18|Updated Jul 23, 2025
One-click install
npx skills add https://github.com/faw01/create-mf2-app --skill sentry-react-native-sdk-faw01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-react-native-sdk
Source: https://github.com/faw01/create-mf2-app/tree/main/apps/cli/template/.agents/skills/sentry-react-native-sdk
Command: npx skills add https://github.com/faw01/create-mf2-app --skill sentry-react-native-sdk-faw01

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill solves the complexity of manually configuring mobile observability by providing an automated, opinionated path to implement error monitoring, performance tracing, and session replay in React Native and Expo applications.

Core Features & Use Cases

  • Unified Observability: Automatically configures error monitoring, tracing, profiling, and session replay.
  • Platform-Specific Handling: Detects project type (Expo vs. Bare) and applies the correct native configuration for iOS and Android.
  • Use Case: Use this when you need to diagnose native crashes, ANRs, or performance bottlenecks in a production React Native app and want to ensure your Sentry setup follows current best practices.

Quick Start

Run the sentry-react-native-sdk skill to scan your project and guide you through the automated setup of error monitoring and performance tracing.

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 and performance tracing in a React Native app?

To set up Sentry error monitoring and performance tracing in a React Native app, automate the SDK integration to handle native-layer crash reporting, source map generation, and React-specific error boundaries.

Does this Sentry configuration work for both Expo and bare React Native workflows?

Yes, this Sentry configuration works for both Expo and bare React Native workflows by automatically detecting your project type and applying the correct native configuration for iOS and Android platforms.

What is the best way to diagnose native crashes and ANRs in production React Native applications?

The best way to diagnose native crashes and ANRs in production React Native applications is implementing unified observability that automatically captures crash reports, performance profiles, and session replays.

How do I configure source maps and session replay for React Native observability?

You can configure source maps and session replay for React Native observability by running an automated setup that generates source maps and enables session replay alongside error monitoring and tracing.

Can I automate the implementation of React error boundaries for Sentry crash reporting?

Yes, you can automate the implementation of React error boundaries for Sentry crash reporting through an opinionated setup path that ensures your mobile application follows current observability best practices.

Why are my Sentry performance traces not capturing native-layer crashes in my Expo project?

Sentry performance traces might not capture native-layer crashes in your Expo project if the setup lacks proper platform-specific handling, which is required to correctly configure native iOS and Android crash handling.