coderberry / airbrake-grails

Airbrake Client for Grails
4 stars 7 forks source link

Add UserAgent, hostname and current-user to notice #4

Closed jonspalmer closed 12 years ago

jonspalmer commented 12 years ago

Airbrake supports a few more pieces of meta data about an error: userAgent, hostname and currentUser. This set of changes adds those pieces along with specs.

I also cleaned up some bugs in the request url logic.

jonspalmer commented 12 years ago

the xml files are all standard grails stuff that just make it possible to run the app directly to test it. (by supplying a valid API key)