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

Browser agent release notesRSS

February 19
Browser agent v1.310.1

v1.310.1

Bug fixes

Enhance LCP entry with fallback attribution values

In cases wherein LCP is reported with no attribution entry from web-vitals, the agent will now pass on other default provided attributes such as timeToFirstByte instead of ignoring them.

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.310.1 of the Browser agent was built for and tested against these browsers and version ranges: Chrome 134-144, Edge 134-144, Safari 18-26, and Firefox 137-147. For mobile devices, v1.310.1 was built and tested for Android OS 16 and iOS Safari 18-26.

February 17
Browser agent v1.310.0

v1.310.0

Features

better MFE timing handling

Improve the detection of script assets reported by the browser which power the MicroFrontEndTiming event's timeToFetch and timeToBeRequested attributes. This change also includes new assetUrl and assetType attributes to better illustrate the assets used to populate the timing data.

This concludes the complete removal of the old SPA feature that is replaced by Soft Navigations feature. Since agent version 1.307.0, the default "SPA" was already switched over, so no breaking changes from this version are expected.

Capture MFE timings as MicroFrontEndTiming Events

Captures the lifecycle timings of registered entities in preparation for future micro front end product

Bug fixes

Update measure API types

Corrects an issue where the typings associated with the measure API did not accept PerformanceMark as a valid input for start or end values.

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.310.0 of the Browser agent was built for and tested against these browsers and version ranges: Chrome 134-144, Edge 134-144, Safari 17-26, and Firefox 137-147. For mobile devices, v1.310.0 was built and tested for Android OS 16 and iOS Safari 17-26.

February 3
Browser agent v1.309.0

v1.309.0

Features

Warn when more than one agent is running

Added a console warning when more than one Browser agent is running on the page.

Improve MFE tag setting

Enforce tags to be set for micro frontends by supplying an object of key-value pairs to the tags argument of the register(...) API. This allows for tags to be specified with an explicit value instead of only supporting boolean tags.

Add WebDriver detection attribute to PageView & PageViewTiming

PageView, PageViewTiming and initialPageLoad-category BrowserInteraction events will now report a webdriverDetected property corresponding to the navigator.webdriver set by the browser.

Bug fixes

Micro agent duplicate handlers

Fixes when micro agents are created in a staggered fashion, handlers for each agent is multiplied by the number of agents that follow. For example if there were two agents, the handlers for the first agent was registered twice. This had the effect of duplicating events + contents of harvest payloads.

allow child registrations from blocked parents

Allow blocked parent entities to still instantiate a child MFE when registering

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.309.0 of the Browser agent was built for and tested against these browsers and version ranges: Chrome 133-143, Edge 133-143, Safari 17-26, and Firefox 136-146. For mobile devices, v1.309.0 was built and tested for Android OS 16 and iOS Safari 17-26.

January 8
Browser agent v1.308.0

v1.308.0

Característica

agregar soporte para etiquetas mfe con la API de registro

Agrega soporte para agregar etiquetas de entidad mediante el uso de la API de registro

agregar el atributo child.id para facilitar la interconexión de MFE

Agrega un atributo child.id a los datos duplicados para facilitar el enlace cruzado futuro en la interfaz de usuario

Añadir API "deregister"

Agrega soporte para anular el registro de una entidad registrada, para usar con la próxima iniciativa de soporte de Micro Front End.

agrega el atributo parent.type para facilitar la síntesis de relaciones

Agrega el atributo parent.type requerido para la síntesis de relaciones futuras durante la ingesta de MFE.

Agregar motivo de cierre predeterminado

Agregue una razón de cierre predeterminada de unknown a los eventos de WebSocket cuya razón de cierre no se pudo determinar.

Corrección de errores

aplicar valores no nulos en los campos numéricos

Asegúrese de que los campos numéricos siempre se informen en los eventos de WebSocket estableciendo de forma predeterminada 0 en lugar de undefined

URLs de WebSocket limpios

Elimine los fragmentos hash y los parámetros de consulta de las URL informadas en los eventos de WebSocket

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 del navegador, la versión 1.308.0 del agente del navegador se creó y probó para estos navegadores y rangos de versiones: Chrome 133-143, Edge 133-143, Safari 17-26 y Firefox 136-146. Para dispositivos móviles, la versión 1.308.0 se creó y probó para Android OS 16 e iOS Safari 17-26.

January 6
Browser agent v1.307.0

v1.307.0

Característica

Hacer que la función de navegaciones suaves sea la SPA predeterminada

La función de navegaciones suaves es ahora la función en ejecución obligatoria para SPA. La función SPA anterior y obsoleta no se puede seleccionar ni utilizar a partir de esta actualización.

Agregar la opción resetSession a la API setUserId()

Introduce la opción de restablecer la sesión del agente del navegador al actualizar un ID de usuario a través de la API setUserId().

Soporte de comodines para la lista de denegación de Ajax

Agrega soporte de caracteres comodín, con el carácter *, a la función de lista de denegación de AJAX, lo que permite sustituir uno o más caracteres en sus filtros de lista de denegació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 del navegador, la versión 1.307.0 del agente del navegador se creó y probó para estos navegadores y rangos de versiones: Chrome 133-143, Edge 133-143, Safari 17-26 y Firefox 136-146. Para dispositivos móviles, la versión 1.307.0 se creó y probó para Android OS 16 e iOS Safari 17-26.

December 16, 2025
Browser agent v1.306.0

v1.306.0

Característica

Controlar la API de log a través de una bandera RUM separada

Los logs capturados por el método newrelic.log ahora serán configurables a través de la configuración y controlados por separado de los logs envueltos. Esto permite que uno se desactive sin afectar al otro, como en el caso de que solo se desee newrelic.log y no se instrumente automáticamente console.

Asegurar que responseStart sea válido antes de depender de onTTFB

Agrega un paso de validación adicional para asegurar que responseStart de la entrada de tiempo de navegación sea válido antes de depender de onTTFB para devolver datos válidos. La biblioteca web-vitals depende de ese valor para operar correctamente, y sin una respuesta TTFB válida, el agente no enviará la llamada RUM. Este cambio asegura que se tomen medidas de respaldo cuando responseStart no es válido, para asegurar que se envíe una llamada RUM de manera más confiable, lo que ayuda a la compatibilidad con frameworks no compatibles como ElectronJS.

Corrección de errores

Eliminar la sintaxis de salto de línea de la salida de webpack

Elimina el carácter de nueva línea en la salida de webpack para evitar problemas al copiar y pegar nuestro script como una cadena dentro del código.

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 del navegador, la versión 1.306.0 del agente Browser se construyó y probó para estos navegadores y rangos de versiones: Chrome 133-143, Edge 133-143, Safari 17-26 y Firefox 135-145. Para dispositivos móviles, la versión 1.306.0 se construyó y probó para Android OS 16 e iOS Safari 17-26.

December 10, 2025
Browser agent v1.305.0

v1.305.0

Features

Improve agent compatibility with ChatGPT connector apps

Small tweaks were made to the agent to allow for better compatibility with the unique iframe constraints of ChatGPT connector applications.

Enable user frustrations for Pro/SPA agents

Officially releases dead click and error click detections for interactive elements to Pro and SPA agents.

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.305.0 of the Browser agent was built for and tested against these browsers and version ranges: Chrome 132-142, Edge 132-142, Safari 17-26, and Firefox 135-145. For mobile devices, v1.305.0 was built and tested for Android OS 16 and iOS Safari 17-26.

Copyright © 2026 New Relic Inc.

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