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

nested express apps results in truncated transaction names #163

Closed
pwmckenna opened this issue Jul 16, 2014 · 1 comment
Closed

nested express apps results in truncated transaction names #163

pwmckenna opened this issue Jul 16, 2014 · 1 comment

Comments

@pwmckenna
Copy link

var Router = require('express').Router;
var parentRouter = new Router();
var childRouter = new Router();
childRouter.get('/:resource', handler);
parentRouter.use('/resources', childRouter);

in this situation, I'd expect the transaction name to be /resources/:resource, but in practice it ends up being the nested app's route, which in this case is just /:resource

@txase
Copy link

txase commented Jul 18, 2014

Hi @pwmckenna,

We are transitioning away from using the GitHub issue tracker for support of the Node.js Agent. Instead, please go to http://support.newrelic.com. You will have a better experience through our support portal than we have been able to provide here on GitHub.

We appreciate your understanding as we undergo this transition.

@txase txase closed this as completed Jul 18, 2014
@newrelic newrelic locked and limited conversation to collaborators Jul 18, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants