File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
content/en/real_user_monitoring/faq Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -16,23 +16,18 @@ Depending on the `site` option used to initialize [Real User Monitoring][2] or [
16
16
{{< site-region region="us" >}}
17
17
18
18
``` txt
19
- connect-src https://*.logs.datadoghq.com https://*. browser-intake-datadoghq.com
19
+ connect-src https://*.browser-intake-datadoghq.com
20
20
```
21
21
22
- Both entries are required even if you are not using [ browser logs collection] [ 3 ] .
23
-
24
22
{{< /site-region >}}
25
23
26
24
27
25
{{< site-region region="eu" >}}
28
26
29
27
``` txt
30
- connect-src https://*.logs.datadoghq.eu https://*. browser-intake-datadoghq.eu
28
+ connect-src https://*.browser-intake-datadoghq.eu
31
29
```
32
30
33
- Both entries are required even if you are not using [ browser logs collection] [ 3 ] .
34
-
35
-
36
31
{{< /site-region >}}
37
32
38
33
You can’t perform that action at this time.
0 commit comments