From 54e526ede6b52c85d6ed31f7c5f28257e0b8375d Mon Sep 17 00:00:00 2001 From: Giovanni Barillari Date: Mon, 17 Nov 2025 14:17:21 +0100 Subject: [PATCH] ref: update ingestion ip ranges --- app/api/ip-ranges/ip-ranges.json | 13 ++++++++++--- docs/security-legal-pii/security/ip-ranges.mdx | 12 +++++------- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/app/api/ip-ranges/ip-ranges.json b/app/api/ip-ranges/ip-ranges.json index cd44739f09bbd..b08306a7c2a55 100644 --- a/app/api/ip-ranges/ip-ranges.json +++ b/app/api/ip-ranges/ip-ranges.json @@ -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": [ @@ -59,4 +66,4 @@ "35.204.169.245" ] } -} \ No newline at end of file +} diff --git a/docs/security-legal-pii/security/ip-ranges.mdx b/docs/security-legal-pii/security/ip-ranges.mdx index 48b50cd008829..4427ff1584776 100644 --- a/docs/security-legal-pii/security/ip-ranges.mdx +++ b/docs/security-legal-pii/security/ip-ranges.mdx @@ -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.ingest.sentry.io` and `o.us.ingest.sentry.io`) accept events from a separate IP address: +Sentry's organization subdomains (`o.ingest.sentry.io` and `o..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.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: