Skip to content

Commit 923546e

Browse files
authored
ref: update ingestion ip ranges (#15529)
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/)
1 parent 66c133c commit 923546e

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

app/api/ip-ranges/ip-ranges.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,18 @@
1818
],
1919
"organization_subdomains": {
2020
"us": [
21-
"34.120.195.249/32"
21+
"34.120.195.249/32",
22+
"34.160.81.0/32",
23+
"34.102.210.18/32",
24+
"2600:1901:0:5e8a::/64",
25+
"2600:1901:0:7edb::/64"
2226
],
2327
"eu": [
2428
"34.120.62.213/32",
25-
"130.211.36.74/32"
29+
"34.160.81.0/32",
30+
"34.102.210.18/32",
31+
"2600:1901:0:5e8a::/64",
32+
"2600:1901:0:7edb::/64"
2633
]
2734
},
2835
"legacy": [
@@ -59,4 +66,4 @@
5966
"35.204.169.245"
6067
]
6168
}
62-
}
69+
}

docs/security-legal-pii/security/ip-ranges.mdx

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,15 @@ Sentry's apex domain (`sentry.io`) accepts events from the same IP address as th
4141
35.186.247.156/32
4242
```
4343

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:
4545

4646
```plaintext
4747
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
5348
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
5553
```
5654

5755
Sentry's legacy ingestion hostname (`app.getsentry.com`) accepts events from a separate IP address:

0 commit comments

Comments
 (0)