Skip to content

Commit 1e86830

Browse files
authored
Update docs/apm/real-user-monitoring/metrics.md
1 parent d337720 commit 1e86830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/apm/real-user-monitoring/metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ These CWV KPIs are captured and displayed on Overview dashboards for Document Lo
124124
## XHR monitoring metrics
125125

126126
:::note
127-
Currently, XHR metrics extraction in RUM is only supported for applications that use the `fetch` API to perform XHR calls. If your application uses `XMLHttpRequest`, metrics may not be collected at this time. A fix to support `XMLHttpRequest`-based calls is in progress and expected to roll out in mid 2025. We will update this page when that support becomes available.
127+
Currently, XHR metrics extraction in RUM is only supported for applications that use the [`fetch` API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) to perform XHR calls. If your application uses [`XMLHttpRequest`](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest), metrics may not be collected at this time. A fix to support `XMLHttpRequest`-based calls is in progress and expected to roll out in mid 2025. We will update this page when that support becomes available.
128128
:::
129129

130130
An XMLHttpRequest (XHR) is a way for browsers to communicate with a backend server without reloading the page. For example, a page may use XHR to update a price ticker automatically or after clicking an "Update Price" button.

0 commit comments

Comments
 (0)