# File lib/new_relic/agent/instrumentation/merb/controller.rb, line 32
      def _dispatch_with_newrelic_trace(*args)
        options = {}
        options[:params] = params
        perform_action_with_newrelic_trace(options) do
          _dispatch_without_newrelic_trace(*args)
        end
      end