Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support notifying of messages and caught exceptions. #16

Merged
merged 1 commit into from
Oct 16, 2012

Conversation

jonspalmer
Copy link
Collaborator

This is a huge refactoring for simplicity and to expose easier to use APIs so that can be shared by the log4j appender and the new AirbrakeService that allows errors to be sent without being logged.
Other highlights:

  1. Completely changed the configuration for simplicity. Now the appender is added for you
  2. A new AirbrakeService
  3. New configuration options for sending all logged errors, even without exceptions, to Airbrake. Fixes support sending caught exceptions to Airbrake #15
  4. Lots and lots more specs
  5. Some nifty Spring magic
  6. More docs (still a work in progress)

Lots and lots more specs.
Started fleshing out the docs.
coderberry pushed a commit that referenced this pull request Oct 16, 2012
Support notifying of messages and caught exceptions.
@coderberry coderberry merged commit 788d203 into coderberry:master Oct 16, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

support sending caught exceptions to Airbrake
2 participants