Skip to content
Draft
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
24 changes: 22 additions & 2 deletions app/api/ip-ranges/ip-ranges.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"us_sentry_io": [
"35.186.247.156/32"
],
"us2_sentry-io": [
"8.233.212.117/32",
"8.233.203.90/32"
],
"de_sentry_io": [
"34.36.122.224/32",
"34.36.87.148/32"
Expand All @@ -24,6 +28,12 @@
"2600:1901:0:5e8a::/64",
"2600:1901:0:7edb::/64"
],
"us2": [
"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",
"34.160.81.0/32",
Expand All @@ -43,6 +53,11 @@
"104.155.149.19/32",
"130.211.230.102/32"
],
"us2": [
"34.125.65.3/32/32",
"34.125.58.72/32/32",
"8.228.7.8/32/32"
],
"eu": [
"34.141.31.19/32",
"34.141.4.162/32",
Expand All @@ -52,7 +67,9 @@
"email_delivery": [
"167.89.86.73",
"167.89.84.75",
"167.89.84.14"
"167.89.84.14",
"159.183.185.10",
"159.183.224.167"
],
"uptime_monitoring": [
"34.123.33.225",
Expand All @@ -63,7 +80,10 @@
"34.159.197.47",
"35.242.231.10",
"34.107.93.3",
"35.204.169.245"
"35.204.169.245",
"35.230.15.29",
"35.196.182.243",
"35.245.72.176"
]
}
}
26 changes: 20 additions & 6 deletions docs/security-legal-pii/security/ip-ranges.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ Sentry's dashboard and API are both served from different domains, depending
on your organization's data storage location. The IP addresses are:

```plaintext
sentry.io 35.186.247.156/32
us.sentry.io 35.186.247.156/32
de.sentry.io 34.36.122.224/32, 34.36.87.148/32
sentry.io 35.186.247.156/32
us.sentry.io 35.186.247.156/32
us2.sentry.io 8.233.212.117/32, 8.233.203.90/32
de.sentry.io 34.36.122.224/32, 34.36.87.148/32
```

## Event Ingestion
Expand Down Expand Up @@ -58,9 +59,9 @@ Sentry's legacy ingestion hostname (`app.getsentry.com`) accepts events from a s
34.96.102.34/32
```

Organizations in the EU Data Storage Location are unable to ingest events via
`sentry.io` or `app.getsentry.com`. You can use
`o<number>.ingest.de.sentry.io` instead.
Organizations in the US2 Region or EU Data Storage Location are unable to ingest events via
`sentry.io` or `app.getsentry.com`. You must use
`o<number>.ingest.us2.sentry.io` or `o<number>.ingest.de.sentry.io` respectively.

## Outbound Requests

Expand All @@ -77,6 +78,14 @@ US Data Storage Location
130.211.230.102/32
```

US2 Data Storage Location

```plaintext
34.125.65.3/32
34.125.58.72/32
8.228.7.8/32
```

EU Data Storage Location

```plaintext
Expand Down Expand Up @@ -124,6 +133,8 @@ All email is delivered from [SendGrid](https://sendgrid.com/) from the following
167.89.86.73
167.89.84.75
167.89.84.14
159.183.185.10
159.183.224.167
```

These IP addresses are only for Sentry use.
Expand All @@ -142,6 +153,9 @@ Sentry uses the following IP addresses for uptime checks for all regions:
35.242.231.10
34.107.93.3
35.204.169.245
35.230.15.29
35.196.182.243
35.245.72.176
```

### Dynamic IP Address Retrieval
Expand Down
Loading