Your production health dashboard in the terminal.
Sentry ยท Crashlytics ยท App Store ยท Google Play โ one command.
npm install -g monforge
click to copy
Aggregate production data from all your monitoring sources.
Error tracking, crash-free rate, issue management via Sentry API.
errors crash-rate statsFirebase crash analytics, ANR tracking, crash-free users percentage.
crashes ANR statsApp Store Connect reviews, ratings, and version-specific feedback.
reviews ratingsGoogle Play Developer API reviews, ratings, and user feedback.
reviews ratingsEverything you need to monitor production health from the command line.
Combine crash rates, error counts, ratings, and reviews in a single terminal view.
Set threshold rules for crash rates, ANR, ratings. Get notified when things break.
Generate markdown or plain text reports with crash-free rate, top errors, and rating trends.
Browse App Store and Google Play reviews right in your terminal. Filter by platform.
List top errors from Sentry and Crashlytics sorted by frequency and impact.
Simple key-value config for provider tokens. Stored locally at ~/.monforge/.
Get started in seconds.
npm install -g monforge
Install globally
monforge config set sentry.authToken <token>
Configure Sentry
monforge status
View health dashboard
monforge errors --limit 10
List top errors
monforge reviews ios
View App Store reviews
monforge alerts set "crash-rate > 1"
Set a crash rate alert
monforge report --format md
Generate a health report
10 CLI tools for full-cycle app development & deployment.