Dynatrace 1.178 introduces a new content validation feature for synthetic browser and clickpath monitors called "contains visible text," which replicates the Find functionality of web browsers by validating only the visible text on a webpage. This new default option replaces the former "contains text on DOM or any resource," which validated against all HTML/CSS/JavaScript in the page source, sometimes leading to false positives when text was not visible on the page. The updated approach enhances accuracy by validating against the document.body.innerText of each frame and is case-insensitive unless the regular expression option is used, which is case-sensitive. This change was implemented in response to customer feedback for more predictable and precise content validation. Dynatrace is also planning further improvements in its synthetic monitoring capabilities, including automated API monitoring and the introduction of additional public locations.