AI-powered error tracking

Catch errors.
Get fixes.

Patchly captures production errors, groups them by fingerprint, reads your source code from GitHub, and generates fix suggestions automatically. One SDK, zero config.

Quick start
npm install patchly

import { init } from "patchly";
init({ dsn: process.env.PATCHLY_DSN });
// that's it — errors are captured automatically

How it works

1

Install the SDK

Add one line to your app. Works with Next.js, Node.js, Express, and any JavaScript runtime.

2

Errors are captured

Uncaught exceptions and unhandled rejections are automatically sent to Patchly and grouped by fingerprint.

3

AI generates fixes

After 3 events, Patchly fetches your source from GitHub and generates a fix suggestion using an LLM.

Built for developers

Automatic grouping

Errors are fingerprinted and grouped so you see unique issues, not noise.

Source map support

Upload source maps and see original stack traces with exact file and line numbers.

GitHub integration

Patchly reads your repo to generate context-aware fix suggestions.

Slack & email alerts

Get notified when error spikes hit your threshold.

Rate limiting

Built-in rate limiting so a flood of errors won't blow your budget.

Usage tracking

Free tier included. See exactly how many events you're using.

Start tracking errors in 30 seconds

Free to get started. No credit card required.