lib/rack/insight/panels/log_panel.rb in rack-insight-0.5.16 vs lib/rack/insight/panels/log_panel.rb in rack-insight-0.5.17
- old
+ new
@@ -24,10 +24,10 @@
def initialize(app)
# Call super before setting up probes in case there are any custom probes configured
super # will setup custom probes
- unless is_probed?
+ unless is_probing?
probe(self) do
# Trying to be smart...
if defined?(ActiveSupport)
instrument "ActiveSupport::BufferedLogger" do
instance_probe :add