Sha256: 45f5ae964d0ad014c52c2bf769c7f6eea27798647e6a03d0435c86ffcfbaf202
Contents?: true
Size: 384 Bytes
Versions: 34
Compression:
Stored size: 384 Bytes
Contents
# This file is distributed under New Relic's license terms. # See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details. # frozen_string_literal: true 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
34 entries across 34 versions & 1 rubygems