From 32c45fc0dc2afa778a8227c686bd394c3b749187 Mon Sep 17 00:00:00 2001 From: Gabriel Lopes Date: Thu, 6 Feb 2025 10:14:25 -0800 Subject: [PATCH] docs(security): update IP ranges for uptime monitoring and add usage note --- docs/security-legal-pii/security/ip-ranges.mdx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/security-legal-pii/security/ip-ranges.mdx b/docs/security-legal-pii/security/ip-ranges.mdx index b4c1bb086a091c..74f8db399b85f7 100644 --- a/docs/security-legal-pii/security/ip-ranges.mdx +++ b/docs/security-legal-pii/security/ip-ranges.mdx @@ -130,13 +130,26 @@ These IP addresses are only for Sentry use. Sentry uses the following IP addresses for uptime checks: US + ```plaintext 34.123.33.225 34.41.121.171 +34.169.179.115 +35.237.134.233 +34.85.249.57 ``` EU + ```plaintext 34.159.197.47 35.242.231.10 +34.107.93.3 +35.204.169.245 ``` + + + +Uptime Monitoring IP addresses may change over time. If you need to programmatically verify whether a visitor is a Sentry bot, we recommend checking the [user agent](/product/alerts/uptime-monitoring/troubleshooting/#user-agent) instead. + +