Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rails notifications: subscribe to additional ActionView topics #1512

Closed
fallwith opened this issue Oct 1, 2022 · 1 comment · Fixed by #1748 or #1744
Closed

Rails notifications: subscribe to additional ActionView topics #1512

fallwith opened this issue Oct 1, 2022 · 1 comment · Fixed by #1748 or #1744
Assignees
Labels
rails Issues related to the Ruby on Rails framework

Comments

@fallwith
Copy link
Contributor

fallwith commented Oct 1, 2022

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.

@workato-integration
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rails Issues related to the Ruby on Rails framework
Projects
Archived in project
3 participants