You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/docs/product/security/ip-ranges.mdx
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ apply to Self-hosted or Single Tenant.
17
17
18
18
Sentry's dashboard and API are both served from a single IP address for all web traffic. The IP address is:
19
19
20
-
```python
20
+
```
21
21
35.188.42.15/32
22
22
```
23
23
@@ -30,13 +30,13 @@ Sentry's Event Ingestion respects two domains within a Data Source Name (DSN):
30
30
31
31
Sentry's apex domain (`sentry.io`) accepts events from the same IP address as the Dashboard and API:
32
32
33
-
```python
33
+
```
34
34
35.188.42.15/32
35
35
```
36
36
37
37
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:
38
38
39
-
```python
39
+
```
40
40
34.120.195.249/32
41
41
```
42
42
@@ -46,7 +46,7 @@ In some circumstances the Hosted Sentry infrastructure might send HTTP requests
46
46
47
47
Sentry uses the following IP addresses to make outbound requests:
48
48
49
-
```python
49
+
```
50
50
35.184.238.160/32
51
51
104.155.159.182/32
52
52
104.155.149.19/32
@@ -57,7 +57,7 @@ Sentry uses the following IP addresses to make outbound requests:
57
57
58
58
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`:
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`:
75
75
76
-
```
76
+
```apache
77
77
<FilesMatch "\.map$">
78
78
Order deny,allow
79
79
Deny from all
@@ -88,7 +88,7 @@ To allow access to source maps with Apache you can use this example. It can eith
88
88
89
89
All email is delivered from [SendGrid](https://sendgrid.com/) from the following static IP addresses:
0 commit comments