Automatic Detection

Learn how automatic detection of uptime monitoring works.

Sentry Uptime Monitoring is currently in open beta, so be gentle - features are still in-progress and may have bugs. We recognize the irony. For any questions or feedback, you can reach us on Github Discussions.

In order to be able to automatically detect uptime alerts, we analyze all the URLs detected in your project's captured error data to find the hostname that appears most frequently. This helps ensure that your most critical hostname is continuously monitored, enhancing the reliability and availability of your web services. We then create an uptime alert if it passes our uptime check criteria. Automatic uptime checks are configured to run once a minute as GET requests.

To avoid creating flaky alerts, the hostname undergoes an "onboarding period" of three days. During this period, we send HTTP requests to the hostname every hour. If the request fails three times or more, the hostname will be dropped and re-evaluated after seven days.

Once an automatically detected uptime alert has been created, you'll be able to customize its configuration, including the HTTP request method, headers, and request body.

If you prefer not to use automatically detected uptime alerts, you have two options for disabling them:

  1. Deleting Uptime Alerts: You can directly delete existing automatically detected uptime alerts from your Alerts page. Once deleted, these alerts will not be re-created automatically in the future.
  2. Blocking Sentry via robots.txt: Another method to prevent automatic detection is by updating your hostname's robots.txt file to block Sentry’s uptime monitoring bot. To do this, add the following lines to your robots.txt file:
robots.txt
Copied
User-agent: SentryUptimeBot
Disallow: *
Help improve this content
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").