Sha256: 9ed8878ff4e9c8d020231662c2955478f2a2f5e86f9a1f5af433a17611d0a4ff

Contents?: true

Size: 372 Bytes

Versions: 8

Compression:

Stored size: 372 Bytes

Contents

# encoding: utf-8
# This file is distributed under New Relic's license terms.
# See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details.

module NewRelic::Agent::Instrumentation
  module Tilt::Prepend
    include NewRelic::Agent::Instrumentation::Tilt

    def render(*args, &block)
      render_with_tracing { super }
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
newrelic_rpm-8.9.0 lib/new_relic/agent/instrumentation/tilt/prepend.rb
newrelic_rpm-8.8.0 lib/new_relic/agent/instrumentation/tilt/prepend.rb
newrelic_rpm-8.7.0 lib/new_relic/agent/instrumentation/tilt/prepend.rb
newrelic_rpm-8.6.0 lib/new_relic/agent/instrumentation/tilt/prepend.rb
newrelic_rpm-8.5.0 lib/new_relic/agent/instrumentation/tilt/prepend.rb
newrelic_rpm-8.4.0 lib/new_relic/agent/instrumentation/tilt/prepend.rb
newrelic_rpm-8.3.0 lib/new_relic/agent/instrumentation/tilt/prepend.rb
newrelic_rpm-8.2.0 lib/new_relic/agent/instrumentation/tilt/prepend.rb