Configuring the JavaScript
UI Capture JavaScript interactions with web application pages
The
Overriding existing API
In some cases,
Currently, this override behavior occurs for the following event.
window.onerror
Block sensitive data fields
If required, sensitive information that is submitted by visitors into client-side forms can be blocked in the JSON data that is submitted to
For example, if a visitor enters a social security number into a form field, you can configure field block rules to block the entered social security number (such as XXX-XX-XXXX).
Updated 9 months ago