Skip to content

Commit ecc429d

Browse files
authored
Remove angle brackets to match previous example (DataDog#20908)
These angle brackets should only be used for variables and not example URLs as they can cause confusion. The npm example above does not use these.
1 parent 359e0eb commit ecc429d

File tree

1 file changed

+2
-2
lines changed
  • content/en/real_user_monitoring/connect_rum_and_traces

1 file changed

+2
-2
lines changed

content/en/real_user_monitoring/connect_rum_and_traces/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ To start sending just your iOS application's traces to Datadog, see [iOS Trace C
7979
window.DD_RUM.init({
8080
clientToken: '<CLIENT_TOKEN>',
8181
applicationId: '<APPLICATION_ID>',
82-
site: '<http://datadoghq.com|datadoghq.com>',
82+
site: 'http://datadoghq.com|datadoghq.com',
8383
// service: 'my-web-application',
8484
// env: 'production',
8585
// version: '1.0.0',
86-
allowedTracingUrls: ["<https://api.example.com>", /https:\/\/.*\.my-api-domain\.com/, (url) => url.startsWith("<https://api.example.com>")]
86+
allowedTracingUrls: ["https://api.example.com", /https:\/\/.*\.my-api-domain\.com/, (url) => url.startsWith("https://api.example.com")]
8787
sessionSampleRate: 100,
8888
sessionReplaySampleRate: 100, // if not included, the default is 100
8989
trackResources: true,

0 commit comments

Comments
 (0)