React Native monitoring
See crashes, API latency, and release health the moment they hit production — without drowning in noise.
Group by fingerprint, inspect stack traces, and filter by device, OS, and version.
Track endpoint latency, status codes, and failure spikes in realtime charts.
Connect releases to crash and API trends so regressions surface immediately.
SDK
AppPulse ships a lightweight React Native SDK that captures crashes and API requests, then streams them to your dashboard.
import { AppPulse } from "@apppulse/react-native-sdk";
AppPulse.init({
apiKey: "<YOUR_PROJECT_API_KEY>",
appVersion: "1.4.0",
buildNumber: "140",
environment: "production",
});
// Optional: enable automatic API request instrumentation
AppPulse.instrumentNetwork();The SDK sends crashes to /api/ingest/crashes and request events to /api/ingest/api-events.