Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit adeb1c8

Browse files
author
ada
committed
Incorporated reviewer feedback
1 parent fcd9d66 commit adeb1c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

synthetics/browser-test/set-up-browser-test.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ For steps on how to make a Google Chrome recording, see :new-page:`Record, repla
8080
Import a Google Chrome Recorder JSON file
8181
--------------------------------------------------------
8282

83-
.. Note:: Included within recordings from Google Chrome Recorder is the specific viewport size of the browser window used in the recording. When imported, this recorded viewport is not imported into the browser test. Check that the browser test's device selection accurately represents the viewport size used by the recorded browser window.
83+
.. Note:: Recordings from Google Chrome Recorder include the specific viewport size of the browser window used in the recording. When you import a recording, Splunk RUM doesn't import the viewport size into the browser test. Therefore, you must check that the test's device setting matches the viewport size used by the recorded browser window.
8484

8585

8686
Follow these steps to import a JSON file from Google Chrome Recorder to a new or existing browser test.
@@ -562,7 +562,7 @@ Exclusion rules are useful to:
562562

563563
* Prevent false alerts from test analytics.
564564
* Test the performance of a page with or without specific resources loading.
565-
* Prevent specific third party services from loading, such as random pop-ups from third party services.
565+
* Prevent specific third-party services from loading, such as random pop-ups from third-party services.
566566
* Ignore files that are known to cause performance problems.
567567

568568

@@ -603,7 +603,7 @@ Add custom properties in the test creation page in advanced settings. Use key-va
603603
:alt: This image shows two custom property key value pairs, env:prod and role:developer.
604604

605605

606-
Custom properties are single-valued and don't support multiple values, like ``region:eu, us``. For each test, you can only use one and unique key. For example, you can have ``env1:test`` and ``env:test`` in the same test, but you can't have ``env:test``, and ``env:prod``.
606+
Custom properties are single valued and don't support multiple values, like ``region:eu, us``. For each test, you can only use one and unique key. For example, you can have ``env1:test`` and ``env:test`` in the same test, but you can't have ``env:test``, and ``env:prod``.
607607

608608

609609
Key requirements:

0 commit comments

Comments
 (0)