lib/new_relic/agent/agent.rb in newrelic_rpm-3.14.2.312 vs lib/new_relic/agent/agent.rb in newrelic_rpm-3.14.3.313
- old
+ new
@@ -72,12 +72,10 @@
@connect_attempts = 0
@environment_report = nil
@wait_on_connect_reader, @wait_on_connect_writer = IO.pipe
- @obfuscator = lambda {|sql| NewRelic::Agent::Database.default_sql_obfuscator(sql) }
-
setup_attribute_filter
end
def setup_attribute_filter
refresh_attribute_filter
@@ -102,11 +100,9 @@
# Holds all the methods defined on NewRelic::Agent::Agent
# instances
module InstanceMethods
- # holds a proc that is used to obfuscate sql statements
- attr_reader :obfuscator
# the statistics engine that holds all the timeslice data
attr_reader :stats_engine
# the transaction sampler that handles recording transactions
attr_reader :transaction_sampler
attr_reader :sql_sampler