Privacy Considerations
Privacy Considerations
Data Collection Controls
<!-- Examples of element exclusion using HTML attributes -->
<!-- Exclude a specific element -->
<div data-mtrix-record="false">
This content will not be recorded
</div>
<!-- Exclude all elements with a specific class -->
<style>
.sensitive-data {
/* Your styles */
}
</style>
<script>
mtrix.init({
// other config
options: {
sessionRecording: {
excludeSelectors: ['.sensitive-data', '#payment-form']
}
}
});
</script>Consent Management
Data Minimization
User Transparency
Last updated
