-
Notifications
You must be signed in to change notification settings - Fork 134
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-764] Use new intake domain for US #616
Conversation
decec59
to
2227121
Compare
Codecov Report
@@ Coverage Diff @@
## master #616 +/- ##
==========================================
- Coverage 87.78% 87.57% -0.21%
==========================================
Files 56 56
Lines 2578 2591 +13
Branches 556 551 -5
==========================================
+ Hits 2263 2269 +6
- Misses 315 322 +7
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- it is not the correct endpoint for logs
- we should also use the new domain in staging
- we should probably handle new and old endpoints for
isIntakeRequest
if there is another sdk running with the old endpoints.
2227121
to
fa30e8c
Compare
4ea711f
to
83e5924
Compare
7b66768
to
454a50e
Compare
454a50e
to
6c85bd3
Compare
2f237bd
to
9d75102
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice job
d291473
to
fd3c833
Compare
2bd74ed
to
4ba25a4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Motivation
Use the new public intake for US site
Changes
Applies the new intake domain when the US site is used in the configuration.
Testing
Unit tests of configuration generation have been updated.
I have gone over the contributing documentation.