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.
1616Sentry's dashboard and API are both served from different domains, depending
1717on your organization's data storage location. The IP addresses are:
1818
19- ```
19+ ``` plaintext
2020sentry.io 35.186.247.156/32
2121us.sentry.io 35.186.247.156/32
2222de.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
3232Sentry's apex domain (` sentry.io ` ) accepts events from the same IP address as the Dashboard and API:
3333
34- ```
34+ ``` plaintext
353535.186.247.156/32
3636```
3737
3838Sentry'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
414134.120.195.249/32
4242```
4343
4444Sentry's organization subdomains in the EU (` o<number>.ingest.de.sentry.io ` ) accept events from:
4545
46- ```
46+ ``` plaintext
474734.120.62.213/32
4848130.211.36.74/32
4949```
5050
5151Sentry's legacy ingestion hostname (` app.getsentry.com ` ) accepts events from a separate IP address:
5252
53- ```
53+ ``` plaintext
545434.96.102.34/32
5555```
5656
@@ -66,15 +66,17 @@ In some circumstances the Hosted Sentry infrastructure might send HTTP requests
6666Sentry uses the following IP addresses to make outbound requests:
6767
6868US Data Storage Location
69- ```
69+
70+ ``` plaintext
707135.184.238.160/32
7172104.155.159.182/32
7273104.155.149.19/32
7374130.211.230.102/32
7475```
7576
7677EU Data Storage Location
77- ```
78+
79+ ``` plaintext
788034.141.31.19/32
798134.141.4.162/32
808235.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
116118All email is delivered from [ SendGrid] ( https://sendgrid.com/ ) from the following dedicated, static IP addresses:
117119
118- ```
120+ ``` plaintext
119121167.89.86.73
120122167.89.84.75
121123167.89.84.14
@@ -128,13 +130,13 @@ These IP addresses are only for Sentry use.
128130Sentry uses the following IP addresses for uptime checks:
129131
130132US
131- ```
133+ ``` plaintext
13213434.123.33.225
13313534.41.121.171
134136```
135137
136138EU
137- ```
139+ ``` plaintext
13814034.159.197.47
13914135.242.231.10
140142```
You can’t perform that action at this time.
0 commit comments