# File lib/new_relic/agent/instrumentation/rails/action_controller.rb, line 100 def perform_action_with_newrelic_trace_wrapper munged_params = (respond_to?(:filter_parameters)) ? filter_parameters(params) : params munged_params = NewRelic::Agent::ParameterFiltering.filter_rails_request_parameters(munged_params) perform_action_with_newrelic_trace(:params => munged_params) do perform_action_without_newrelic_trace end end