lib/opentelemetry/instrumentation/action_view/railtie.rb in opentelemetry-instrumentation-action_view-0.5.0 vs lib/opentelemetry/instrumentation/action_view/railtie.rb in opentelemetry-instrumentation-action_view-0.6.0

- old
+ new

@@ -9,9 +9,10 @@ module ActionView SUBSCRIPTIONS = %w[ render_template.action_view render_partial.action_view render_collection.action_view + render_layout.action_view ].freeze # This Railtie sets up subscriptions to relevant ActionView notifications class Railtie < ::Rails::Railtie config.after_initialize do