csnover/TraceKit
Attempts to create stack traces for unhandled JavaScript exceptions in all major browsers. observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 95
- Release rhythm 40
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 262.5
- age_days: 5929
- days_rel: 187
- days_push: 30
- n_releases_24m: 3
Adoption not part of the score
1069 stars · 162 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
TraceKit is a small JavaScript library that extracts and normalizes stack traces from unhandled exceptions across all major browsers, including legacy ones like IE6. It lets developers subscribe to error reports and forward them to logging or monitoring services.
Use cases
- capture stack traces from unhandled javascript errors
- normalize error reports across different browsers
- send client-side exception reports to a server
- get stack traces in browsers that don't support error.stack
- subscribe to global window.onerror events
- log javascript errors in legacy browsers like IE6
When to choose
- you need cross-browser error stack trace normalization in a legacy codebase
- you're building your own client-side error reporting pipeline
- you must support old browsers without native stack trace support
When to avoid
- you use a full error monitoring service like Sentry that already includes this functionality
- you only target modern browsers with reliable Error.stack support
- you need source map resolution or advanced error aggregation
Facets
library · maturity maintenance
error-handling logging developer-tools web-development frontend developer-tools monitoring browser stack-traces error-reporting cross-browser exception-handling window-onerror javascript
2 sources
- readme: https://github.com/csnover/TraceKit · fetched 2026-08-28 · efd27cb8593c
- registry_npm: https://registry.npmjs.org/tracekit · fetched 2026-08-29 · 7d6d5586dade
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| csnover/TraceKit | main | 77 |
For agents
markdown · JSON · MCP: product_card(name="csnover/TraceKit")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem