Everything you need to monitor Meteor apps
🚀
Quick Setup
Install the agent package and add your API key. Start monitoring in under 5 minutes.
Learn more →📊
Method Tracing
Track every Meteor method call with response times, error rates, and throughput metrics.
Learn more →🔔
Error Tracking
Capture and group errors automatically with full stack traces and context.
Learn more →🌐
Uptime Monitoring
Monitor your endpoints and get alerted instantly when your app goes down.
Learn more →Start monitoring in minutes
1
Add the package
meteor add skysignal:agent2
Configure settings.json
{
"skysignal": {
"apiKey": "sk_live_xxx"
}
}3
Run your app
meteor run --settings settings.json