Reference

Privacy markers reference

Attributes and classes you add to your own pages to control what Annote captures.

7 MARKERSCLOSEST MARKER WINSACTIONS & CONSOLE

Add these attributes or classes to elements on your own pages to control what Annote captures. The closest marker to an element wins, so you can unmask a single field inside a masked region.

MarkerTreatmentWhat it does
Block — fully withhold
[data-private]BlockRecords that an interaction happened but fully withholds the element.
.fs-excludeBlockSame — FullStory "exclude".
.fs-blockBlockSame — FullStory "block".
[data-annote-mask]BlockAnnote's own marker; same full withhold. Use if you'd rather not rely on third-party class names.
Mask — keep structure, drop text
.fs-maskMaskKeeps structure (tag, classes, role) but drops text and label attributes.
[data-rr-is-password]MaskSame — rrweb password marker.
Unmask — override a masked region
.fs-unmaskUnmaskOverrides a surrounding block/mask region for this one element.
These markers apply to user-action capture and to console capture (when a DOM element is logged). They do not affect network capture or the screenshot — see Privacy & data protection for what protects those.