Skip to content

Conversation

@nateberkopec
Copy link
Contributor

No description provided.

@nateberkopec
Copy link
Contributor Author

Blocked by a bug in Rails 5, waiting for that fix to be merged and beta2 released.

@boblin
Copy link

boblin commented Jan 19, 2016

@nateberkopec is there any way how to use sentry with 5.0.0.beta1 now?

@nateberkopec
Copy link
Contributor Author

@boblin I believe it does work, just with a deprecation warning.

@boblin
Copy link

boblin commented Jan 19, 2016

I see. Thank you. I'll try it.

@boblin
Copy link

boblin commented Jan 19, 2016

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.

@siegy22
Copy link
Contributor

siegy22 commented Feb 8, 2016

I think you should fix

DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super.

too.

@nateberkopec
Copy link
Contributor Author

.beta2 is out, I'll update.

@nateberkopec
Copy link
Contributor Author

Link #456

@nateberkopec nateberkopec changed the title Test against Rails 5 Rails 5 support Feb 10, 2016
nateberkopec added a commit that referenced this pull request Feb 10, 2016
@nateberkopec nateberkopec merged commit b7003e7 into getsentry:master Feb 10, 2016
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)
Copy link

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

herrrrp thanks @senny

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants