Skip to content

Commit f3cfdbe

Browse files
Apply suggestions from code review
Co-authored-by: Amy Rowen <achisholm@newrelic.com>
1 parent 5969c49 commit f3cfdbe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#### Bug fixes
99

10-
* Updated openai instrumentation to properly parse headers when a call fails ([#3665](https://github.com/newrelic/node-newrelic/pull/3665)) ([641b7a8](https://github.com/newrelic/node-newrelic/commit/641b7a8c8015855d82574e8173cb6e9fd082b4a0))
10+
* Updated OpenAI instrumentation to properly parse headers when a call fails ([#3665](https://github.com/newrelic/node-newrelic/pull/3665)) ([641b7a8](https://github.com/newrelic/node-newrelic/commit/641b7a8c8015855d82574e8173cb6e9fd082b4a0))
1111

1212
#### Documentation
1313

@@ -22,7 +22,7 @@
2222

2323
#### Tests
2424

25-
* Updated mock response to avoid retries on openai langchain vectorstore calls ([#3664](https://github.com/newrelic/node-newrelic/pull/3664)) ([bc1faf3](https://github.com/newrelic/node-newrelic/commit/bc1faf30654d920e31ad4ddc205560e56b6c796c))
25+
* Updated mock response to avoid retries on OpenAI LangChain vectorstore calls ([#3664](https://github.com/newrelic/node-newrelic/pull/3664)) ([bc1faf3](https://github.com/newrelic/node-newrelic/commit/bc1faf30654d920e31ad4ddc205560e56b6c796c))
2626

2727
### v13.9.2 (2026-01-14)
2828

changelog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"changes": {
77
"security": [],
88
"bugfixes": [
9-
"Updated openai instrumentation to properly parse headers when a call fails"
9+
"Updated OpenAI instrumentation to properly parse headers when a call fails"
1010
],
1111
"features": [
1212
"Add `timestamp` to OpenAI input `LlmChatCompletionMessage`s",

0 commit comments

Comments
 (0)