@ihasanalyy/node-crash-watcher
v0.1.2
Published
Zero-config crash watcher for Node.js — automatic uncaught exception and unhandled rejection recorder with optional webhook notifications.
Maintainers
Readme
node-crash-watcher
Zero-config crash watcher for Node.js apps.
Install
npm i node-crash-watcher
## Usage
import initCrashWatcher from 'node-crash-watcher';
const watcher = initCrashWatcher({ dir: './crash-logs' });