FlareLog catches every unhandled error, silent crash, and cost spike — automatically, with one npm install. Then puts the live logs inside Lovable, Cursor, and Claude so your AI can fix them without leaving the editor.
// Free up to 10,000 logs/mo · no card needed · install in under 2 min
Cloudflare's native observability got better in 2025. It still can't tell you when your Worker died silently, when a KV loop is burning money, or why a 500 happened with zero logs. FlareLog can.
When a Worker times out, exceeds CPU, or crashes before logging, your SDK never fires. The Tail Worker still captures the failure because it runs after the producer code.
No manual boilerplate needed. The FlareLog SDK intercepts console.error and unhandled exceptions automatically, capturing accurate execution context.
Cloudflare keeps logs for 7 days. If a customer reports an edge incident from last week, you're out of luck. FlareLog keeps up to 90 days on Pro tiers to keep incidents searchable.
Correlate business log entries with their exact underlying tail statistics inside an integrated debugging pane.
Database connection delay: 450ms
db.d1
tr_218cd98b8df116aa
Combine runtime code errors from our SDK layer with underlying compute metrics from Cloudflare's Tail Consumer. No gaps, no blindspots.
Embedded inside your standard worker script. Dispatches captured exception payloads and developer info log commands.
console.error / logger.info()Listens out-of-band at the edge interface. Measures the final compute cost, wall CPU, memory limits, and handles silent timeouts.
CPU + class_a_ops + class_b_opsCloudflare's cost metrics lag 15–60 minutes. A misconfigured loop can rack up KV writes, R2 Class A operations, or D1 row reads long before the bill appears. FlareLog measures CPU, subrequests, and duration in real time on every execution.
Immediately calculates costs from incoming Tail Worker CPU & subrequest metrics.
Dispatches webhooks to Slack or Discord when cost speeds past defined budgets.
Filter by Worker name, route, HTTP status, or deployment tag to narrow down leaks.
Install the lightweight SDK package or map our tail listener worker script globally.
Drop in our lightweight SDK & edge listener scripts in minutes. Capture silent uncaught failures before they spike your invoice — and let your AI fix them without leaving the editor.