Reference
Privacy markers reference
Attributes and classes you add to your own pages to control what Annote captures.
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.
| Marker | Treatment | What it does |
|---|---|---|
| Block — fully withhold | ||
[data-private] | Block | Records that an interaction happened but fully withholds the element. |
.fs-exclude | Block | Same — FullStory "exclude". |
.fs-block | Block | Same — FullStory "block". |
[data-annote-mask] | Block | Annote's own marker; same full withhold. Use if you'd rather not rely on third-party class names. |
| Mask — keep structure, drop text | ||
.fs-mask | Mask | Keeps structure (tag, classes, role) but drops text and label attributes. |
[data-rr-is-password] | Mask | Same — rrweb password marker. |
| Unmask — override a masked region | ||
.fs-unmask | Unmask | Overrides 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.