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

Rails 3: No errors reported on errors occurring in the middleware stack #76

Closed
dlitz opened this issue Mar 28, 2012 · 1 comment
Closed

Comments

@dlitz
Copy link

dlitz commented Mar 28, 2012

In Rails 3, errors occuring higher earlier in the middleware stack (e.g. in the ActiveRecord session store) do not get reported. This is because Rails 3 has no ActionController::Failsafe middleware, causing the Airbrake::Rack middleware to be inserted near the end of the middleware stack.

@dlitz
Copy link
Author

dlitz commented Mar 28, 2012

Pull request to fix this: #77

@shime shime closed this as completed in 4081663 May 9, 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

No branches or pull requests

2 participants