Loading...
Loading...
Add one middleware to your API. Get latency percentiles, error tracking, throughput analytics, and smart alerting — all in a beautiful dark interface.
app.use(async (req, res, next) => {
const start = Date.now();
res.on("finish", () => {
fetch("https://heartbeater.pro/api/ingest", {
method: "POST",
headers: { "x-api-key": "sk_live_..." },
body: JSON.stringify({
method: req.method,
path: req.route?.path,
status_code: res.statusCode,
duration_ms: Date.now() - start,
}),
});
});
next();
});How It Works
Create a service and get your API key. Takes 30 seconds.
Drop in our one-line middleware for Express, Fastify, Flask, or any HTTP framework.
See latency, errors, and throughput populate in real-time on your dashboard.
Features
Track p50, p95, p99 for every endpoint in real-time.
14-day throughput trends, error rate breakdowns, and traffic charts.
Auto-group errors by message, see affected endpoints and stack traces.
Get notified on latency spikes, error rate surges, and throughput drops.
API key auth, RLS-protected data, encrypted at rest.
Purpose-built dark UI designed for production incident response.
Pricing Plans