• /
  • EnglishEspañolFrançais日本語한국어Português
  • Inicia sesiónComenzar ahora

Browser agent release notesRSS

May 30
Browser agent v1.291.0

v1.291.0

Features

Create the measure API

Adds the measure API to the newrelic global object. This API allows generating new BrowserPerformance data even if auto-detection of marks and measures is not enabled.

Bug fixes

Fix race between end of session and features aborting

Fix an issue where features would race with the session manager when a session ends. This required a check for session timings to match a given session and could create a state where a new session created from a pre-existing session would trigger a partial replay or no replay, and prevent the agent from sending trace data with a given replay.

Harvest first session trace payload immediately

For better consistency, implemented old behavior where the first ST payload is harvested immediately when the page loads. This helps ensure cases where replays are harvested but traces are not happen less frequently.

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. 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 for more information.

Consistent with our browser support policy, v1.291.0 of the Browser agent was built for and tested against these browsers and version ranges: Chrome 126-136, Edge 126-136, Safari 17-17, and Firefox 128-138. For mobile devices, v1.291.0 was built and tested for Android OS 16 and iOS Safari 17-18.1.

May 30
Browser agent v1.291.0

versión 1.291.0

Característica

Crear la API de medida

Agrega la API de medida al objeto global newrelic. Esta API permite generar nuevos datos de BrowserPerformance incluso si la detección automática de marcas y medidas no está habilitada.

Corrección de errores

Se solucionó la carrera entre el final de la sesión y la interrupción de la función.

Se soluciona un problema en el que Característica competía con el administrador de sesión cuando finalizaba una sesión. Esto requería una verificación de los tiempos de sesión para que coincidieran con una sesión determinada y podía crear un estado en el que una nueva sesión creada a partir de una sesión preexistente activaría una repetición parcial o ninguna repetición y evitaría que el agente enviara datos de traza con una repetición determinada.

Cosecha primer rastreo de sesión carga inmediata

Para lograr una mejor consistencia, se implementó el comportamiento anterior donde la primera carga útil ST se recolecta inmediatamente cuando se carga la página. Esto ayuda a garantizar que los casos en los que se recopilan repeticiones pero no se generan trazas ocurran con menor frecuencia.

Declaración de apoyo

New Relic recomienda que actualices el agente periódicamente para garantizar que obtengas las últimas características y beneficios de rendimiento. Las versiones anteriores ya no recibirán soporte cuando lleguen al final de su vida útil. Las fechas de lanzamiento reflejan la fecha de publicación original de la versión del agente.

Las nuevas versiones del agente del browser se lanzan a los clientes en pequeñas etapas a lo largo de un periodo de tiempo. Debido a esto, la fecha en que el lanzamiento esté disponible en su cuenta puede no coincidir con la fecha de publicación original. Consulte este dashboard de estado para obtener más información.

De acuerdo con nuestra política de compatibilidad de navegadores, la versión 1.291.0 del agente de Browser se creó y probó con estos navegadores y rangos de versiones: Chrome 126-136, Edge 126-136, Safari 17-17 y Firefox 128-138. Para dispositivos móviles, la versión v1.291.0 fue creada y probada para Android OS 16 e iOS Safari 17-18.1.

May 21
Browser agent v1.290.1

v1.290.1

Bug fixes

Silence setting getter only harvestCount message

The warning that results from the agent attempting to overwrite the runtime harvestCount will be correctly silenced.

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. 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 for more information.

Consistent with our browser support policy, v1.290.1 of the Browser agent was built for and tested against these browsers and version ranges: Chrome 126-136, Edge 126-136, Safari 17-17, and Firefox 128-138. For mobile devices, v1.290.1 was built and tested for Android OS 16 and iOS Safari 17-18.1.

May 21
Browser agent v1.290.1

versión 1.290.1

Corrección de errores

Silenciar la configuración del captador solo con el mensaje harvestCount

La advertencia que resulta del intento del agente de sobreescribir el tiempo de ejecución harvestCount se silenciará correctamente.

Declaración de apoyo

New Relic recomienda que actualices el agente periódicamente para garantizar que obtengas las últimas características y beneficios de rendimiento. Las versiones anteriores ya no recibirán soporte cuando lleguen al final de su vida útil. Las fechas de lanzamiento reflejan la fecha de publicación original de la versión del agente.

Las nuevas versiones del agente del browser se lanzan a los clientes en pequeñas etapas a lo largo de un periodo de tiempo. Debido a esto, la fecha en que el lanzamiento esté disponible en su cuenta puede no coincidir con la fecha de publicación original. Consulte este dashboard de estado para obtener más información.

De acuerdo con nuestra política de compatibilidad de navegadores, la versión 1.290.1 del agente del navegador se creó y probó con estos navegadores y rangos de versiones: Chrome 126-136, Edge 126-136, Safari 17-17 y Firefox 128-138. Para dispositivos móviles, la versión v1.290.1 fue creada y probada para Android OS 16 e iOS Safari 17-18.1.

May 2
Browser agent v1.290.0

v1.290.0

Features

Bundler tools exports

An optional Webpack splitChunks cacheGroup matcher is now available for users who build the agent via NPM. This matcher enables de-duplication and merging of the agent's lazy-loaded JavaScript into a single chunk. This single chunk loads post-page render, consistent with the behavior of our pre-built agent for APM and copy/paste implementations.

Set UserAction currentUrl before aggregation end

Set currentUrl on the first event of a user action instead of at the end of aggregation.

Improve lazy-loading optimization

Optimize our pattern to ensure that code-bundlers such as webpack can more effectively tree-shake the output to only include the relevant files needed to run the agent. This specifically helps reduce the bundle size, reduce the amount of lazy files generated, and streamlines "custom" agent builds used with NPM.

