diff --git a/app/api/ip-ranges/ip-ranges.json b/app/api/ip-ranges/ip-ranges.json index b08306a7c2a550..d18e7f19d2c063 100644 --- a/app/api/ip-ranges/ip-ranges.json +++ b/app/api/ip-ranges/ip-ranges.json @@ -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" @@ -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", @@ -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", diff --git a/docs/security-legal-pii/security/ip-ranges.mdx b/docs/security-legal-pii/security/ip-ranges.mdx index 84e934e54653a6..4b693190ad28d9 100644 --- a/docs/security-legal-pii/security/ip-ranges.mdx +++ b/docs/security-legal-pii/security/ip-ranges.mdx @@ -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 @@ -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.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.ingest.us2.sentry.io` or `o.ingest.de.sentry.io` respectively. ## Outbound Requests @@ -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.