Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

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

Notifications You must be signed in to change notification settings

pluralsight/koa-router-newrelic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 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

Languages

  • JavaScript 100.0%