• /
  • EnglishEspañolFrançais日本語한국어Português
  • ログイン今すぐ開始

Browser agent release notesRSS

April 2
Browser agent v1.312.1

v1.312.1

Bug fixes

.at causes issues in older browsers

.at() is not being properly transpiled and causing initialization issues, switched to indexing.

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

March 30
Browser agent v1.312.0

v1.312.0

特徴

MFEログを自動検出

Logイベントのマイクロフロントエンド (MFE) による自動帰属をサポートする機能を追加します。以前は、 Logイベントはコンテナブラウザアプリケーションによってグローバルに自動的にキャプチャされるだけでした。この変更により、エージェントは、指定されたログ メソッド (console.log、 console.info、など)を、 register API に登録された MFE モジュールのコールスタック署名に渡します。ブラウザエージェントへの登録を担当するファイルが、トリガーされているログ メソッドの呼び出しスタック シグネチャ内で見つかった場合、そのイベントはコンテナーではなく MFE に属性付けされます。

MFE AJAXを自動的に検出する

AjaxRequestイベントのマイクロフロントエンド (MFE) による自動帰属をサポートする機能を追加します。以前は、 AjaxRequestイベントはコンテナブラウザアプリケーションによってグローバルにのみキャプチャされていました。この変更により、エージェントはAJAX呼び出しのコールスタック署名と、 register APIに登録されたMFEモジュールのコールスタック署名を相互比較します。ブラウザエージェントへの登録を担当するファイルが、トリガーされている AJAX リクエストの呼び出しスタック署名で見つかった場合、そのイベントはコンテナーではなく MFE に属性付けされます。

バグ修正

Safariで実行されているAngularアプリでセッションリプレイが機能しない

Safari上で実行されているAngularアプリにおいて、セッションリプレイが最初のスナップショット以降の録画をキャプチャできない問題を修正しました。

循環置換を元に戻す

JSON.stringify 操作に適用される循環置換メソッドは、 scrollイベント ハンドラのように、非常に複雑でネストされたオブジェクトが短時間で連続して出力される特殊なケースで遅延を引き起こすことが確認されました。この方法は、パフォーマンスのボトルネックを軽減するために、より高速でシンプルな操作に戻されました。

サポートステートメント

New Relic では、最新の機能とパフォーマンス上のメリットを確実に得られるよう、エージェントを定期的にアップグレードすることをお勧めします。古いリリースはサポート終了になるとサポートされなくなります。リリース日は、エージェント バージョンの元の公開日を反映します。

新しいブラウザエージェントのリリースは、一定期間にわたって小さな段階で顧客に展開されます。 このため、リリースがアカウントでアクセス可能になる日付は、元の公開日と一致しない可能性があります。詳細については、このステータス ダッシュボードをご覧ください。

当社のブラウザサポートポリシーに従い、 Browser v1.312.0は、 Chrome 136-146、Edge 136-146、Safari 18-26、Firefox 138-148のブラウザおよびバージョン範囲向けに構築され、テストされています。 モバイルデバイス向けには、v1.312.0がAndroid OS 16およびiOS Safari 18~26.2向けにビルドおよびテストされました。

March 20
Browser agent v1.311.0

v1.311.0

Features

agentIdentifier removal

Removed scoped references by agent identifier to simplify the agent architecture. All references are now stored directly within the agent reference, eliminating the need to blend agent references with scoped objects via lookup keys.

Attribute original page URL to all PageViewTiming nodes

Expanded pageUrl attribution to all timings, building on previous work for LCP. PageViewTiming events now report the original hard navigation URL for all node types, ensuring data consistency for SPA even if the URL changes before harvest.

improve MFE timing logic

Enhanced the agent's ability to identify the correct MFE script calling the register API. This improvement results in more accurate timing information for MFE environments.

Bug fixes

Enforce string IDs for new MFE registrations

