Skip to content

Commit d02a362

Browse files
committed
Adds section.
1 parent 541b8df commit d02a362

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
70 KB
Loading

src/content/docs/speed/speed-test/rum-beacon.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,15 @@ RUM data is generally processed at the nearest Cloudflare data center based on h
4747

4848
The RUM beacon script does not store any data in the browser or access any storage data, such as [cookies](https://developer.mozilla.org/en-US/docs/Web/API/Document/cookie), [localStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage), [sessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage), IP address, or [IndexedDB](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API/Using_IndexedDB). The data we collect is performance data from the browser performance [APIs](https://developer.mozilla.org/en-US/docs/Web/API/Performance_API). This performance data is ephemeral and only relates to the current webpage that is being viewed. If the user refreshes their browser, all the previous performance data is gone and new performance data starts being available. This data is not stored or accessed from anywhere on the device, it is only available as in-memory data.
4949

50+
## RUM excluding EEA/EU
51+
52+
Customers have the option to enable RUM globally or to limit its application to exclude users connecting to Cloudflare data centers in the EEA/EU. If the latter option is selected, the RUM beacon does not process performance data for users connecting to a Cloudflare data center located in the following countries (ISO codes): AT, BE, BG, HR, CY, CZ, DK, EE, FI, FR, DE, GR, HU, IS, IE, IT, LV, LI, LT, LU, MT, NL, NO, PL, PT, RO, SK, SI, ES, SE, CH, GB.
53+
54+
<div class="medium-img">
55+
56+
![Enable RUM in the dashboard.](~/assets/images/speed/enable-rum.png)
57+
58+
</div>
59+
60+
5061
[^1]: The web-vitals module is an open-source module written by Google. It does not access any type of storage on the browser.

0 commit comments

Comments
 (0)