-
Notifications
You must be signed in to change notification settings - Fork 142
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
💥 always use alternative domains for RUM #944
💥 always use alternative domains for RUM #944
Conversation
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.
This options defaults to false
, so you should set it to true
to always use the alternative domains
Codecov Report
@@ Coverage Diff @@
## prerelease-v3 #944 +/- ##
==============================================
Coverage 89.08% 89.08%
==============================================
Files 83 83
Lines 3868 3868
Branches 857 857
==============================================
Hits 3446 3446
Misses 422 422
Continue to review full report at Codecov.
|
* 💥 Remove useAlternateIntakeDomains option from RUM * 👌 Set useAlternateIntakeDomains to true for RUM
* 💥 Remove useAlternateIntakeDomains option from RUM * 👌 Set useAlternateIntakeDomains to true for RUM
* 💥 Remove useAlternateIntakeDomains option from RUM * 👌 Set useAlternateIntakeDomains to true for RUM
This reverts commit 6fd361c.
Motivation
In the context of the version 3 always use alternative domains.
Changes
Remove useAlternateIntakeDomains option
Testing
Unit, Locally
I have gone over the contributing documentation.