Skip to content

Commit 92b70e9

Browse files
chore: release v11.10.1 (#1975)
1 parent f545b4e commit 92b70e9

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### v11.10.1 (2024-01-25)
2+
3+
#### Bug fixes
4+
5+
* Updated instrumentation registration to allow for instrumenting of a local file that does not exist within node_modules.
6+
* To properly instrument a local file, you must pass in `absolutePath` with the absolute path to the file that is being instrumented along with the `moduleName` which in this case is just the file name without the extension. ([#1974](https://github.com/newrelic/node-newrelic/pull/1974)) ([f545b4e](https://github.com/newrelic/node-newrelic/commit/f545b4ebc3394f0a7179a51e156c6df28896edf0))
7+
18
### v11.10.0 (2024-01-22)
29

310
#### Features

changelog.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
{
22
"repository": "newrelic/node-newrelic",
33
"entries": [
4+
{
5+
"version": "11.10.1",
6+
"changes": {
7+
"security": [],
8+
"bugfixes": [
9+
"Updated instrumentation registration to allow for instrumenting of a local file that does not exist within node_modules."
10+
],
11+
"features": []
12+
}
13+
},
414
{
515
"version": "11.10.0",
616
"changes": {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "newrelic",
3-
"version": "11.10.0",
3+
"version": "11.10.1",
44
"author": "New Relic Node.js agent team <nodejs@newrelic.com>",
55
"license": "Apache-2.0",
66
"contributors": [

0 commit comments

Comments
 (0)