Skip to content

Commit 6074d21

Browse files
committed
chore: changelog edits
1 parent fbf930f commit 6074d21

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
#### Bug fixes
44

5-
* Updated instrumentation registration to allow for instrumenting of a local file that does not exist within node_modules. 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))
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))
67

78
### v11.10.0 (2024-01-22)
89

changelog.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"changes": {
77
"security": [],
88
"bugfixes": [
9-
"Updated instrumentation registration to allow for instrumenting of a local file that does not exist within node_modules. 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"
9+
"Updated instrumentation registration to allow for instrumenting of a local file that does not exist within node_modules."
1010
],
1111
"features": []
1212
}
@@ -314,4 +314,4 @@
314314
}
315315
}
316316
]
317-
}
317+
}

0 commit comments

Comments
 (0)