Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -673,4 +673,10 @@ When several masking rules apply to one view or element, the following priority

*Example:* If a view has an inline `nr-unmask` attribute override and an `nr-mask` server-side rule, the view will be masked.

4. **Parent / child priority rules**

Note that if here are conflicting rules, a parent’s masking takes priority over subtree rules.

*Example:* If a parent has `nr-block` attribute but a child has `nr-unmask`, the entire subtree is replaced with the black rectangle placeholder blocking content; no children content in subtree is captured.

**Next:** [View session replays in New Relic](/docs/mobile-monitoring/mobile-monitoring-ui/mobile-session-replay/view-session-replays)
Loading