You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
.. 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.
84
84
85
85
86
86
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:
562
562
563
563
* Prevent false alerts from test analytics.
564
564
* Test the performance of a page with or without specific resources loading.
565
-
* Prevent specific thirdparty services from loading, such as random pop-ups from thirdparty services.
565
+
* Prevent specific third-party services from loading, such as random pop-ups from third-party services.
566
566
* Ignore files that are known to cause performance problems.
567
567
568
568
@@ -603,7 +603,7 @@ Add custom properties in the test creation page in advanced settings. Use key-va
603
603
:alt:This image shows two custom property key value pairs, env:prod and role:developer.
604
604
605
605
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 singlevalued 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``.
0 commit comments