Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions app/api/ip-ranges/ip-ranges.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,18 @@
],
"organization_subdomains": {
"us": [
"34.120.195.249/32"
"34.120.195.249/32",
"34.160.81.0/32",
"34.102.210.18/32",
"2600:1901:0:5e8a::/64",
"2600:1901:0:7edb::/64"
],
"eu": [
"34.120.62.213/32",
"130.211.36.74/32"
"34.160.81.0/32",
"34.102.210.18/32",
"2600:1901:0:5e8a::/64",
"2600:1901:0:7edb::/64"
]
},
"legacy": [
Expand Down Expand Up @@ -59,4 +66,4 @@
"35.204.169.245"
]
}
}
}
12 changes: 5 additions & 7 deletions docs/security-legal-pii/security/ip-ranges.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,15 @@ Sentry's apex domain (`sentry.io`) accepts events from the same IP address as th
35.186.247.156/32
```

Sentry's organization subdomains (`o<number>.ingest.sentry.io` and `o<number>.us.ingest.sentry.io`) accept events from a separate IP address:
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:

```plaintext
34.120.195.249/32
```

Sentry's organization subdomains in the EU (`o<number>.ingest.de.sentry.io`) accept events from:

```plaintext
34.120.62.213/32
130.211.36.74/32
34.160.81.0/32
34.102.210.18/32
2600:1901:0:5e8a::/64
2600:1901:0:7edb::/64
```

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