• /
  • EnglishEspañolFrançais日本語한국어Português
  • EntrarComeçar agora

Browser agent release notesRSS

September 19
Browser agent v1.298.0

v1.298.0

Recurso

Fator de tarefas longas em um intervalo de interação de base de navegação suave

BrowserInteraction sob navegação suave ("SPA 2.0") se estenderá em duração além do tempo de modificação do DOM até o ponto em que nenhuma tarefa longa for observada por 5 segundos. JavascriptError e AjaxRequest ainda não estão associados a essa interação durante esse período estendido além do fim da heurística original.

Correções de bugs

Forçar o LCP a relatar a URL da página original

Permitir que o LCP relate seu pageUrl de forma distinta do URL de coleta. Foi observado um problema em que navegações suaves ocorrendo antes da coleta do LCP relatavam a URL da página atual em vez da URL da página original vinculada ao LCP. Essa alteração permite que os nós de coleta do LCP relatem o URL original, independentemente do URL da página atual. A alteração deve ser aplicada aos atributos pageUrl e targetGroupedUrl.

Declaração de apoio

New Relic recomenda que você atualize o agente regularmente para garantir que esteja obtendo os benefícios mais recentes de recursos e desempenho. Versões mais antigas não terão mais suporte quando chegarem ao fim de sua vida útil. As datas de lançamento refletem a data de publicação original da versão do agente.

Novos lançamentos de agente do browser são disponibilizados aos clientes em pequenas etapas ao longo de um período de tempo. Por esse motivo, a data em que o lançamento fica acessível à sua conta pode não corresponder à data de publicação original. Consulte este dashboard de status para obter mais informações.

De acordo com nossa política de suporte a navegadores, a versão v1.298.0 do agente Browser foi criada e testada nesses navegadores e intervalos de versão: Chrome 130-140, Edge 130-140, Safari 17-19 e Firefox 132-142. Para dispositivos móveis, a versão v1.298.0 foi criada e testada para Android OS 16 e iOS Safari 17-26.

September 17
Browser agent v1.297.1

v1.297.1

Bug fixes

Prevent double import of Session Replay aggregate class

Fixes an issue that was found where the Session Replay aggregate class could be double imported when using the newrelic.recordReplay API method while preloading was enabled.

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

September 10
Browser agent v1.297.0

v1.297.0

Recurso

Evite colheitas precoces no período de repetição

Evite que o agente faça a colheita mais cedo quando a taxa estiver limitada. Se o serviço de ingestão retornar 429, o agente substituirá seus dados e tentará a coleta novamente mais tarde. Enquanto isso acontece, ele não poderá mais coletar dados antecipadamente, conforme novos dados chegam, até que a coleta seja bem-sucedida.

remover meta atributo newrelic

Remover o relatório do meta atributo __newrelic da carga de replay de saída. Isso está sendo realizado como uma medida para ajudar a economizar bytes faturáveis para os clientes e reduzir o custo de uso das funcionalidades do Session Replay.

Correções de bugs

Corrigir exceções para corpos nulos decorrentes de colheitas vazias

Foi feita uma alteração para garantir que toda carga limpa garanta uma saída válida. Antes, uma string vazia passando pelo processo de limpeza do corpo poderia gerar um erro, pois o mecanismo retornaria o corpo como nulo. Agora, strings vazias passarão intactas, permitindo que o processamento posterior seja aplicado com sucesso.

Declaração de apoio

New Relic recomenda que você atualize o agente regularmente para garantir que esteja obtendo os benefícios mais recentes de recursos e desempenho. Versões mais antigas não terão mais suporte quando chegarem ao fim de sua vida útil. As datas de lançamento refletem a data de publicação original da versão do agente.

Novos lançamentos de agente do browser são disponibilizados aos clientes em pequenas etapas ao longo de um período de tempo. Por esse motivo, a data em que o lançamento fica acessível à sua conta pode não corresponder à data de publicação original. Consulte este dashboard de status para obter mais informações.

