sorry, the reply slipped through the posts. deselecting the elements will remove those elements from monitoring. can you share an example of the change that you would like to silence?
I want to track all changes on the page except for changes in <a href> attributes. The issue is that some links contain dynamic query parameters (e.g., ?session=1234), which change frequently but are irrelevant to what I’m monitoring.
By default, Distill monitors text only. So, for your example, if your selector is a, it will monitor the text Click here. It won’t monitor href value.
Did you change the monitored field from text to something else like innerHTML as explained in Monitor Attribute Value?
If you are monitoring text but are receiving some unwanted alerts, you should check its change history in text mode. That will help in analyzing what text is triggering an alert.