Skip to content

This koa middleware sets the transation name, similar to express.

Notifications You must be signed in to change notification settings

ifroz/koa-router-newrelic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

koa-router-newrelic

koa-router-newrelic sets the transation name(s) matched by koa-router.

Installation

npm install koa-router-newrelic

koa-router is patched with the app.getRouter() router, which is used to tap into the koa-router instance:

npm install git://github.com/ifroz/koa-router.git

Usage

var app = koa();
app.use(require('koa-router-newrelic')(app));

About

This koa middleware sets the transation name, similar to express.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published