Skip to content

Commit

Permalink
Merge pull request #480 from DataDog/xgouchet/RUMM-1021/gov_cloud_end…
Browse files Browse the repository at this point in the history
…points

RUMM-1021 Update the Gov Cloud endpoint URLS
  • Loading branch information
xgouchet authored Jan 25, 2021
2 parents cb24a54 + a9cc84a commit 4c26c04
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ object DatadogEndpoint {
* [app.ddog-gov.com/](https://app.ddog-gov.com/) instead of
* [app.datadoghq.com](https://app.datadoghq.com/)
*/
const val LOGS_GOV: String = "https://mobile-http-intake.logs.ddog-gov.com"
const val LOGS_GOV: String = "https://logs.browser-intake-ddog-gov.com"

/**
* The endpoint for Traces (US based servers), used by default by the SDK.
Expand All @@ -55,7 +55,7 @@ object DatadogEndpoint {
* [app.ddog-gov.com/](https://app.ddog-gov.com/) instead of
* [app.datadoghq.com](https://app.datadoghq.com/)
*/
const val TRACES_GOV: String = "https://public-trace-http-intake.logs.ddog-gov.com"
const val TRACES_GOV: String = "https://trace.browser-intake-ddog-gov.com"

/**
* The endpoint for Real User Monitoring (US based servers), used by default by the SDK.
Expand All @@ -77,7 +77,7 @@ object DatadogEndpoint {
* [app.ddog-gov.com/](https://app.ddog-gov.com/) instead of
* [app.datadoghq.com](https://app.datadoghq.com/)
*/
const val RUM_GOV: String = "https://rum-http-intake.logs.ddog-gov.com"
const val RUM_GOV: String = "https://rum.browser-intake-ddog-gov.com"

/**
* Endpoint for the Network Time Protocol time syncing.
Expand Down

0 comments on commit 4c26c04

Please sign in to comment.