# File lib/new_relic/agent/configuration/manager.rb, line 32
        def initialize
          reset_to_defaults
          @callbacks = Hash.new {|hash,key| hash[key] = [] }
        end