We want to set up an uptime monitor for our single page React App which fetches videos from YouTube. I have tried to set up an uptime monitor using several online services, such as uptime and monitis. Both of these uptime monitoring sites search for specific HTML on a page. however, they are failing. My guess is because the html is rendered by the Single Page app.
How can we set up an uptime monitor therefore on our react app?