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

Browser agent release notesRSS

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

Features

Control log API through separate RUM flag

Logs captured by the newrelic.log method will now be configurable through settings and controlled separately from wrapped logs. This allows one to be disabled without affecting the other, as in the case that only newrelic.log is desired and not auto instrumented console.

Ensure responseStart is valid before relying on onTTFB

Adds an extra validation step to ensure that responseStart of the nav timing entry is valid before relying on onTTFB to return valid data. The web-vitals library depends on that value to operate correctly, and without a valid TTFB response, the agent will not send the RUM call. This change ensures that fallback measures are taken when responseStart is invalid, to ensure a RUM call is sent more reliably, which helps compatibility with unsupported frameworks such as ElectronJS.

Bug fixes

Remove linebreak syntax from webpack output

Removes the newline character in webpack output to avoid issues with copy-pasting our script as a string inside code.

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.306.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 135-145. For mobile devices, v1.306.0 was built and tested for Android OS 16 and 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.

December 3, 2025
Browser agent v1.304.0

v1.304.0

Features

Warn message on session reset

Adds a warning code when an agent session reset happens so that we have better debugging on browser transition behavior.

Reduce Session Replay snapshot sizes

Use slimDOMOption = 'all' by default to reduce session replay snapshot payload sizes.

Bug fixes

Observe document.body after document is interactive

Addresses the scenario where MutationObserver.observe() was issued before document.body is available, causing Failed to execute 'observe' on 'MutationObserver': parameter 1 is not of type 'Node'. error.

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.304.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 134-144. For mobile devices, v1.304.0 was built and tested for Android OS 16 and iOS Safari 17-26.

November 13, 2025
Browser agent v1.303.0

v1.303.0

Features

Allows the consent API to function without requiring localStorage access, by keeping common state in the agent that controls harvests. Applications must invoke the API on every hard page load when localStorage access is blocked.

Allow nested registrations

To facilitate inherent parent-child relationships with the planned register API, allow registered entities to expose their own .register() API for children of that entity to register with. Entities who register with the container agent will be related to the container. Entities that register under another registered entity will be related to both the container as well as the parent entity.

Additional validation to prepare agent for MFE registrations

Adding validation rules in the agent to prevent bad values for MFE target id and name in support of MFE/v2 registrations.

Add measure support to register API

Adds support for the measure API in the register response object. This is in support of the future micro front end offering planned.

Add useConsentModel functionality

Adds use_consent_mode init property and functionality. Adds the consent() API call. The consent model, if enabled, disallows agent harvesting unless consent is given through the consent() API call.

Retry initial connect call

To help prevent data loss, the agent will now retry the original "RUM" call an extra time for retryable status codes.

Add custom event support to register API

Adds methods for capturing custom events to the register API, to be used later when MFE support is established.

SMs for browser connect response

Adds supportability metrics for failed responses on initializing the page_view_event aggregate.

Bug fixes

Obfuscate custom attributes for logs added after PVE

Extends obfuscation to cover custom attributes on logging events added after the initial RUM/PageViewEvent harvest.

memoize promise context propagation to avoid safari hangs

Memoizes promise context propagation to prevent potential browser hangs in Safari by avoiding repeated context operations.

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

October 24, 2025
Browser agent v1.302.0

v1.302.0

Features

Prepare agent to utilize v2 harvests for MFE registrations

Update the agent to handle harvests for registered targets to use the newly defined v2 endpoint schemas. This will act as the mechanism to handle client-side entity and relationship synthesis as well as ingest MFE specific data. This will be supported for Log, PageAction and JavaScriptError events, but is currently gated behind internal feature flags until a public preview is announced.

Bug fixes

User frustrations logic should be gated

Move user frustrations logic to browser scope only with FF gate in Generic Events instrumentation. This should avoid running extraneous wrapping logic and events related to user frustrations.

Improve accuracy in standalone AjaxRequest event start times

Adjusts a problem in the agent where start times of certain standalone AjaxRequest event payloads were reported relative to the page origin instead of relative to the first event in the payload, causing discrepancies when visualizing in NR1.

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

October 21, 2025
Browser agent v1.301.0

v1.301.0

Features

Switch to using NR fork of rrweb

Browser agent will now switch to using New Relic's forked version of rrweb for Session Replay instead of the original repository. This will allow browser team to custom tailor hotfixes for issues.

Bug fixes

Preserve agent attributes for log payloads

Adjust browser log payloads, such that agent-reserved attributes will take precedence over user-provided values if they happen to share the same name.

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.301.0 of the Browser agent was built for and tested against these browsers and version ranges: Chrome 131-141, Edge 131-141, Safari 17-26, and Firefox 133-143. For mobile devices, v1.301.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.