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

Refactor exit hook installation #272

Merged
merged 1 commit into from
Jan 16, 2015

Conversation

nateberkopec
Copy link
Contributor

Some of the async tests are still failing - will need to fix.

return unless configuration.should_send?(exception)
if (evt = Event.from_exception(exception, options))
yield evt if block_given?
send(evt)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not at all familiar with the async side of raven-ruby, but what happened to the async? conditional here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nateberkopec nateberkopec changed the title Refactor Base Refactor exit hook installation Jan 16, 2015
nateberkopec added a commit that referenced this pull request Jan 16, 2015
@nateberkopec nateberkopec merged commit 79e1226 into getsentry:master Jan 16, 2015
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.

2 participants