Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hugo/content/en/logs/log_collection/javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Add the generated code snippet to the head tag of every HTML page you want to mo
h=h[d]=h[d]||{q:[],onReady:function(c){h.q.push(c)}}
d=o.createElement(u);d.async=1;d.src=n;d.crossOrigin=''
n=o.getElementsByTagName(u)[0];n.parentNode.insertBefore(d,n)
})(window,document,'script','https://www.datadoghq-browser-agent.com/eu/v7/datadog-logs.js','DD_LOGS')
})(window,document,'script','https://www.datadoghq-browser-agent.com/eu1/v7/datadog-logs.js','DD_LOGS')
</script>
```

Expand Down Expand Up @@ -180,7 +180,7 @@ Add the generated code snippet to the head tag (in front of any other script tag

```javascript
<script
src="https://www.datadoghq-browser-agent.com/eu/v7/datadog-logs.js"
src="https://www.datadoghq-browser-agent.com/eu1/v7/datadog-logs.js"
type="text/javascript"
crossorigin>
</script>
Expand Down
4 changes: 2 additions & 2 deletions hugo/layouts/shortcodes/mdoc/en/sdk/setup/browser.mdoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Add the generated code snippet to the head tag of every HTML page you want to mo
h=h[d]=h[d]||{q:[],onReady:function(c){h.q.push(c)}}
d=o.createElement(u);d.async=1;d.src=n,d.crossOrigin=''
n=o.getElementsByTagName(u)[0];n.parentNode.insertBefore(d,n)
})(window,document,'script','https://www.datadoghq-browser-agent.com/eu/v7/datadog-rum.js','DD_RUM')
})(window,document,'script','https://www.datadoghq-browser-agent.com/eu1/v7/datadog-rum.js','DD_RUM')
</script>
```

Expand Down Expand Up @@ -172,7 +172,7 @@ Add the generated code snippet to the head tag (in front of any other script tag

```javascript
<script
src="https://www.datadoghq-browser-agent.com/eu/v7/datadog-rum.js"
src="https://www.datadoghq-browser-agent.com/eu1/v7/datadog-rum.js"
type="text/javascript"
crossorigin>
</script>
Expand Down
Loading