lib/kafka/instrumentation.rb in ruby-kafka-0.1.3 vs lib/kafka/instrumentation.rb in ruby-kafka-0.1.4

- old
+ new

@@ -4,10 +4,10 @@ yield payload if block_given? end end if defined?(ActiveSupport::Notifications) - Instrumentation = ActiveSupport::Notifications + Instrumentation = ActiveSupport::Notifications else Instrumentation = NullInstrumentation end end