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