Skip to content

Commit

Permalink
set highlight to plaintext (#11119)
Browse files Browse the repository at this point in the history
The highlighting defaults to _Bash_ when not defined. This causes IP addresses to have some odd coloring.

Instead, I'm explicitly setting them to `plaintext` to disable the highlighting.
  • Loading branch information
mdtro committed Aug 26, 2024
1 parent 8d7426e commit d8afd24
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions docs/security-legal-pii/security/ip-ranges.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apply to self-hosted or single tenant.
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
Expand All @@ -31,26 +31,26 @@ Sentry's Event Ingestion respects two domains within a Data Source Name (DSN):

Sentry's apex domain (`sentry.io`) accepts events from the same IP address as the Dashboard and API:

```
```plaintext
35.186.247.156/32
```

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

```
```plaintext
34.120.195.249/32
```

Sentry's organization subdomains in the EU (`o<number>.ingest.de.sentry.io`) accept events from:

```
```plaintext
34.120.62.213/32
130.211.36.74/32
```

Sentry's legacy ingestion hostname (`app.getsentry.com`) accepts events from a separate IP address:

```
```plaintext
34.96.102.34/32
```

Expand All @@ -66,15 +66,17 @@ In some circumstances the Hosted Sentry infrastructure might send HTTP requests
Sentry uses the following IP addresses to make outbound requests:

US Data Storage Location
```

```plaintext
35.184.238.160/32
104.155.159.182/32
104.155.149.19/32
130.211.230.102/32
```

EU Data Storage Location
```

```plaintext
34.141.31.19/32
34.141.4.162/32
35.234.78.236/32
Expand Down Expand Up @@ -115,7 +117,7 @@ To allow access to source maps with Apache you can use this example. It can eith

All email is delivered from [SendGrid](https://sendgrid.com/) from the following dedicated, static IP addresses:

```
```plaintext
167.89.86.73
167.89.84.75
167.89.84.14
Expand All @@ -128,13 +130,13 @@ These IP addresses are only for Sentry use.
Sentry uses the following IP addresses for uptime checks:

US
```
```plaintext
34.123.33.225
34.41.121.171
```

EU
```
```plaintext
34.159.197.47
35.242.231.10
```

0 comments on commit d8afd24

Please sign in to comment.