Skip to content

Commit

Permalink
🔀 (RUMM-1021): Update the Gov Cloud endpoint URLS
Browse files Browse the repository at this point in the history
  • Loading branch information
xgouchet committed Jan 22, 2021
1 parent cb24a54 commit a9cc84a
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 a9cc84a

Please sign in to comment.