What is SentryUptimeBot?
SentryUptimeBot is a monitoring crawler that regularly checks websites and APIs for availability and performance as part of Sentry's uptime monitoring service, alerting developers to downtime or issues. Agent Analytics can track when it visits your website.
Overview
| Operated By | Sentry |
| Source | Official Website |
| Expected To Follow Robots.txt | No |
| Insights Last Updated | July 19, 2026 |
Category
Expected Behavior
SentryUptimeBot's traffic is as regular as a cron job, because it usually is one. Uptime monitors hit the same endpoint every few minutes, while performance and audit tools run deeper scans on demand. Expect narrow, repetitive access to specific pages rather than crawling.
SentryUptimeBot's User Agent
| User Agent | SentryUptimeBot/1.0 (+http://docs.sentry.io/product/alerts/uptime-monitoring/) |
How To Block SentryUptimeBot With Robots.txt
Add this rule to your robots.txt file to request that SentryUptimeBot not access your website, or use Automatic Robots.txt to request the same of all developer helpers at once. You can customize which pages are blocked by swapping out / for a different path.
User-agent: SentryUptimeBot # https://knownagents.com/agents/sentryuptimebot
Disallow: /
Global Insights for SentryUptimeBot
As of July 19, 2026, this data reflects agent visits measured across thousands of websites using Agent Analytics, combined with daily scans of the world's top 1000 websites and their robots.txt files.
Robots.txt Blocked Percentage
Country of Origin
Robots.txt Blocking Trend
0% of top websites block SentryUptimeBot in their robots.txt files.
Overall Developer Helper Traffic
0.5% of all web traffic came from developer helpers.
Frequently Asked Questions
Should I Block SentryUptimeBot?
Only if nobody you work with uses it. SentryUptimeBot is the kind of tool a team points at its own site for uptime checks, performance tests, and audits. If someone on your team relies on it, blocking it silently breaks their monitoring. Almost none of the top websites we track have robots.txt rules for SentryUptimeBot right now.
Does SentryUptimeBot Follow Robots.txt Rules?
No. SentryUptimeBot is not expected to follow robots.txt rules, so a disallow rule only states your preference. Enforce the block with firewall or server rules, then confirm in Agent Analytics that its requests actually stop.
Does SentryUptimeBot Access Private Content?
Only if its owner sets that up. Monitoring tools check whatever they are configured to check, which can include staging sites and private health endpoints when a team grants access. Uninvited, SentryUptimeBot sees only public pages.
Why Is SentryUptimeBot Visiting My Website?
Someone pointed SentryUptimeBot at your site, most likely your own team. Uptime monitors, performance testers, and audit tools only visit the sites they are configured to watch.
How Can I Tell if SentryUptimeBot Is Visiting My Website?
Agent Analytics tracks SentryUptimeBot visits in real time alongside every other known AI agent, crawler, and scraper. You can also check your server logs for requests whose user agent string contains "SentryUptimeBot". Look for regular checks of the same pages or endpoints, often minutes apart. Keep in mind that SentryUptimeBot doesn't publish a verification method, so any client can claim its user agent string and a log match is a hint rather than proof.