Skip to main content

Real User Monitoring And Data Privacy

Learn what data we collect to measure and report real user page speed.

What data does DebugBear collect?

Read the annex to our Data Processing Agreement to see what data we collect.

While we do not aim to collect personal data, the real user website monitoring data may contain personal data for some websites, for example if a user visits a page URL like example.com/user/john-doe. If you don't self-host the analytics snippet we also have access to to the visitor's IP address during the initial data collection stage.

To see what data is stored permanently you can go to the Page views tab, expand a page view, and then select the JSON tab.

JSON data

Does DebugBear RUM use cookies?

We do not use cookies or similar technologies. DebugBear only collects data for individual page views and does not track users across a session.

Privacy Controls

You can configure your analytics snippet in order to reduce personal data being passed to DebugBear.

DebugBear privacy controls

Collect Element Text

We normally collect the text of some DOM elements to help you identify them. For example if the Largest Contentful Paint element is a heading we'll collect the text of the heading, or if a user clicks on a button we'll collect the button text so you know what element caused a slow interaction.

You can disable this setting to prevent collection of personal data, for example if a page contains the name of the logged-in user.

Collect CSS Selectors

CSS selectors like #main-content > div > h1 also help you identify elements on the page. They are less likely to contain personal data than element text.

If you disable the collection of CSS selectors then the element screenshots shown in the DebugBear UI will stop working.

Collect URL Query Parameters

URL parameters can contain be an important part of a page URL and you need this data to replicate issues your user experienced. You can disable collecting query parameters if they may contain personal data you don't want to send to DebugBear. We exclude some query parameters automatically, like token or fbclid.

Track Engagement

This setting determines whether information on user interactions other than the first input (FID) and slowest input (INP) is collected. For example, this information can help you detect if a layout shift occurs after the user clicks on a button, or whether the page URL changed after the initial page load.

A note on configuration changes and caching

RUM snippets may be cached for up to two days, so configuration changes you make may not take effect immediately.

Excluding pages

To exclude a page you can simply not load the DebugBear RUM snippet on that page. Or you can add a path to the Excluded Pages page group in your RUM configuration.

Excluded pages

Page screenshots

The page screenshots shown in the DebugBear RUM data are generated dynamically based on the CSS selector and other page view data. No additional data is stored and we can only generate screenshots of publicly accessible pages.

Can we self-host the analytics snippet and data collection code?

Please contact support if you'd like all RUM data to pass through your servers.