Error tracking for people who ship.
Capture every production error, fold duplicates into one issue, and see what is actually breaking. No noise.
app/error-boundary.ts
import { bughq } from '@bughq/sdk'
bughq.init({
dsn: 'https://ingest.bughq.org/p_9f2c',
release: 'checkout@2.14.0',
environment: 'production',
})
// every uncaught error is captured, fingerprinted,
// and grouped into a single issue automatically
01
Install
Drop the SDK into your app. One init call wires up global capture.
02
Capture
Uncaught errors, stack traces, release and environment are collected on throw.
03
Triage
Identical errors fold into one issue with a live count and affected-user tally.