Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ [RUMF-1119] Implement dual ship for other orgs #1248

Merged
merged 5 commits into from
Jan 7, 2022

Conversation

amortemousque
Copy link
Collaborator

Motivation

Other Datadog data sources are dual shipped to US1 (org 2). In order to allow correlation of this data with RUM data, we would like to dual ship browser data from other data centers (except govcloud) to US1.

The PR enable the replica configuration for other orgs

Changes

Add the new datacenter tag
Remove the browser SDK staging safe guard

Testing

  • Local
  • Staging
  • Unit
  • End to end

I have gone over the contributing documentation.

@amortemousque amortemousque requested a review from a team as a code owner January 5, 2022 13:30
@codecov-commenter
Copy link

codecov-commenter commented Jan 5, 2022

Codecov Report

Merging #1248 (4ca8a7f) into main (b801158) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1248   +/-   ##
=======================================
  Coverage   89.13%   89.13%           
=======================================
  Files         104      104           
  Lines        4253     4254    +1     
  Branches      960      961    +1     
=======================================
+ Hits         3791     3792    +1     
  Misses        462      462           
Impacted Files Coverage Δ
packages/core/src/boot/init.ts 88.23% <ø> (-0.66%) ⬇️
...ges/core/src/domain/configuration/configuration.ts 100.00% <ø> (ø)
packages/core/src/domain/configuration/tags.ts 100.00% <100.00%> (ø)
...src/domain/configuration/transportConfiguration.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b801158...4ca8a7f. Read the comment docs.

@@ -35,7 +35,6 @@ export function defineGlobal<Global, Name extends keyof Global>(global: Global,

export enum BuildMode {
RELEASE = 'release',
STAGING = 'staging',
Copy link
Contributor

@bcaudan bcaudan Jan 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❗ warning: ‏it is still used in gitlab

- BUILD_MODE=staging yarn build:bundle

@amortemousque amortemousque merged commit 0ce63a6 into main Jan 7, 2022
@amortemousque amortemousque deleted the aymeric/dual-ship-other-datacenters-new branch January 7, 2022 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants