A Sails hook for to easily setup up Application Monitoring and Error Tracking with Sentry in Sails applications
npm install sentry-sails
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
}
dsn
: Your Sentry Data Source Name (DSN).
This project is licensed under the MIT License.