1.0.3 • Published 9 years ago

koa-router-newrelic v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
9 years ago

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));
1.0.3

9 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago