Module: Datadog::RendererExtension
- Defined in:
- lib/ddtrace/contrib/rails/core_extensions.rb
Overview
TODO: write docs
Instance Method Summary collapse
Instance Method Details
#render_template(*args) ⇒ Object
4 5 6 7 |
# File 'lib/ddtrace/contrib/rails/core_extensions.rb', line 4 def render_template(*args) ActiveSupport::Notifications.instrument('start_render_template.action_view') super(*args) end |