Send logs from the Consola library to Sentry in React Native.
Capture console API calls as Sentry logs in React Native.
Learn more about system integrations: Dedupe, FunctionToString, Breadcrumbs, LinkedErrors, and HttpContext (UserAgent), which are integrated into the standard library or the interpreter itself by default.
Enhance spans and breadcrumbs with data from GraphQL requests in React Native.
Learn more about pluggable integrations: HttpClient and RewriteFrames, which are snippets of code that augment functionality for specific applications and/or frameworks.
Learn about Sentry's Redux integration.
Learn how Sentry's React Native SDK allows you to monitor your application's component lifecycle using the useProfiler hook, withProfiler HOC, or Profiler component.
Learn how Sentry's React Native SDK allows you to monitor your components.
Learn how the React Native SDK exports an error boundary component that leverages React component APIs to catch rendering errors and display fallback UIs.
Learn about Sentry's Unhandled Promise Rejections handling in React Native.
Learn how to enable a custom integration.