From 023627395bd991d6222db13bc936c44d0e1f31f1 Mon Sep 17 00:00:00 2001 From: Bojan Oro Date: Sun, 24 May 2026 21:52:48 -0400 Subject: [PATCH 1/2] Add new IP addresses for US2 region --- app/api/ip-ranges/ip-ranges.json | 14 +++++++++++++- docs/security-legal-pii/security/ip-ranges.mdx | 15 +++++++++------ 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/app/api/ip-ranges/ip-ranges.json b/app/api/ip-ranges/ip-ranges.json index b08306a7c2a55..d18e7f19d2c06 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 84e934e54653a..4b693190ad28d 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. From 89d000da0cf802ce9c3bf38f7ce791b7021e36c6 Mon Sep 17 00:00:00 2001 From: Bojan Oro Date: Thu, 11 Jun 2026 17:01:53 -0400 Subject: [PATCH 2/2] Add US2 NAT IP addresses --- app/api/ip-ranges/ip-ranges.json | 10 +++++++++- docs/security-legal-pii/security/ip-ranges.mdx | 11 +++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/app/api/ip-ranges/ip-ranges.json b/app/api/ip-ranges/ip-ranges.json index d18e7f19d2c06..ac29a5566bcef 100644 --- a/app/api/ip-ranges/ip-ranges.json +++ b/app/api/ip-ranges/ip-ranges.json @@ -53,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", @@ -75,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" ] } } diff --git a/docs/security-legal-pii/security/ip-ranges.mdx b/docs/security-legal-pii/security/ip-ranges.mdx index 4b693190ad28d..df8e7a2c4d56d 100644 --- a/docs/security-legal-pii/security/ip-ranges.mdx +++ b/docs/security-legal-pii/security/ip-ranges.mdx @@ -78,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 @@ -145,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