scout_rails 0.0.5.debug.pre → 0.0.5.pre

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@ module ScoutRails::Instruments
4
4
  # Instruments the action and tracks errors.
5
5
  def process_action(*args)
6
6
  scout_controller_action = "Controller/#{controller_path}/#{action_name}"
7
- ScoutRails::Agent.instance.logger.debug "Processing #{scout_controller_action}"
7
+ #ScoutRails::Agent.instance.logger.debug "Processing #{scout_controller_action}"
8
8
  self.class.trace(scout_controller_action, :uri => request.fullpath) do
9
9
  begin
10
10
  super
@@ -1,3 +1,3 @@
1
1
  module ScoutRails
2
- VERSION = "0.0.5.debug.pre"
2
+ VERSION = "0.0.5.pre"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scout_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5.debug.pre
4
+ version: 0.0.5.pre
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors: