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

Commit 5fa8c63

Browse files
authored
correct param
1 parent e0d289e commit 5fa8c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rum/rum-session-replay.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ To disable all text redaction, set ``maskTextSelector: false``. To customize whi
119119
Input redaction is handled separately. To disable all input redaction, set ``maskAllInputs: false``. To customize which inputs are redacted use the ``maskInputOptions`` option.
120120

121121
.. 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 ``maskTextSelector`` to ``false`` when no redaction is desired.
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.
123123

124124
Examples:
125125

0 commit comments

Comments
 (0)