UNPKG

elastic-apm-node

Version:

The official Elastic APM agent for Node.js

10 lines (6 loc) 186 B
'use strict' module.exports = function (koa, agent, { version, enabled }) { if (!enabled) return koa agent.setFramework({ name: 'koa', version, overwrite: false }) return koa }