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

Commit 8f14b6c

Browse files
authored
Update rum-session-replay.rst
suggested copyedits
1 parent 5fa8c63 commit 8f14b6c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

rum/rum-session-replay.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
Session replay in Splunk RUM
66
**********************************************************************
77

8-
Replay a session to take a look at exactly what the user experienced and make informed decisions about what to do next. Sessions have a maximum duration of four hours.
8+
Replay a session to take a look at exactly what a user experienced and make informed decisions about what to do next. Sessions have a maximum duration of four hours.
99

10-
.. note:: Customer is responsible for using Splunk Observability Cloud in compliance with applicable laws, including but not limited to providing notice to and obtaining any necessary consent form individuals whose data will be collected by Customer's use of the services.
10+
.. note::
11+
You are responsible for using Splunk Observability Cloud in compliance with applicable laws, including but not limited to providing notice to and obtaining any necessary consent from individuals whose data will be collected by Customer's use of the services.
1112

1213

1314
Use cases
@@ -107,19 +108,19 @@ For more information on configuration options, see :new-page:`rrweb guide <https
107108

108109
Redact information
109110
==============================
110-
Text and inputs are redacted by default, you can optionally configure image redaction as well. The following image shows how the Splunk RUM homepage looks with text redaction enabled. All text is replaced by * symbols.
111+
Text and inputs are redacted by default. You can optionally configure image redaction as well. The following image illustrates what the Splunk RUM homepage looks with text redaction enabled. All text is replaced by ``*`` characters.
111112

112113
.. image:: /_images/rum/SR-text-redaction.png
113114
:alt: Example home screen of a website with the text replaced by the star symbol to show redacted text.
114115
:width: 70%
115116

116117

117-
To disable all text redaction, set ``maskTextSelector: false``. To customize which elements are redacted, you can use the ``rr-mask`` class. Any element with this class will have its text redacted. Additionally, you can customize the class name by setting the ``maskTextClass`` option to a custom value, which can also accept a regular expression, or you can set custom selector to ``maskTextSelector`` option.
118+
To disable all text redaction, set ``maskTextSelector: false``. To customize which elements are redacted, you can use the ``rr-mask`` class. Any element with this class will have its text redacted. Additionally, you can customize the class name by setting the ``maskTextClass`` option to a custom selector, ``maskTextSelector`` or to custom value. The custom value can be a regular expression.
118119

119120
Input redaction is handled separately. To disable all input redaction, set ``maskAllInputs: false``. To customize which inputs are redacted use the ``maskInputOptions`` option.
120121

121122
.. note::
122-
In the rrweb documentation, the default value of ``maskTextSelector`` is specified as ``null`` and ``maskAllInputs`` as ``false``. However, we have changeded these default values in our configuration to ensure that all text and inputs are redacted by default. As a result, you must explicitly set ``maskTextSelector`` or ``maskAllInputs`` to ``false`` when no redaction is desired.
123+
In the rrweb documentation, the default value of ``maskTextSelector`` is ``null`` and the default value of ``maskAllInputs`` is ``false``. However, Splunk RUM changes these default values in our configuration to ensure that all text and inputs are redacted by default. As a result, you must explicitly set ``maskTextSelector`` or ``maskAllInputs`` to ``false`` when no redaction is desired.
123124

124125
Examples:
125126

0 commit comments

Comments
 (0)