Skip to content

Commit 24a4bcb

Browse files
fix: IP range codeblock formats (#3477)
1 parent 89c077e commit 24a4bcb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/docs/product/security/ip-ranges.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ apply to Self-hosted or Single Tenant.
1717

1818
Sentry's dashboard and API are both served from a single IP address for all web traffic. The IP address is:
1919

20-
```python
20+
```
2121
35.188.42.15/32
2222
```
2323

@@ -30,13 +30,13 @@ Sentry's Event Ingestion respects two domains within a Data Source Name (DSN):
3030

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

33-
```python
33+
```
3434
35.188.42.15/32
3535
```
3636

3737
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:
3838

39-
```python
39+
```
4040
34.120.195.249/32
4141
```
4242

@@ -46,7 +46,7 @@ In some circumstances the Hosted Sentry infrastructure might send HTTP requests
4646

4747
Sentry uses the following IP addresses to make outbound requests:
4848

49-
```python
49+
```
5050
35.184.238.160/32
5151
104.155.159.182/32
5252
104.155.149.19/32
@@ -57,7 +57,7 @@ Sentry uses the following IP addresses to make outbound requests:
5757

5858
To allow access to source maps with Nginx for instance, you can use this location example. This example assumes your source maps live in `/static/dist`:
5959

60-
```python
60+
```nginx
6161
location ~ ^/static/dist/(.+)\.map$ {
6262
alias /your/path/site/static/dist/$1.map;
6363
@@ -73,7 +73,7 @@ location ~ ^/static/dist/(.+)\.map$ {
7373

7474
To allow access to source maps with Apache you can use this example. It can either go into your _.htaccess_ or global config. This example assumes your source maps live in `/static/dist`:
7575

76-
```
76+
```apache
7777
<FilesMatch "\.map$">
7878
Order deny,allow
7979
Deny from all
@@ -88,7 +88,7 @@ To allow access to source maps with Apache you can use this example. It can eith
8888

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

91-
```python
91+
```
9292
167.89.86.73
9393
167.89.84.75
9494
167.89.84.14

0 commit comments

Comments
 (0)