You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/security-legal-pii/security/ip-ranges.mdx
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,6 @@ Organizations in the EU Data Storage Location are unable to ingest events via
58
58
`sentry.io` or `app.getsentry.com`. You can use
59
59
`o<number>.ingest.de.sentry.io` instead.
60
60
61
-
62
61
## Outbound Requests
63
62
64
63
In some circumstances the Hosted Sentry infrastructure might send HTTP requests your way. Primarily this is relevant to [_JavaScript Source Maps_](/platforms/javascript/sourcemaps/), but also affects things like webhooks and other integrations.
@@ -127,27 +126,30 @@ These IP addresses are only for Sentry use.
127
126
128
127
## Uptime Monitoring
129
128
130
-
Sentry uses the following IP addresses for uptime checks:
131
-
132
-
US
129
+
Sentry uses the following IP addresses for uptime checks for all regions:
133
130
134
131
```plaintext
135
132
34.123.33.225
136
133
34.41.121.171
137
134
34.169.179.115
138
135
35.237.134.233
139
136
34.85.249.57
140
-
```
141
-
142
-
EU
143
-
144
-
```plaintext
145
137
34.159.197.47
146
138
35.242.231.10
147
139
34.107.93.3
148
140
35.204.169.245
149
141
```
150
142
143
+
### Dynamic IP Address Retrieval
144
+
145
+
For the most up-to-date list of Uptime Monitoring IP addresses, you can query the following API endpoint:
146
+
147
+
```plaintext
148
+
https://us.sentry.io/api/0/uptime-ips/
149
+
```
150
+
151
+
This endpoint returns a newline-separated list of all current Uptime Monitoring IP addresses (for all regions) that can be programmatically processed in your allowlist configurations.
152
+
151
153
<Alerttitle="Note"level="warning">
152
154
153
155
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.
0 commit comments