Sentry Client Plugin

  • Tags : sentry, raven
  • Latest : 0.5.3
  • Last Updated: 18 January 2013
  • Grails version : 1.3.9 > *
3 votes
Dependency :
compile ":raven:0.5.3"

Documentation Source Issues

Summary

Sentry Client for Grails

Installation

Add the following to your BuildConfig.groovy:

plugins {
	compile ":grails-raven:0.5.3"
}

Or use the command:

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.