Module: Sentry::Redis::OldClientPatch Private
- Defined in:
- lib/sentry/redis.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
Instance Method Details
#logging(commands, &block) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
80 81 82 |
# File 'lib/sentry/redis.rb', line 80 def logging(commands, &block) Sentry::Redis.new(commands, host, port, db).instrument { super } end |