API Code Splitting

Split the API method definitions per feature instead of a single file shared across all loader types. This allows each loader to only instantiate the necessary APIs for the features included, and reduce overall bundle size for the "Lite" build as well as custom-built agents with NPM. A shell will still exist for non-initialized APIs to prevent errors from throwing on APIs used without the needed features.

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. 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 for more information.

Consistent with our browser support policy, v1.290.0 of the Browser agent was built for and tested against these browsers and version ranges: Chrome 125-135, Edge 125-135, Safari 17-17, and Firefox 127-137. For mobile devices, v1.290.0 was built and tested for Android OS 16 and iOS Safari 17-18.1.

April 24
Browser agent v1.289.0

v1.289.0

Features

Remove agent config cache and getters/setters

Removes agent internal configuration utility functions. No impact to agent functionality is expected. Build size have been reduced by this coding style change.

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. 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 for more information.

Consistent with our browser support policy, v1.289.0 of the Browser agent was built for and tested against these browsers and version ranges: Chrome 125-135, Edge 125-135, Safari 17-17, and Firefox 127-137. For mobile devices, v1.289.0 was built and tested for Android OS 16 and iOS Safari 17-18.1.

April 24
Browser agent v1.289.0

v1.289.0

Característica

Eliminar la caché de configuración del agente y los métodos getters/setters

Elimina las funciones de la utilidad de configuración interna del agente. No se espera ningún impacto en la funcionalidad del agente. Este cambio de estilo de codificación redujo el tamaño de la compilación.

Declaración de apoyo

New Relic recomienda que actualices el agente periódicamente para garantizar que obtengas las últimas características y beneficios de rendimiento. Las versiones anteriores ya no recibirán soporte cuando lleguen al final de su vida útil. Las fechas de lanzamiento reflejan la fecha de publicación original de la versión del agente.

Las nuevas versiones del agente del browser se lanzan a los clientes en pequeñas etapas a lo largo de un periodo de tiempo. Debido a esto, la fecha en que el lanzamiento esté disponible en su cuenta puede no coincidir con la fecha de publicación original. Consulte este dashboard de estado para obtener más información.

De acuerdo con nuestra política de compatibilidad de navegadores, la versión 1.289.0 del agente de Browser se creó y probó con estos navegadores y rangos de versiones: Chrome 125-135, Edge 125-135, Safari 17-17 y Firefox 127-137. Para dispositivos móviles, la versión v1.289.0 fue creada y probada para Android OS 16 e iOS Safari 17-18.1.

April 18
Browser agent v1.288.1

v1.288.1

Bug fixes

Ensure event buffer always exists

Ensure event buffers always exist to prevent race conditions between agent life-cycles and data storage.

Call handle directly for submitting SM

This fixes a bad reference to a parent function that is not accessible.

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. 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 for more information.

Consistent with our browser support policy, v1.288.1 of the Browser agent was built for and tested against these browsers and version ranges: Chrome 125-135, Edge 125-135, Safari 17-17, and Firefox 127-137. For mobile devices, v1.288.1 was built and tested for Android OS 15 and iOS Safari 17-18.1.

April 18
Browser agent v1.288.1

versión 1.288.1

Corrección de errores

Cerciorar de que el búfer de eventos siempre exista

Cerciorar de que siempre existan buffers de eventos para evitar condiciones de carrera entre el agente de ciclo de vida y el almacenamiento de datos.

Llamar directamente al identificador para enviar SM

Esto corrige una referencia incorrecta a una función principal a la que no se puede acceder.

Declaración de apoyo

New Relic recomienda que actualices el agente periódicamente para garantizar que obtengas las últimas características y beneficios de rendimiento. Las versiones anteriores ya no recibirán soporte cuando lleguen al final de su vida útil. Las fechas de lanzamiento reflejan la fecha de publicación original de la versión del agente.

Las nuevas versiones del agente del browser se lanzan a los clientes en pequeñas etapas a lo largo de un periodo de tiempo. Debido a esto, la fecha en que el lanzamiento esté disponible en su cuenta puede no coincidir con la fecha de publicación original. Consulte este dashboard de estado para obtener más información.

De acuerdo con nuestra política de compatibilidad de browsers, la versión 1.288.1 del agente del browser se creó y probó con estos browsers y rangos de versiones: Chrome 125-135, Edge 125-135, Safari 17-17 y Firefox 127-137. Para dispositivos móviles, la versión v1.288.1 fue creada y probada para Android OS 15 e iOS Safari 17-18.1.

April 16
Browser agent v1.288.0

v1.288.0

Features

Prevent storing session data past session expiry

There may be edge cases where some Session Replay/Session Trace data could be stored even though the agent session has expired. Add instrumentation to detect such occurrences and skip storing these events for the time being.

Introduce isFirstOfSession attribute on InitialPageLoad events

To help support User Journeys, the isFirstOfSession custom attribute will be added to BrowserInteraction events of initial page load kind if the page is the first of a new session.

Bug fixes

Reset notified when replay stops recording

Resolves an issue where JavaScriptError events would be missing the hasReplay attribute after session recording is resumed (for example, from user clicking on another tab/tab going idle and then coming back to it).

Solve race condition in logging abort

If the logging feature aborted before the agent had set up the event buffer, it could throw errors. This was addressed by checking for the presence of the event buffer before running methods against it.

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. 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 for more information.

Consistent with our browser support policy, v1.288.0 of the Browser agent was built for and tested against these browsers and version ranges: Chrome 124-134, Edge 124-134, Safari 17-17, and Firefox 126-136. For mobile devices, v1.288.0 was built and tested for Android OS 15 and iOS Safari 17-18.1.

Copyright © 2025 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.