newrelic
Version:
New Relic agent
22 lines (20 loc) • 459 B
JavaScript
/*
* Copyright 2026 New Relic Corporation. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/
module.exports = {
when: [
{
path: './when/instrumentation',
instrumentations: [{
channelName: 'nr_then',
module: { name: 'when', versionRange: '>=3.7.0', filePath: 'lib/makePromise.js' },
functionQuery: {
expressionName: 'then',
kind: 'Sync'
}
}]
},
]
}