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.
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.
v1.292.0
特徴
BrowserInteraction
とpreviousUrl
定義を更新します
previousUrl
とtargetUrl
ミラーリングする代わりに、 initialPageLoad
インタラクションの previousUrl 値にdocument.referrer
を使用するようにBrowserInteractions
更新します。これにより、ユーザー ジャーニーの機能が向上し、ページ上のインサイトのリンクがさらに強化されます。
検査イベントを追加する
エージェントに新しい検査イベントを追加します。これらのイベントには、ドレイン イベント、ナビゲート、ロード、DOMContentLoaded などのウィンドウ ライフサイクル イベント、およびエージェントのセッション状態の変更時に発行されるセッション イベントが含まれます。
バグ修正
finished
API timeSinceLoad
値を修正
finished
API が、ページ起点からの相対的な時間値 (秒) ではなく、UNIX タイムスタンプとしてPageAction
データのtimeSinceLoad
値を作成していた問題を修正しました。
サポートステートメント
New Relic では、最新の機能とパフォーマンス上のメリットを確実に得られるよう、エージェントを定期的にアップグレードすることをお勧めします。古いリリースはサポート終了になるとサポートされなくなります。リリース日は、エージェント バージョンの元の公開日を反映します。
新しいブラウザエージェントのリリースは、一定期間にわたって小さな段階で顧客に展開されます。 このため、リリースがアカウントでアクセス可能になる日付は、元の公開日と一致しない可能性があります。詳細については、このステータス ダッシュボードをご覧ください。
弊社のブラウザ サポート ポリシーに従い、 Browserの v1.292.0 は、 Chrome 127 ~ 137、Edge 127 ~ 137、Safari 17 ~ 18、Firefox 128 ~ 138 のブラウザとバージョン範囲向けに構築され、テストされました。 モバイル デバイスの場合、v1.292.0 は Android OS 16 および iOS Safari 17-18.1 用に構築およびテストされました。
v1.291.1
バグ修正
中止時に ST がメモリ内のイベント参照を保持しないようにする
エージェントが中止した後にトレース内に保持しているEvent
エントリを解放します。これは、クリアされることのないセットへの参照を追加し続けることによって発生する、既知のメモリ リークのケースに対処します。
リソースのクリーンな BrowserPerformance エントリ名
リソース タイプBrowserPerformance
イベントのentryName
属性の URL がよりクリーンになり、報告された URL からハッシュ フラグメントが削除されるようになりました。
addToTrace の安全策を追加する
addToTrace APIで作成されたイベントには無効な UNIX タイムスタンプがあり、警告が発行され、イベントを作成せずに戻ります。
サポートステートメント
New Relic では、最新の機能とパフォーマンス上のメリットを確実に得られるよう、エージェントを定期的にアップグレードすることをお勧めします。古いリリースはサポート終了になるとサポートされなくなります。リリース日は、エージェント バージョンの元の公開日を反映します。
新しいブラウザエージェントのリリースは、一定期間にわたって小さな段階で顧客に展開されます。 このため、リリースがアカウントでアクセス可能になる日付は、元の公開日と一致しない可能性があります。詳細については、このステータス ダッシュボードをご覧ください。
弊社のブラウザ サポート ポリシーに従い、 Browserの v1.291.1 は、 Chrome 126 ~ 136、Edge 126 ~ 136、Safari 17 ~ 18、Firefox 128 ~ 138 のブラウザとバージョン範囲向けに構築され、テストされました。 モバイル デバイスの場合、v1.291.1 は Android OS 16 および iOS Safari 17-18.1 用に構築およびテストされました。
v1.291.0
Features
Create the measure API
Adds the measure API to the newrelic
global object. This API allows generating new BrowserPerformance data even if auto-detection of marks and measures is not enabled.
Bug fixes
Fix race between end of session and features aborting
Fix an issue where features would race with the session manager when a session ends. This required a check for session timings to match a given session and could create a state where a new session created from a pre-existing session would trigger a partial replay or no replay, and prevent the agent from sending trace data with a given replay.
Harvest first session trace payload immediately
For better consistency, implemented old behavior where the first ST payload is harvested immediately when the page loads. This helps ensure cases where replays are harvested but traces are not happen less frequently.
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.291.0 of the Browser agent was built for and tested against these browsers and version ranges: Chrome 126-136, Edge 126-136, Safari 17-17, and Firefox 128-138. For mobile devices, v1.291.0 was built and tested for Android OS 16 and iOS Safari 17-18.1.
v1.290.1
バグ修正
サイレント設定ゲッターの harvestCount メッセージのみ
エージェントがランタイムharvestCount
を上書きしようとしたことによる警告は適切に抑制されます。
サポートステートメント
New Relic では、最新の機能とパフォーマンス上のメリットを確実に得られるよう、エージェントを定期的にアップグレードすることをお勧めします。古いリリースはサポート終了になるとサポートされなくなります。リリース日は、エージェント バージョンの元の公開日を反映します。
新しいブラウザエージェントのリリースは、一定期間にわたって小さな段階で顧客に展開されます。 このため、リリースがアカウントでアクセス可能になる日付は、元の公開日と一致しない可能性があります。詳細については、このステータス ダッシュボードをご覧ください。
弊社のブラウザ サポート ポリシーに従い、 Browserの v1.290.1 は、 Chrome 126 ~ 136、Edge 126 ~ 136、Safari 17 ~ 17、Firefox 128 ~ 138 のブラウザとバージョン範囲向けに構築され、テストされました。 モバイル デバイスの場合、v1.290.1 は Android OS 16 および iOS Safari 17-18.1 用に構築およびテストされました。
v1.290.0
Features
Bundler tools exports
An optional Webpack splitChunks cacheGroup matcher is now available for users who build the agent via NPM. This matcher enables de-duplication and merging of the agent's lazy-loaded JavaScript into a single chunk. This single chunk loads post-page render, consistent with the behavior of our pre-built agent for APM and copy/paste implementations.
Set UserAction currentUrl before aggregation end
Set currentUrl on the first event of a user action instead of at the end of aggregation.
Improve lazy-loading optimization
Optimize our pattern to ensure that code-bundlers such as webpack can more effectively tree-shake the output to only include the relevant files needed to run the agent. This specifically helps reduce the bundle size, reduce the amount of lazy files generated, and streamlines "custom" agent builds used with NPM.
API Code Splitting
Split the API method definitions per feature instead of a single file shared across all loader types. This allows each loader to only instantiate the necessary APIs for the features included, and reduce overall bundle size for the "Lite" build as well as custom-built agents with NPM. A shell will still exist for non-initialized APIs to prevent errors from throwing on APIs used without the needed features.
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.290.0 of the Browser agent was built for and tested against these browsers and version ranges: Chrome 125-135, Edge 125-135, Safari 17-17, and Firefox 127-137. For mobile devices, v1.290.0 was built and tested for Android OS 16 and iOS Safari 17-18.1.