Resolved an issue where non-string IDs caused errors during MFE entity synthesis. The agent now enforces string-based IDs and issues a warning if a different data type is provided.

Circular replacer removed reused objects from harvests

Fixed an issue where the internal stringify method removed shared pointers across harvest payloads, which occasionally caused missing params attributes on error harvests.

Update RegExp to prevent un-minimized webpack build issue

Replaced the $ character with its hexadecimal equivalent in regular expressions. This prevents Webpack from incorrectly replacing the character during the build process, which previously caused agent failures in unminimized builds.

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.311.0 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.311.0 was built and tested for Android OS 16 and iOS Safari 18-26.

February 19
Browser agent v1.310.1

バージョン1.310.1

バグ修正

フォールバック属性値を使用して LCP エントリを強化する

Web-vitals からの属性エントリなしで LCP が報告された場合、エージェントは、 timeToFirstByteなどの他のデフォルトで提供される属性を無視するのではなく、渡すようになりました。

サポートステートメント

New Relic では、最新の機能とパフォーマンス上のメリットを確実に得られるよう、エージェントを定期的にアップグレードすることをお勧めします。古いリリースはサポート終了になるとサポートされなくなります。リリース日は、エージェント バージョンの元の公開日を反映します。

新しいブラウザエージェントのリリースは、一定期間にわたって小さな段階で顧客に展開されます。 このため、リリースがアカウントでアクセス可能になる日付は、元の公開日と一致しない可能性があります。詳細については、このステータス ダッシュボードをご覧ください。

弊社のブラウザ サポート ポリシーに従い、 Browserの v1.310.1 は、 Chrome 134 ~ 144、Edge 134 ~ 144、Safari 18 ~ 26、Firefox 137 ~ 147 のブラウザとバージョン範囲を対象に構築され、テストされています。 モバイル デバイスの場合、v1.310.1 は Android OS 16 および 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

バージョン1.308.0

特徴

register APIで mfe タグのサポートを追加

登録APIの使用を通じてエンティティタグを追加するためのサポートを追加します

MFE の相互リンクを容易にするために child.id 属性を追加します

UI での将来の相互リンクを容易にするために、重複したデータに child.id 属性を追加します。

「登録解除」APIを追加

今後の Micro Frontend サポート イニシアチブで使用するために、登録済みエンティティの登録解除のサポートを追加します。

関係の合成を容易にするために parent.type 属性を追加する

MFE 取り込み中の将来の関係合成に必要な parent.type 属性を追加します。

デフォルトのクローズ理由を追加する

終了理由を判別できなかった WebSocket イベントに、デフォルトの終了理由unknownを追加します。

バグ修正

数値フィールドに非NULL値を強制する

WebSocket イベントでは、デフォルトではなく0を設定して、数値フィールドが常にレポートされるようにします。 undefined

クリーンなWebSocket URL

WebSocket イベントで報告された URL からハッシュ フラグメントとクエリ パラメータを削除します。

サポートステートメント

New Relic では、最新の機能とパフォーマンス上のメリットを確実に得られるよう、エージェントを定期的にアップグレードすることをお勧めします。古いリリースはサポート終了になるとサポートされなくなります。リリース日は、エージェント バージョンの元の公開日を反映します。

新しいブラウザエージェントのリリースは、一定期間にわたって小さな段階で顧客に展開されます。 このため、リリースがアカウントでアクセス可能になる日付は、元の公開日と一致しない可能性があります。詳細については、このステータス ダッシュボードをご覧ください。

弊社のブラウザ サポート ポリシーに従い、 Browserの v1.308.0 は、 Chrome 133 ~ 143、Edge 133 ~ 143、Safari 17 ~ 26、Firefox 136 ~ 146 のブラウザとバージョン範囲を対象に構築され、テストされています。 モバイル デバイスの場合、v1.308.0 は Android OS 16 および iOS Safari 17-26 用に構築およびテストされました。

Copyright © 2026 New Relic株式会社。

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