coderberry / airbrake-grails

Airbrake Client for Grails
4 stars 8 forks source link

Allow path configuration. #23

Closed SpOOnman closed 11 years ago

SpOOnman commented 11 years ago

I think that plugin should allow path configuration for advanced users.

I have Errbit deployed in-house to a non-root directory, e.g. localhost:8080/errbit. With this commit I can set up with:

host = 'localhost'
port = 8080
path = '/errbit/notifier_api/v2/notices'

Thanks for this plugin, works like a charm with Errbit.

SpOOnman commented 11 years ago

I've just pushed unit tests for Configuration constructor. Are these tests enough?