-
-
Notifications
You must be signed in to change notification settings - Fork 520
Rails 5 support #423
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 5 support #423
Conversation
6809be8 to
cd2f174
Compare
|
Blocked by a bug in Rails 5, waiting for that fix to be merged and beta2 released. |
|
@nateberkopec is there any way how to use sentry with 5.0.0.beta1 now? |
|
@boblin I believe it does work, just with a deprecation warning. |
|
I see. Thank you. I'll try it. |
|
I've tried, but it doesn't work for me. It appears that it sends data, but I don't see anything catched on app.getsentry.com. I've tried also testing rake task with the same result. |
|
I think you should fix too. |
|
.beta2 is out, I'll update. |
|
Link #456 |
| env = env_or_request.respond_to?(:env) ? env_or_request.env : env_or_request | ||
| Raven::Rack.capture_exception(exception, env) | ||
| ensure | ||
| render_exception_without_raven(env, exception) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't you be passing the original argument env_or_request instead of env?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
herrrrp thanks @senny
No description provided.