v0.2.3 — May 28, 2026
Latest Fixes- Critical: host apps no longer hang on uncaught exceptions — crash export is fire-and-forget (never blocks the event loop up to the BatchSpanProcessor timeout)
- Stack traces from uncaught exceptions print exactly like vanilla Node again
captureUncaughtExceptionsis opt-in and defaults tofalse(settrueorTRACELIT_CAPTURE_UNCAUGHT_EXCEPTIONS=trueto capture process crashes as spans)- Crash handlers use
process.prependListenerso app handlers and Node’s default fatal handler still run SIGTERM/SIGINThandlers no longer re-raise the signal
- Load-order warning when
setup()runs after Express/pg/redis/etc. are already inrequire.cache