You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting the issue. I'm checking it and have found some other issues that should be addressed at the same time. I'll open a PR for it today.
Issue Description
Recently bumped sentry SKD to 4.9.0 and after that none of my channel specs passes 🙁
I get this error:
Spec looks like this:
I looked into
ActionCable
source and found out there is noenv
accessor forActionCable::Channel::ConnectionStub
class.ActionCable::Connection
ActionCable::Channel::ConnectionStub
I do not see clear solution here, but maybe SDK could extend
ActionCable::Channel::ConnectionStub
and add.env
attribute?Reproduction Steps
Just prepare any channel spec using
stub_connection
helper.Expected Behavior
Sentry SDK is not breaking any specs.
Actual Behavior
Sentry SDK is breaking channel specs.
Ruby Version
3.0.3
SDK Version
4.9.0
Integration and Its Version
Rails 6.1.4.4
Sentry Config
No response
The text was updated successfully, but these errors were encountered: