Skip to content

Commit d8afd24

Browse files
authored
set highlight to plaintext (#11119)
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.
1 parent 8d7426e commit d8afd24

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

docs/security-legal-pii/security/ip-ranges.mdx

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ apply to self-hosted or single tenant.
1616
Sentry's dashboard and API are both served from different domains, depending
1717
on your organization's data storage location. The IP addresses are:
1818

19-
```
19+
```plaintext
2020
sentry.io 35.186.247.156/32
2121
us.sentry.io 35.186.247.156/32
2222
de.sentry.io 34.36.122.224/32, 34.36.87.148/32
@@ -31,26 +31,26 @@ Sentry's Event Ingestion respects two domains within a Data Source Name (DSN):
3131

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

34-
```
34+
```plaintext
3535
35.186.247.156/32
3636
```
3737

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

40-
```
40+
```plaintext
4141
34.120.195.249/32
4242
```
4343

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

46-
```
46+
```plaintext
4747
34.120.62.213/32
4848
130.211.36.74/32
4949
```
5050

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

53-
```
53+
```plaintext
5454
34.96.102.34/32
5555
```
5656

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

6868
US Data Storage Location
69-
```
69+
70+
```plaintext
7071
35.184.238.160/32
7172
104.155.159.182/32
7273
104.155.149.19/32
7374
130.211.230.102/32
7475
```
7576

7677
EU Data Storage Location
77-
```
78+
79+
```plaintext
7880
34.141.31.19/32
7981
34.141.4.162/32
8082
35.234.78.236/32
@@ -115,7 +117,7 @@ To allow access to source maps with Apache you can use this example. It can eith
115117

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

118-
```
120+
```plaintext
119121
167.89.86.73
120122
167.89.84.75
121123
167.89.84.14
@@ -128,13 +130,13 @@ These IP addresses are only for Sentry use.
128130
Sentry uses the following IP addresses for uptime checks:
129131

130132
US
131-
```
133+
```plaintext
132134
34.123.33.225
133135
34.41.121.171
134136
```
135137

136138
EU
137-
```
139+
```plaintext
138140
34.159.197.47
139141
35.242.231.10
140142
```

0 commit comments

Comments
 (0)