Skip to content

Commit

Permalink
Update RUM domain (#19367)
Browse files Browse the repository at this point in the history
update rum domain
  • Loading branch information
stanleegoodspeed authored and jszwedko committed Dec 18, 2023
1 parent 8f3f160 commit 4acb9de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/assets/js/dd-browser-logs-rum.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if (datadogRum) {
service: '{{ $ddConfig.service_name }}',
version: '{{ $latest }}',
trackInteractions: true,
internalAnalyticsSubdomain: 'iam-rum-intake'
internalAnalyticsSubdomain: '8b61d74c'
});
}
}
Expand All @@ -29,7 +29,7 @@ if (datadogLogs) {
env,
service: '{{ $ddConfig.service_name }}',
version: '{{ $latest }}',
internalAnalyticsSubdomain: 'iam-rum-intake'
internalAnalyticsSubdomain: '8b61d74c'
})
}
}
Expand Down

0 comments on commit 4acb9de

Please sign in to comment.