Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 522 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 522 Bytes

Sentry SDK for Sails

A Sails hook for to easily setup up Application Monitoring and Error Tracking with Sentry in Sails applications

Installation

npm install sentry-sails

Usage

To use the Sentry hook in your Sails.js application, add the following configuration to your config/sentry.js file:

module.exports.sentry = {
  dsn: process.env.SENTRY_DSN
}

Configuration

  • dsn: Your Sentry Data Source Name (DSN).

License

This project is licensed under the MIT License.