apppulse-node
v0.0.2
Published
Node.js SDK for AppPulse monitoring and incident tracking.
Maintainers
Readme
AppPulse Node SDK
Node.js monitoring SDK for AppPulse.
⚠️ AppPulse Node SDK is currently in active early-stage development as part of the broader AppPulse observability platform. APIs and telemetry capabilities may evolve between releases.
Installation
npm install apppulse-nodeUsage
import express from "express";
import AppPulseNode from "apppulse-node";
const app = express();
const tracker = new AppPulseNode({
apiKey: "YOUR_SERVER_KEY",
endpoint: "https://api.apppulse.dev"
});
app.use(tracker.expressErrorHandler());Planned Features
- Uncaught exception tracking
- Promise rejection tracking
- Express error middleware
- API monitoring
- Incident alerting
Status
Currently in early development.
