newrelic
Version:
New Relic agent
22 lines (20 loc) • 474 B
JavaScript
/*
* Copyright 2026 New Relic Corporation. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/
module.exports = {
bluebird: [
{
path: './bluebird/instrumentation',
instrumentations: [{
channelName: 'nr_then',
module: { name: 'bluebird', versionRange: '>=2.02', filePath: 'js/release/promise.js' },
functionQuery: {
functionName: 'Promise',
kind: 'Sync'
}
}]
},
]
}