Skip to content

A Sails.js hook for integrating Sentry, providing application monitoring and error tracking

License

Notifications You must be signed in to change notification settings

sailscastshq/sentry-sails

Repository files navigation

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.

About

A Sails.js hook for integrating Sentry, providing application monitoring and error tracking

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published