Skip to content

Commit

Permalink
update datadog site
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Sep 6, 2023
1 parent 822c5ea commit c113a25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ jobs:
DD_APPLICATION_ID: ${{ secrets.DD_APPLICATION_ID }}
DD_CLIENT_TOKEN: ${{ secrets.DD_CLIENT_TOKEN }}
DATADOG_API_KEY: ${{ secrets.DATADOG_API_KEY }}
DATADOG_SITE: datadoghq.eu
INTERSTITIAL_AD_UNIT_ID: "${{ secrets.INTERSTITIAL_AD_UNIT_ID }}"
VERSION: "${{ env.version }}"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import java.net.Proxy
import java.util.concurrent.atomic.AtomicBoolean

object Datadog {
private val tracedHosts = listOf(
"datadoghq.com",
private val tracedHosts = listOf(,
"datadoghq.eu",
"127.0.0.1",
)
private val initialized = AtomicBoolean()
Expand Down

0 comments on commit c113a25

Please sign in to comment.