Skip to content

Commit

Permalink
RUMM-1397 Update endpoint documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
xgouchet committed Jun 21, 2021
1 parent 70144f1 commit 1041d07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/log_collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Datadog.initialize(
configuration: Datadog.Configuration
.builderUsing(clientToken: "<client_token>", environment: "<environment_name>")
.set(serviceName: "app-name")
.set(endpoint: .eu)
.set(endpoint: .eu1)
.build()
)
```
Expand Down
2 changes: 1 addition & 1 deletion docs/rum_collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Datadog.initialize(
environment: "<environment_name>"
)
.set(serviceName: "app-name")
.set(endpoint: .eu)
.set(endpoint: .eu1)
.build()
)
```
Expand Down
2 changes: 1 addition & 1 deletion docs/trace_collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Datadog.initialize(
configuration: Datadog.Configuration
.builderUsing(clientToken: "<client_token>", environment: "<environment_name>")
.set(serviceName: "app-name")
.set(endpoint: .eu)
.set(endpoint: .eu1)
.build()
)
```
Expand Down

0 comments on commit 1041d07

Please sign in to comment.