Skip to content

Commit

Permalink
Merge pull request #550 from DataDog/ncreated/RUMM-1467-fix-deprecati…
Browse files Browse the repository at this point in the history
…on-warnings

RUMM-1467 Remove deprecation warnings when compiling the SDK code
  • Loading branch information
ncreated authored Aug 2, 2021
2 parents 285ddb9 + fd9d99c commit 070edcf
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Sources/Datadog/DatadogConfiguration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,12 @@ extension Datadog {
case us1_fed
/// US based servers.
/// Sends logs to [app.datadoghq.com](https://app.datadoghq.com/).
@available(*, deprecated, message: "Renamed to us1")
case us
/// Europe based servers.
/// Sends logs to [app.datadoghq.eu](https://app.datadoghq.eu/).
@available(*, deprecated, message: "Renamed to eu1")
case eu
/// Gov servers.
/// Sends logs to [app.ddog-gov.com](https://app.ddog-gov.com/).
@available(*, deprecated, message: "Renamed to us1_fed")
case gov
/// User-defined server.
case custom(url: String)
Expand Down Expand Up @@ -157,15 +154,12 @@ extension Datadog {
case us1_fed
/// US based servers.
/// Sends traces to [app.datadoghq.com](https://app.datadoghq.com/).
@available(*, deprecated, message: "Renamed to us1")
case us
/// Europe based servers.
/// Sends traces to [app.datadoghq.eu](https://app.datadoghq.eu/).
@available(*, deprecated, message: "Renamed to eu1")
case eu
/// Gov servers.
/// Sends traces to [app.ddog-gov.com](https://app.ddog-gov.com/).
@available(*, deprecated, message: "Renamed to us1_fed")
case gov
/// User-defined server.
case custom(url: String)
Expand Down Expand Up @@ -200,15 +194,12 @@ extension Datadog {
case us1_fed
/// US based servers.
/// Sends RUM events to [app.datadoghq.com](https://app.datadoghq.com/).
@available(*, deprecated, message: "Renamed to us1")
case us
/// Europe based servers.
/// Sends RUM events to [app.datadoghq.eu](https://app.datadoghq.eu/).
@available(*, deprecated, message: "Renamed to eu1")
case eu
/// Gov servers.
/// Sends RUM events to [app.ddog-gov.com](https://app.ddog-gov.com/).
@available(*, deprecated, message: "Renamed to us1_fed")
case gov
/// User-defined server.
case custom(url: String)
Expand Down

0 comments on commit 070edcf

Please sign in to comment.