newrelic
Version:
New Relic agent
29 lines (26 loc) • 517 B
JavaScript
/*
* Copyright 2026 New Relic Corporation. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/
module.exports = {
koa: [
{
path: './koa/use.js',
instrumentations: [
{
channelName: 'nr_use',
module: {
name: 'koa',
filePath: 'lib/application.js',
versionRange: '>=2.0.0'
},
functionQuery: {
methodName: 'use',
kind: 'Sync'
}
}
]
}
]
}