Sentry Client Plugin
Dependency :
compile ":raven:0.5.3"
Summary
Sentry Client for Grails
Installation
Add the following to your BuildConfig.groovy:Or use the command:
plugins {
compile ":grails-raven:0.5.3"
}grails install-plugin raven
Description
Raven-Grails is a Grails client for integrating apps with Sentry. Sentry is an event logging platform primarily focused on capturing and aggregating exceptions.
Take a look at the plugin's repository for more information about how to configure and use it.