From 5cac8f612ca2c9ecf1a8f3c6daf9a188f9d56ce9 Mon Sep 17 00:00:00 2001 From: Browser Agent Team Date: Fri, 31 Jan 2025 22:45:33 +0000 Subject: [PATCH] chore: Add Browser agent v1.280.0 release notes --- .../browser-agent-v1.280.0.mdx | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/content/docs/release-notes/new-relic-browser-release-notes/browser-agent-release-notes/browser-agent-v1.280.0.mdx diff --git a/src/content/docs/release-notes/new-relic-browser-release-notes/browser-agent-release-notes/browser-agent-v1.280.0.mdx b/src/content/docs/release-notes/new-relic-browser-release-notes/browser-agent-release-notes/browser-agent-v1.280.0.mdx new file mode 100644 index 00000000000..f00e4659bd8 --- /dev/null +++ b/src/content/docs/release-notes/new-relic-browser-release-notes/browser-agent-release-notes/browser-agent-v1.280.0.mdx @@ -0,0 +1,29 @@ +--- +subject: Browser agent +releaseDate: "2025-01-31" +version: 1.280.0 +features: ["Remove agentIdentifier argument from agent constructors"] +bugs: ["Roll back to previous FirstInteraction implementation"] +security: [] +--- + +## v1.280.0 + +### Features + +#### Remove agentIdentifier argument from agent constructors +Removes the agentIdentifier argument from the Agent and MicroAgent class constructors. The agentIdentifier should always be a random hex string to guarantee uniqueness across agent instances. + + +### Bug fixes + +#### Roll back to previous FirstInteraction implementation +Setting agent back to previous FirstInteraction implementation after some reports of slow downs around the performance observer on the first input of a page. + +## Support statement + +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. + +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. + +Consistent with our [browser support policy](https://docs.newrelic.com/docs/browser/new-relic-browser/getting-started/compatibility-requirements-browser-monitoring/#browser-types), v1.280.0 of the Browser agent was built for and tested against these browsers and version ranges: Chrome 122-132, Edge 122-132, Safari 17-17, and Firefox 124-134. For mobile devices, v1.280.0 was built and tested for Android OS 15 and iOS Safari 17-18.1. \ No newline at end of file