Notes
Features
- Removed
api.setLlmMetadata(#1918) (cc4a975)- Instead, the
api.addCustomAttributewill have thellmprefix. - The
conversation_idwill be assigned fromllm.conversation_idcustom attribute
- Instead, the
- Updated SQL obfuscation tokenizer to better handle negative numbers and boolean values.
Bug fixes
Code refactoring
- Updated
lib/instrumentation/core/http.jsto reduce the cognitive complexity to an allowable value (#1922) (4c30d97) - Updated
lib/shim/promise-shim.jsto reduce the cognitive complexity (#1924) (bd0a5dc) - Updated
lib/shim/webframework-shim.jsto reduce the cognitive complexity (#1927) (1ce371e)
Miscellaneous chores
Tests
- Refactored tests now use tap if they still use the tap mocha shim + chai. (#1919) (957529e)
- Removed access to deprecated
req._headersand instead usereq.headers(#1923) (0ec2f66) - Updated the cross agent tests, made updates to tests based on fixture changes (#1917) (2d666b6)
- Updated
helper.randomPortto usecrypto.randomIntinstead ofMath.randomby using crypto lib (#1921) (9003791)
Support statement:
We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date.
See the New Relic Node.js agent EOL policy for information about agent releases and support dates.