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
Remove unused IP addresses, add the new unified anycast ip address.
## IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs
to go live.
- [X] Urgent deadline (GA date, etc.): Monday, Nov 24th
- [ ] Other deadline: <!-- ENTER DATE HERE -->
- [ ] None: Not urgent, can wait up to 1 week+
## SLA
- Teamwork makes the dream work, so please add a reviewer to your PRs.
- Please give the docs team up to 1 week to review your PR unless you've
added an urgent due date to it.
Thanks in advance for your help!
## PRE-MERGE CHECKLIST
*Make sure you've checked the following before merging your changes:*
- [ ] Checked Vercel preview for correctness, including links
- [x] PR was reviewed and approved by any necessary SMEs (subject matter
experts)
- [ ] PR was reviewed and approved by a member of the [Sentry docs
team](https://github.com/orgs/getsentry/teams/docs)
## EXTRA RESOURCES
- [Sentry Docs contributor guide](https://docs.sentry.io/contributing/)
Copy file name to clipboardExpand all lines: docs/security-legal-pii/security/ip-ranges.mdx
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,17 +41,15 @@ Sentry's apex domain (`sentry.io`) accepts events from the same IP address as th
41
41
35.186.247.156/32
42
42
```
43
43
44
-
Sentry's organization subdomains (`o<number>.ingest.sentry.io` and `o<number>.us.ingest.sentry.io`) accept events from a separate IP address:
44
+
Sentry's organization subdomains (`o<number>.ingest.sentry.io` and `o<number>.<location>.ingest.sentry.io`) accept events from a separate set of IP addresses:
45
45
46
46
```plaintext
47
47
34.120.195.249/32
48
-
```
49
-
50
-
Sentry's organization subdomains in the EU (`o<number>.ingest.de.sentry.io`) accept events from:
51
-
52
-
```plaintext
53
48
34.120.62.213/32
54
-
130.211.36.74/32
49
+
34.160.81.0/32
50
+
34.102.210.18/32
51
+
2600:1901:0:5e8a::/64
52
+
2600:1901:0:7edb::/64
55
53
```
56
54
57
55
Sentry's legacy ingestion hostname (`app.getsentry.com`) accepts events from a separate IP address:
0 commit comments