Sentry-compatible error tracking

Catch the exception.
Keep the context.

LightTrace captures every crash from your apps, groups the duplicates, and shows you the exact line that broke — with the breadcrumbs, request state, and an AI explanation to fix it fast.

Drop-in for
@sentry/nodesentry-python@sentry/browser+ any Sentry SDK
The pipeline

From uncaught exception to a fix, in three moves

Your SDK does the reporting. LightTrace does the rest — capture, fold, and tell you.

01

Capture

Any Sentry SDK POSTs the event to your DSN. Stack frames, breadcrumbs, request and release context arrive intact.

02

Group

A fingerprint folds identical crashes into a single issue with counts for events and affected users — signal, not noise.

03

Alert & explain

New issue? You get an email. Open it to see the crashing source line, and one click for a plain-English AI diagnosis.

What you get

Everything a crash report should tell you

Smart grouping

Identical crashes fold into one issue by fingerprint, so your inbox stays readable at any volume.

Full stack traces

Every frame — with the offending source line pulled straight from your GitHub repo and highlighted.

Breadcrumbs & context

The trail of navigation, requests, and state that led to the crash — reconstructed in order.

Performance

p95 latency and your slowest transactions, tracked right alongside the errors they cause.

Crash-free rate & alerts

Know your release health at a glance, and get emailed the moment a new issue appears.

Explain with AI

One click turns a raw stack trace into a plain-English diagnosis and a suggested fix.

Drop-in compatible

Keep your SDKs. Switch one line.

LightTrace speaks the Sentry protocol. Point any Sentry SDK at your LightTrace DSN and your events land instantly — no new agent, no code rewrite, no migration project.

  • Point any Sentry SDK at your DSN — no code rewrite.
  • Grouped issues, stack traces, breadcrumbs, and AI — all included.
  • Your events are encrypted in transit and at rest, and never resold.
instrument.js
// Send your app's errors to LightTrace
import * as Sentry from "@sentry/node"

Sentry.init({
  dsn: "https://<key>@light-trace.robomiri.com/1",
  tracesSampleRate: 1.0,
  environment: "production",
})

// that's it — crashes now show up in your dashboard
Pricing

Pay for the errors you catch, not for seats

Start free. Move up a tier when your event volume grows — every plan includes the full toolkit.

Placeholder pricing — plans and limits are provisional and will change before launch.

Hobby
$0/ month

For side projects and kicking the tires.

  • 5,000 events / month
  • 1 project
  • 7-day retention
  • Email alerts on new issues
Start free
recommended
Team
$29/ month

For teams shipping to production every day.

  • 250,000 events / month
  • Unlimited projects
  • 90-day retention
  • AI explanations & GitHub source links
  • Alert rules & release health
Start free trial
Business
Custom

For high volume, SSO, and compliance needs.

  • Unlimited events
  • SSO / SAML & audit log
  • Custom retention
  • Priority support & SLA
Contact sales

Point your first SDK at it

Create a project, grab the DSN, and watch the issues roll in.