-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Uptime Monitoring Documentation #10810
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Bundle ReportChanges will decrease total bundle size by 3 bytes ⬇️
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow! You've done such an amazingly thorough job with these docs. They look great. Thank you so much!
Co-authored-by: Liza Mock <liza.mock@sentry.io>
…stead of full string
1. **Successful Response (2xx Status Codes):** | ||
The URL must return an HTTP status code in the 200–299 range, indicating a successful request. | ||
2. **Automatic Handling of Redirects (3xx Status Codes):** URLs returning an HTTP status code in the 300–399, indicating a redirect, will trigger Sentry to automatically follow the redirect and verify that the final destination URL returns a successful response. This ensures that redirects won't falsely trigger downtime alerts. | ||
3. **Timeout Setting:** Each request has a timeout threshold of 10 seconds. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's actually 5 seconds right now isn't it @wedamija ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's 10 seconds right now
Co-authored-by: Evan Purkhiser <evanpurkhiser@gmail.com>
Updates the uptime checker `User-Agent` to match what we have described in our [documentation PR.](getsentry/sentry-docs#10810)
Alternatively, the hostname's `robots.txt` can be updated to disallow Sentry: | ||
|
||
```txt{tabTitle: Example}{filename: robots.txt} | ||
User-agent: SentryUptimeBot | ||
Disallow: * | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that this will just disable detection at the moment, it won't disable an ongoing checker (even in onboarding mode)
1. **Successful Response (2xx Status Codes):** | ||
The URL must return an HTTP status code in the 200–299 range, indicating a successful request. | ||
2. **Automatic Handling of Redirects (3xx Status Codes):** URLs returning an HTTP status code in the 300–399, indicating a redirect, will trigger Sentry to automatically follow the redirect and verify that the final destination URL returns a successful response. This ensures that redirects won't falsely trigger downtime alerts. | ||
3. **Timeout Setting:** Each request has a timeout threshold of 10 seconds. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's 10 seconds right now
DESCRIBE YOUR PR
Adds new pages describing our new uptime monitoring feature, and updates various other relevant pages to reference uptime alerts.
IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs to go live.
PRE-MERGE CHECKLIST
Make sure you've checked the following before merging your changes: