Patchly captures production errors, groups them by fingerprint, reads your source code from GitHub, and generates fix suggestions automatically. One SDK, zero config.
npm install patchly
import { init } from "patchly";
init({ dsn: process.env.PATCHLY_DSN });
// that's it — errors are captured automaticallyAdd one line to your app. Works with Next.js, Node.js, Express, and any JavaScript runtime.
Uncaught exceptions and unhandled rejections are automatically sent to Patchly and grouped by fingerprint.
After 3 events, Patchly fetches your source from GitHub and generates a fix suggestion using an LLM.
Errors are fingerprinted and grouped so you see unique issues, not noise.
Upload source maps and see original stack traces with exact file and line numbers.
Patchly reads your repo to generate context-aware fix suggestions.
Get notified when error spikes hit your threshold.
Built-in rate limiting so a flood of errors won't blow your budget.
Free tier included. See exactly how many events you're using.