Integration
Session replay & masking
Recording plugin, data-tracuto-mask, and exclusions.
Session replay captures DOM snapshots and mutations. Inputs are masked by default; extend masking with selectors and attributes.
Masking
| Mechanism | Use |
|---|---|
| maskInputs: true (default) | Mask password and sensitive input types in npm config |
| data-tracuto-mask | Mask a specific input or subtree in HTML |
| data-tracuto-no-track | Exclude subtree from automatic click capture (not replay exclusion alone) |
What is stored
Replay stores serialized DOM and interaction events tied to your project. It does not replace your application database—use ingest retention settings in the dashboard.