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
Current behaviour
When instantiating a Redis client using the current master branch of dd-trace-rb, and passing in a frozen options hash, an exception is raised:
Current behaviour
When instantiating a Redis client using the current master branch of dd-trace-rb, and passing in a frozen options hash, an exception is raised:
Expected behaviour
It should not raise an exception :) This was broken a few days ago in #2363 I believe
Steps to reproduce
Redis.new({}.freeze)
should do it I think?How does
ddtrace
help you?It rocks! Really looking forward to rolling out the new native profiler implementation.
Environment
f387e1747a44
**The text was updated successfully, but these errors were encountered: