Track user sessions, debug JavaScript errors, catch native crashes, and monitor app performance. Create separate iOS and Android apps in AppAmbit to monitor each platform with platform-specific insights and automated build distribution.
No credit card required • Free tier available • Built for React Native
AppAmbit is designed for React Native developers. Create separate iOS and Android apps to track each platform independently with detailed, platform-specific analytics.
Separate iOS and Android app tracking with platform-specific insights and performance metrics.
Track JavaScript errors with full stack traces and source map support for easier debugging.
Detect and report native module crashes for both iOS and Android platforms automatically.
Trace complete user journeys with session timeline trails to debug issues faster.
Distribute builds automatically from GitHub Actions, Bitbucket Pipelines, or Azure DevOps.
Sign up and create your React Native app in AppAmbit. You'll get an app key to use in your project.
Add the AppAmbit package to your React Native project using npm or yarn:
npm install appambit
# or
yarn add appambit
Then, initialize the SDK in your main App file (App.tsx or App.js):
// Import AppAmbit SDK
import AppAmbit from 'appambit';
// Initialize with your app key
AppAmbit.start({
appKey: 'YOUR-APP-KEY'
});
Start tracking user actions and events in your app. It's as simple as calling trackEvent:
AppAmbit.trackEvent('screen_view', {
screen: 'Home',
user_type: 'premium'
});
That's it! AppAmbit automatically tracks crashes, sessions, and device info. Check the full documentation for advanced features.
Distribute iOS and Android builds automatically from your CI/CD pipeline. AppAmbit integrates with GitHub Actions, Bitbucket Pipelines, and Azure DevOps to streamline your release process.
Automatically build and upload iOS/Android apps from your GitHub workflows with seamless integration.
Integrate AppAmbit into your Bitbucket Pipelines for seamless releases and automated deployments.
Connect your Azure pipelines to distribute builds through AppAmbit with enterprise-grade security.
Trigger automated builds and notifications with custom webhooks for your deployment workflow.
Yes. AppAmbit supports both Expo managed workflows and React Native CLI (bare workflow) projects. The SDK integrates seamlessly with both approaches, giving you full flexibility in how you build your app.
Absolutely. AppAmbit captures both JavaScript errors from your React Native code and native crashes from iOS/Android modules, giving you complete visibility into your app's stability across the entire stack.
Yes. AppAmbit is fully compatible with TypeScript projects and provides type definitions for all SDK methods, giving you IntelliSense support and compile-time type checking.
AppAmbit automatically queues events, crashes, and analytics when offline, then syncs them to the server when connectivity is restored. No data is lost, ensuring you have complete visibility even for users with intermittent connections.
Join React Native developers who trust AppAmbit for crash reporting, analytics, and automated build distribution for iOS and Android.