NeetoReplay provides configuration options to allow you to control and limit the data recorded.
Masking HTML class
To enhance data privacy, you have the option to exclude specific HTML elements from NeetoReplay recordings. To implement this, enter the class name associated with the HTML element you wish to exclude in the designated field under Settings > Widget configuration > Data privacy. The HTML class to mask in the recording can be specified either as a string or RegExp. Elements with these specified classes will be omitted from NeetoReplay recordings and will appear as asterisks (***) in the recorded sessions.
Network Settings
NeetoReplay logs all network requests and captures associated payloads by default. However, there are scenarios, such as login and signup requests, where this might not be ideal.
To address this, you can exclude specific request URLs by adding comma-separated strings that may appear in these URLs. This can be done in the dedicated field under Settings > Widget configuration > Network Settings. URLs containing the specified strings will not be logged in the Network tab of dev tools.
You can also choose to capture payloads on requests and responses by toggling the designated switch in Settings > Widget configuration > Network Settings.