De acordo com nossa política de suporte a navegadores, a versão v1.297.0 do agente do Browser foi criada e testada nesses navegadores e intervalos de versão: Chrome 129-139, Edge 129-139, Safari 17-19 e Firefox 131-141. Para dispositivos móveis, a versão v1.297.0 foi criada e testada para Android OS 16 e iOS Safari 17-18.1.

August 19
Browser agent v1.296.0

v1.296.0

Features

Harvest traces early

Update agent to handle session traces the same way other features handle data as of 1.294.0, by allowing harvests at 16kb of size.

Bug fixes

Remove event buffer inspection event

Removes the event buffer inspection event to avoid a memory leak on using console.log with the newrelic window event listener.

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.296.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.296.0 was built and tested for Android OS 16 and iOS Safari 17-18.1.

August 4
Browser agent v1.295.0

v1.295.0

Features

Add error cause detection

Detect and report the cause attribute on captured JavaScriptError events. If the cause is an instance of an Error, the stack trace will be captured, otherwise the stringified contents of the cause will be reported. This will be queryable in JavaScriptError events under the attribute cause.

Bug fixes

Add monkey-patching warnings

Added detection and warnings for when expected globals have been monkey-patched before the agent has been executed on the page. This can cause unexpected behaviors and the intent is to inform customers of this behavior.

Calculate first and last timestamps from raw data

Ensure the agent manually calculates the first and last timestamps of a SessionReplay payload before harvesting to help improve consistency on the UI replayer.

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.295.0 of the Browser agent was built for and tested against these browsers and version ranges: Chrome 128-138, Edge 128-138, Safari 17-19, and Firefox 130-140. For mobile devices, v1.295.0 was built and tested for Android OS 16 and iOS Safari 17-26.

July 23
Browser agent v1.294.0

v1.294.0

Features

Harvest early

The agent will now be able to trigger early harvests if certain criteria is met. This will help ensure that more payloads are kept and memory leaks are prevented. The agent will initiate an early harvest when a feature buffer size reaches 16KB, otherwise it will continue to harvest every 30 seconds as before. This new behavior will apply to the following events:

  • AjaxRequest
  • BrowserInteraction
  • BrowserPerformance
  • Custom Events
  • Log
  • PageAction
  • PageViewTiming
  • SessionReplay
  • UserAction

A separate effort will be conducted to enable early harvesting for timeslice metrics, javascript errors and session traces which use other mechanisms for storage in the agent.

Bug fixes

report empty previousUrl as undefined

The previousUrl attribute on BrowserInteraction events was reported as an empty string is cases where document.referrer is empty. This caused URL grouping to apply grouping on an empty string, leading to meaningless groups being appended to previousUrl. previousUrl is now reported as undefined to allow URL grouping to skip empty URLs.

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.294.0 of the Browser agent was built for and tested against these browsers and version ranges: Chrome 128-138, Edge 128-138, Safari 17-19, and Firefox 130-140. For mobile devices, v1.294.0 was built and tested for Android OS 16 and iOS Safari 17-26.

July 1
Browser agent v1.293.0

v1.293.0

Features

Add "long tasks" internal message

Add an internal message indicating if a wrapped function qualifies as a "long task". This is to be used later in agent features to enhance future behaviors.

Emit SM on rum response invalid timestamps

Emit a supportability metric on receiving an invalid timestamp in the rum call response.

Bug fixes

Address issue keeping distributed traces from being disabled

Addressed a bug where the agent was able to capture distributed traces, even when distributed_tracing: false was supplied in the configuration.

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.293.0 of the Browser agent was built for and tested against these browsers and version ranges: Chrome 128-138, Edge 127-137, Safari 17-19, and Firefox 129-139. For mobile devices, v1.293.0 was built and tested for Android OS 16 and iOS Safari 17-26.

June 26
Browser agent v1.292.1

v1.292.1

Bug fixes

fix custom attribute race condition precedence

Addressed a race condition that occurred between the local storage module reading and writing custom attributes locally and the API updating custom attributes in page memory.

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.292.1 of the Browser agent was built for and tested against these browsers and version ranges: Chrome 127-137, Edge 127-137, Safari 17-18, and Firefox 129-139. For mobile devices, v1.292.1 was built and tested for Android OS 16 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.