Sentry’s React Native crash reporting and performance monitoring simplifies debugging— no more guessing at settings, digging through logs, or running the same scenario over and over in your emulator.
Sentry’s React Native crash reporting and performance monitoring simplifies debugging— no more guessing at settings, digging through logs, or running the same scenario over and over in your emulator.
Add the @sentry/react-native
dependency:
npx @sentry/wizard@latest -s -i reactNative
Wrap your root component:
export default Sentry.wrap(App);
That's it. Check out our documentation to ensure you have the latest instructions.
Use Session Replay to spot responsiveness delays or stuck screens.
Identify long-running scripts blocking the JS thread, causing unresponsive interactions and lag in your app.
Capture failed API requests and response times for debugging, identify slow endpoints delaying user interactions, and track XHR and fetch request failures affecting performance.
Measure "Time to Initial Display" and "Time to Full Display" to improve the user experience.
See exactly what your users experienced so you can diagnose issues faster.
Get started with the only application monitoring platform that empowers developers to fix application problems without compromising on velocity.