Skip to content

Commit d04f096

Browse files
Merge pull request #21676 from newrelic/add-browser-agent-v1.297.0
Browser Agent v1.297.0 Release Notes
2 parents eace92c + c46f87f commit d04f096

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
subject: Browser agent
3+
releaseDate: "2025-09-10"
4+
version: 1.297.0
5+
downloadLink: https://www.npmjs.com/package/@newrelic/browser-agent
6+
features: ["Prevent early harvests when in retry period","remove newrelic meta attribute"]
7+
bugs: ["Fix exceptions for null bodies arising from empty harvests"]
8+
security: []
9+
---
10+
11+
## v1.297.0
12+
13+
### Features
14+
15+
#### Prevent early harvests when in retry period
16+
Prevent the agent from harvesting early when being rate limited. If the ingest service returns a 429, the agent will replace its data and try the harvest again later. While that is happening, it will no longer be able to harvest early as new data comes in, until it successfully harvests.
17+
18+
#### remove newrelic meta attribute
19+
Remove the reporting of the __newrelic meta attribute from outgoing replay payloads. This is being conducted as a measure to help save billable bytes for customers and reduce cost of use for Session Replay functionalities.
20+
21+
22+
### Bug fixes
23+
24+
#### Fix exceptions for null bodies arising from empty harvests
25+
A change has been made to enforce that all cleaned payloads ensure a valid output. Before, an empty string passing through the body cleaning process could throw an error as the mechanism would return the body as null. Now empty strings will pass through untouched, allowing further processing to apply successfully.
26+
27+
## Support statement
28+
29+
New Relic recommends that you upgrade the agent regularly to ensure that you're getting the latest features and performance benefits. Older releases will no longer be supported when they reach [end-of-life](https://docs.newrelic.com/docs/browser/browser-monitoring/getting-started/browser-agent-eol-policy/). Release dates are reflective of the original publish date of the agent version.
30+
31+
New browser agent releases are rolled out to customers in small stages over a period of time. Because of this, the date the release becomes accessible to your account may not match the original publish date. Please see this [status dashboard](https://newrelic.github.io/newrelic-browser-agent-release/) for more information.
32+
33+
Consistent with our [browser support policy](https://docs.newrelic.com/docs/browser/new-relic-browser/getting-started/compatibility-requirements-browser-monitoring/#browser-types), v1.297.0 of the Browser agent was built for and tested against these browsers and version ranges: Chrome 129-139, Edge 129-139, Safari 17-19, and Firefox 131-141. For mobile devices, v1.297.0 was built and tested for Android OS 16 and iOS Safari 17-18.1.

0 commit comments

Comments
 (0)