koa-router-newrelic

1.0.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i koa-router-newrelic

Weekly Downloads

7

Version

1.0.3

License

ISC

Last publish

Collaborators

  • ifroz