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

Browser agent release notesRSS

August 12
Browser agent v1.320.1

v1.320.1

Bug fixes

Avoid obfuscating keys and reserved system vals

Preserves all keys as well as reserved system values for AjaxRequest and Page View Timing events.

Apply hard cap to MFE FCP

Fixes an issue where MFE vitals could occasionally report out of bounds FCP/LCP values (e.g. after a browser tab freeze or suspend) instead of being dropped like other stale data.

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.320.1 of the Browser agent was built for and tested against these browsers and version ranges: Chrome 140-150, Edge 140-150, Safari 18-27, and Firefox 142-152. For mobile devices, v1.320.1 was built and tested for Android OS 16 and iOS Safari 18-26.2.

August 7
Browser agent v1.320.0

v1.320.0

特徴

MFEバイタルに妥当な上限を適用する機能を改善します

Register APIのマイクロフロントエンド(MFE)バイタルトラッキングのバグを修正しました。このバグでは、スクリプトのタイミング相関が古くなった後も再利用される可能性があり、基盤となるスクリプトをリロードせずに再マウントするMFE(シングルページアプリケーションなど)において、First Contentful Paint(およびその他のバイタル)が実際よりも最大数秒遅く誤って報告される原因となっていました。

MFE iframeサポート - ベータアクセス

iFrameにカプセル化されたMFEデータをキャプチャするためのインターフェイスを追加します。これは実験的な機能であり、変更または完全に削除される可能性があり、GAステータスに達するまで本番環境では使用しないでください

バグ修正

自動でインストゥルメントされたMFEイベントの重複排除

マイクロフロントエンドがregister() APIに複数回登録された場合に、自動インストゥルメントされたイベント(AJAX requests、JSエラー、コンソールログ、WebSocketアクティビティなど)が重複して報告される問題を修正しました。以前は、繰り返し登録されたMFEスクリプトに由来する単一の自動インストゥルメントされたイベントは、登録ごとに1回報告されていました — 自動検出されたイベントは、同じ基盤となるスクリプトと同じ登録済みMFEidに解決される場合、実際の発生ごとに単一のレポートにまとめられるようになりました。明示的なAPI駆動の呼び出し(.addPageAction().log().noticeError()など)およびMicroFrontEndTimingイベントは、意図したとおり登録ごとに維持され、スクリプトを共有する異なるMFE(同じインライン<script>ブロックから登録された2つの異なるMFEなど)は引き続き独立して報告されます。

サポートステートメント

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

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

ブラウザサポートポリシーに従い、Browserエージェントのv1.320.0は、次のブラウザとバージョン範囲向けにビルドされ、テストされています:Chrome 140~150、Edge 140~150、Safari 18~27、Firefox 142~152。モバイルデバイスの場合、v1.320.0はAndroid OS 16およびiOS Safari 18~26.2向けにビルドされ、テストされています。

July 28
Browser agent v1.319.0

v1.319.0

Features

MFE vitals improvements

Implement quality of life improvements on the collection of MFE vital timings.

  • If no FCP value is observed within 10 seconds, shut down observers for memory saving and outlier control.
  • Decorate observed DOM trees with the MFE instance ID to facilitate debugging and prevent double-instrumentation of the same DOM tree from multiple instances pointed at the same MFE target.

Automatically Detect MFE Web Sockets

Add support for automatic Micro Frontend (MFE) attribution of WebSocket events. Previously, WebSocket events were only ever automatically captured globally by the container browser application. With this change, the agent cross-compares the call stack signature of the WebSocket method to the call stack signature of the MFE module that registered with the register API. If the file that is responsible for registering with the browser agent is found in the call stack signature of the WebSocket method being triggered, that event will be attributed to the MFE instead of the container.

Do not obfuscate attribute keys

Do not obfuscate attribute keys in our addCustomAttributes method for the BEL serializer. This change affects attributes in AjaxRequest, PageViewTiming, and BrowserInteraction (soft nav only) events.

Bug fixes

Avoid capturing agent AJAX payloads

Prevent the AJAX capture_payloads feature from capturing the agent's own telemetry requests (harvests to NR beacon endpoints).

Keep Ajax payload out of unrelated events

Drops captured AJAX request + payload info from unrelated events (AJAX timeslice metrics, session trace) via a shared params object.

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.319.0 of the Browser agent was built for and tested against these browsers and version ranges: Chrome 139-149, Edge 139-149, Safari 18-27, and Firefox 142-152. For mobile devices, v1.319.0 was built and tested for Android OS 16 and iOS Safari 18-26.2.

July 8
Browser agent v1.318.0

v1.318.0

特徴

websocketの初期化設定を追加

NREUMの初期設定にweb_socketsブロックを追加します。web_sockets.enabledtrueに設定すると、Webソケット機能がオンになります。Webソケット機能はデフォルトで無効になっています。

MFEコアウェブバイタルの検出

MFEによって生成された場合のFCP、INP、CLS、およびLCPの内部検出メソッドを追加

エージェントの起動を改善

RUM呼び出しが正常に完了する前にエージェントの起動が中断される可能性があり、機能セッションモードがローカルストレージに保存される(該当する場合)シナリオのサポートを改善します。

サポートステートメント

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

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

