# File lib/new_relic/agent/instrumentation/grape.rb, line 65 def capture_params(endpoint) txn = Transaction.tl_current env = endpoint.request.env params = ParameterFiltering::apply_filters(env, endpoint.params) params.delete("route_info") txn.filtered_params = params txn.merge_request_parameters(params) end