New docs
- Added Access management for managing cardinality to control user access to cardinality-related metrics and manage permissions for metric ingestion limits.
- Added Monitor cardinality to track and monitor your metric cardinality usage to optimize data ingestion and avoid unexpected costs.
Minor changes
- Added new configuration parameter
DROP_DATA_FOR_ENTITY
for ebpf.
Release notes
- Improved session trace data collection by implementing 16KB payload size threshold for data harvests, consistent with other browser agent features.
- Fixed a bug that removes the event buffer inspection event to avoid a memory leak on using
console.log
with thenewrelic
window event listener.
Kubernetes integration v3.45.0
- This integration is included in the following chart versions:
- Resolved the issue to update import statements for error stack parsing compatible with React Native version 0.78 and lower.
- Updated the Native iOS agent to version 7.5.9.
- Updated the Native Android agent to version 7.6.8.
- Updated the Native iOS agent to version 7.5.7.
- APM fusion mode is in limited preview.
- Added
APM
connect retry logic. - Added
godebug
to resolve AWS Firewall issue. - Added
requestId
extraction from logs forNode.js
runtime. - Updated Readme for
--enable-license-key-secret
.
- Added
- Added option to build
nodejs
test Layers for local testing. - Updated AWS SDK and Go Version to address Security Vulnerabilities
[CVE-2020-8911, CVE-2020-8912, CVE-2025-0913, CVE-2025-4673]
.
- Added option to build
- In Serverless APM mode, transaction names now include the event source name as a prefix. This enhancement improves transaction identification and traceability in the New Relic UI by clearly indicating the triggering event source.
- Reverted changes to thread tracking logic for span initialization. This change restores the previous behavior of tracking the thread where spans start, addressing issues that arose from the updated logic.