You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Via lib/new_relic/agent/instrumentation/action_view_subscriber.rb, we currently subscribe to 3 ActionView topics. These topics are stored as constants RENDER_TEMPLATE_EVENT_NAME, RENDER_PARTIAL_EVENT_NAME, and RENDER_COLLECTION_EVENT_NAME in that class.
Rails will publish to another topic, render_layout.action_view. We should subscribe to this one as well.
The text was updated successfully, but these errors were encountered:
Via
lib/new_relic/agent/instrumentation/action_view_subscriber.rb
, we currently subscribe to 3 ActionView topics. These topics are stored as constantsRENDER_TEMPLATE_EVENT_NAME
,RENDER_PARTIAL_EVENT_NAME
, andRENDER_COLLECTION_EVENT_NAME
in that class.Rails will publish to another topic,
render_layout.action_view
. We should subscribe to this one as well.The text was updated successfully, but these errors were encountered: