To meet privacy requirements for different scenarios, the session replay feature has built-in flexible privacy protection strategies. By configuring theDocumentation Index
Fetch the complete documentation index at: https://docs.flashcat.cloud/llms.txt
Use this file to discover all available pages before exploring further.
defaultPrivacyLevel field, developers can control data collection sensitivity, supporting modes from displaying all text (except passwords) to completely hiding page text, ensuring user data security and compliance.
Privacy Policies
- Mask All Text
- Mask Input Content
- Show All Text
Configure 
defaultPrivacyLevel: "mask" to completely hide all text content on the page, preserving only operation behavior and page structure. Suitable for scenarios with high data privacy requirements.
Configuration Comparison
| Configuration Value | Page Text | Input Content | Password Fields | Applicable Scenarios |
|---|---|---|---|---|
mask | Hidden | Hidden | Hidden | High privacy requirement scenarios |
mask-user-input | Shown | Hidden | Hidden | Protect user input |
allow | Shown | Shown | Hidden | Complete interaction details |

