Data filtering
Intercept events to modify or discard them
What if you want to hide some sensitive data, like authentication tokens, or skip some irrelevant HTTP requests to keep the output clean? It is possible to filter outgoing data using AppSpector feature called Sanitizing.
With Sanitizing, you can create filters to modify or completely discard specific events before AppSpector SDK sends them to backend. For now, it is supported by HTTP and Logs monitors, more to be added soon.
For further details and usage instructions, please see platform-specific articles:
Updated over 6 years ago