coderberry / airbrake-grails

Airbrake Client for Grails
4 stars 8 forks source link

filter stacktraces #19

Closed ghost closed 11 years ago

ghost commented 11 years ago

Before the stacktrace is converted to XML, remove all the Groovy/Grails noise from it with

Throwable filtered = new DefaultStackTraceFilterer().filter(unfilteredThrowable)
jonspalmer commented 11 years ago

A pull request would be great. Especially with specs.

jonspalmer commented 11 years ago

fixed as part of pull request 22