-
Notifications
You must be signed in to change notification settings - Fork 404
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
Add Koa Support #113
Comments
There's actually two things going on here:
That said, Koa's still an experimental module, and it's likely that New Relic support for anything that relies upon language features hidden behind the |
@othiym23 How about some pointers on how we should go about implementing this in a seperate project? Is noticeError and naming the transactions sufficient? |
Probably, although you probably don't even need |
How does new relic tie the transaction to the current http request/response? I am calling newrelic.setTransactionName, but the only thing showing up on the dashboard is /* |
It sounds like you have an unrelated problem. We are also in the process of closing down our use of GitHub issues. Please follow up on your issue at http://support.newrelic.com. We can provide better support through our dedicated portal than we have been able to provide here on github. Thanks! |
Support for the Koa Framework, which is created by the team behind Express, would be awesome since it's gaining a lot of popularity. I've tried including node-newrelic in my Koa project and get the following error:
Any work around for this would be a great help!
The text was updated successfully, but these errors were encountered: