Skip to content

Commit

Permalink
Update IP address for apex domain and app.getsentry.com (#7216)
Browse files Browse the repository at this point in the history
* Update IP address for apex domain and app.getsentry.com

* Correcting app.getsentry.com address; clarify apex ingestion language a little

* Add 'on' between 'Starting' and '1 August'; correct case on warning box

* Use US date format

* Small phrasing change to trigger a rebuild

* rm extra word now that things compile
  • Loading branch information
jredmond-sentry authored Jun 21, 2023
1 parent d7f69e9 commit e38a0a0
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions src/docs/product/security/ip-ranges.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: "Learn how Sentry's SaaS product uses IP Ranges for API usage, even
<Alert title="Note" level="warning">

The contents of this page apply only to Sentry's SaaS product. It **does not**
apply to Self-hosted or Single Tenant.
apply to self-hosted or single tenant.

</Alert>

Expand All @@ -21,6 +21,12 @@ Sentry's dashboard and API are both served from a single IP address for all web
35.188.42.15/32
```

Starting on August 1, 2023, Sentry's dashboard and API will both be served from a new IP address:

```
35.186.247.156/32
```

## Event Ingestion

Sentry's Event Ingestion respects two domains within a Data Source Name (DSN):
Expand All @@ -34,12 +40,24 @@ Sentry's apex domain (`sentry.io`) accepts events from the same IP address as th
35.188.42.15/32
```

Starting December 1st, 2020, Sentry's organization subdomains (`o<number>.ingest.sentry.io`) will migrate from the prior IP address to the following single address:
Starting on August 1, 2023, Sentry's apex domain (`sentry.io`) will migrate to the same new IP address as the dashboard and API:

```
35.186.247.156/32
```

Sentry's organization subdomains (`o<number>.ingest.sentry.io`) accept events from a separate IP address:

```
34.120.195.249/32
```

Starting on August 1, 2023, Sentry's legacy ingestion hostname (`app.getsentry.com`) will also migrate to a new IP address:

```
34.96.102.34/32
```

## Outbound Requests

In some circumstances the Hosted Sentry infrastructure might send HTTP requests your way. Primarily this is relevant to [_JavaScript Source Maps_](/platforms/javascript/sourcemaps/), but also affects things like webhooks and other integrations.
Expand Down

1 comment on commit e38a0a0

@vercel
Copy link

@vercel vercel bot commented on e38a0a0 Jun 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sentry-docs – ./

sentry-docs.sentry.dev
sentry-docs-git-master.sentry.dev
docs.sentry.io

Please sign in to comment.