Node.js SDK
Node.js SDK
Official Node.js SDK for AllStack error tracking and monitoring by Techsea. This package provides seamless integration for error tracking and monitoring in your Node.js applications.
Installation
Install the package using npm or yarn:
Usage
Initialize AllStack and capture errors:
Configuration Options
The AllStack constructor accepts the following options:
environment
- The environment name (e.g., "production", "staging", "development")tags
- Array of tags to categorize your errorsapiKey
- Your AllStack API key
Last updated