Manually instrument the Anthropic SDK in React Native to capture spans and LLM interactions.
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.
Manually instrument the Google Gen AI SDK in React Native to capture spans and LLM interactions.
Enhance spans and breadcrumbs with data from GraphQL requests in React Native.
Manually instrument LangChain in React Native to capture spans for chat models, chains, and tools.
Manually instrument LangGraph in React Native to capture spans for agent compilation and invocation.
Manually instrument the OpenAI SDK in React Native to capture spans and LLM interactions.
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.