File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed
docs/security-legal-pii/security Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ apply to self-hosted or single tenant.
16
16
Sentry's dashboard and API are both served from different domains, depending
17
17
on your organization's data storage location. The IP addresses are:
18
18
19
- ```
19
+ ``` plaintext
20
20
sentry.io 35.186.247.156/32
21
21
us.sentry.io 35.186.247.156/32
22
22
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):
31
31
32
32
Sentry's apex domain (` sentry.io ` ) accepts events from the same IP address as the Dashboard and API:
33
33
34
- ```
34
+ ``` plaintext
35
35
35.186.247.156/32
36
36
```
37
37
38
38
Sentry's organization subdomains (` o<number>.ingest.sentry.io ` and ` o<number>.us.ingest.sentry.io ` ) accept events from a separate IP address:
39
39
40
- ```
40
+ ``` plaintext
41
41
34.120.195.249/32
42
42
```
43
43
44
44
Sentry's organization subdomains in the EU (` o<number>.ingest.de.sentry.io ` ) accept events from:
45
45
46
- ```
46
+ ``` plaintext
47
47
34.120.62.213/32
48
48
130.211.36.74/32
49
49
```
50
50
51
51
Sentry's legacy ingestion hostname (` app.getsentry.com ` ) accepts events from a separate IP address:
52
52
53
- ```
53
+ ``` plaintext
54
54
34.96.102.34/32
55
55
```
56
56
@@ -66,15 +66,17 @@ In some circumstances the Hosted Sentry infrastructure might send HTTP requests
66
66
Sentry uses the following IP addresses to make outbound requests:
67
67
68
68
US Data Storage Location
69
- ```
69
+
70
+ ``` plaintext
70
71
35.184.238.160/32
71
72
104.155.159.182/32
72
73
104.155.149.19/32
73
74
130.211.230.102/32
74
75
```
75
76
76
77
EU Data Storage Location
77
- ```
78
+
79
+ ``` plaintext
78
80
34.141.31.19/32
79
81
34.141.4.162/32
80
82
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
115
117
116
118
All email is delivered from [ SendGrid] ( https://sendgrid.com/ ) from the following dedicated, static IP addresses:
117
119
118
- ```
120
+ ``` plaintext
119
121
167.89.86.73
120
122
167.89.84.75
121
123
167.89.84.14
@@ -128,13 +130,13 @@ These IP addresses are only for Sentry use.
128
130
Sentry uses the following IP addresses for uptime checks:
129
131
130
132
US
131
- ```
133
+ ``` plaintext
132
134
34.123.33.225
133
135
34.41.121.171
134
136
```
135
137
136
138
EU
137
- ```
139
+ ``` plaintext
138
140
34.159.197.47
139
141
35.242.231.10
140
142
```
You can’t perform that action at this time.
0 commit comments