当社のブラウザサポートポリシーに従い、Browserエージェントのv1.318.0は、以下のブラウザおよびバージョン範囲向けに構築され、テストされています:Chrome 139~149、Edge 139~149、Safari 18~26、およびFirefox 141~151。モバイルデバイスの場合、v1.318.0はAndroid OS 16およびiOS Safari 18~26.2向けに構築され、テストされています。

June 18
Browser agent v1.317.0

v1.317.0

特徴

AJAXペイロードの検出とレポート

XMLHttpRequestおよびFetch APIコールのAJAXペイロードキャプチャのサポートを導入しました。有効にすると、Browserエージェントはリクエスト/レスポンスの本文、ヘッダー、およびクエリパラメーターをキャプチャし、GraphQL操作を自動的に検出して解析します。ペイロードキャプチャは、すべてのrequestsまたは失敗のみをモニターするように設定可能であり、組み込みのサイズ制限(属性あたり4KB)と機密データ保護のための難読化サポートを備えています。

新しいAjaxRequest属性

ペイロードキャプチャ - Browserエージェントは、AJAXコールのリクエストおよびレスポンスペイロードをキャプチャしてレポートできるようになり、ネットワークアクティビティとAPIインタラクションに関するより深いインサイトを提供します。

設定:ajax.capture_payloads設定オプションを使用してペイロードキャプチャを有効にします:

  • 'all' - すべてのAJAX requestsのペイロードをキャプチャする
  • 'failures' - 失敗したrequests(HTTPエラー、ネットワークエラー、またはGraphQLエラー)のみをキャプチャする
  • none - ペイロードキャプチャを無効にする(デフォルト)

AjaxRequestイベントの新しい属性:AJAXペイロードがキャプチャされると、新しい属性がAjaxRequestイベントに自動的に含まれます:

  • requestQuery - URLクエリパラメーター
  • requestHeadersresponseHeaders - HTTPヘッダー
  • requestBodyresponseBody - リクエストおよびレスポンスペイロード(テキストベースの形式のみ:JSON、XML、GraphQL、プレーンテキスト)

GraphQLの検出:GraphQLエラーが検出されると、新しい追加属性がAjaxRequestイベントに自動的に含まれます:

  • operationHasErrors - 操作がエラーを返したかどうかを示します

キャプチャされたすべてのデータは属性あたり4KBに自動的に切り捨てられ、機密情報の難読化パターンをサポートします。

イベントフィルターをサポートするための難読化の強化

難読化の動作は、eventFilterプロパティを使用して、イベントタイプのサブセットにのみ適用するように設定できるようになりました。このプロパティは、難読化ルールごとにイベントタイプ文字列の配列をサポートします。指定された場合、難読化ルールは、イベントタイプがeventFilter配列の項目のいずれかに一致する場合にのみ適用されます。下位互換性のため、設定ルールにeventFilterプロパティを指定しない場合、ルールはすべてのデータに適用されます。

バグ修正

切り捨てられたスタックトレースからbrowser_stack_hashを計算する

切り捨てられていないスタックトレースの代わりに、切り捨てられたスタックトレースからブラウザのスタックハッシュを計算します。この変更前は、JSEイベントの初回発生時のハーベストでは、スタックトレースが切り捨てられた場合、同じスタックトレースの将来のハーベストとは異なるブラウザのスタックハッシュを持つ可能性がありました。これにより、JavaScriptErrorイベントのエラーグループ化が改善されます。

content-lengthが欠落している場合、bodyからresponseBodySizeを取得する

フォールバックメカニズムの欠如と過度に制限的なfalsyチェックにより、AjaxRequestイベントがresponseSizeを0またはundefinedと不正確にレポートする問題に対処しました。content-lengthヘッダーが欠落している場合、FetchおよびXHR requestsのキャプチャされたペイロードからレスポンスサイズを計算するフォールバックメカニズムを導入しました。

セッションリプレイのインライン画像の処理にパッチを適用

セッションリプレイがライブDOMで画像を壊れたままにする可能性がある問題を修正しました。このバージョンでは、基盤となるrrwebバージョンはDOM上のライブ画像の操作を回避します。

サポートステートメント

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

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

当社のブラウザサポートポリシーに従い、Browserエージェントのv1.317.0は、次のブラウザおよびバージョン範囲向けにビルドされ、テストされました:Chrome 139-149、Edge 139-149、Safari 18-26、およびFirefox 141-151。モバイルデバイス向けに、v1.317.0はAndroid OS 16およびiOS Safari 18-26.2向けにビルドされ、テストされました。

June 1
Browser agent v1.316.0

v1.316.0

Features

Use app-namespaced keys for session

The browser agent now namespaces the session info to per browser app, using the combination of licenseKey and applicationID provided at startup. This means different apps sharing the same origin and browser localStorage will no longer share the same session, which was an accepted but not ideal collision, causing feature modes to bleed from one over to another for the duration of a session previously.

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

May 26
Browser agent v1.315.0

v1.315.0

Features

Enhance SPA API to support targetPageLoad option

Allow the SPA API to target and work on the initialPageLoad type BrowserInteraction event. A new option is added to .interaction that now binds the returned handle to the initial page load interaction at any point in time.

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

Copyright © 2026 New Relic株式会社。

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