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
14 changes: 13 additions & 1 deletion 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 Down Expand Up @@ -52,7 +62,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 Down
15 changes: 9 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 Down Expand Up @@ -124,6 +125,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 Down
Loading