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

Figure out what to do in instrumentation#_route with @_request.params #5

Open
bbozo opened this issue Jul 4, 2022 · 1 comment
Open
Assignees

Comments

@bbozo
Copy link
Member

bbozo commented Jul 4, 2022

When is this called? What does this do?

          def _route(&block)
            perform_action_with_newrelic_trace(category: :controller,
                                               params: @_request.params) do
              super
            end
          end
@luka2805
Copy link
Collaborator

luka2805 commented Jul 5, 2022

I did not find any usage of this function

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants