RUM-9923 Custom endpoint URL are taken as is#2685
Merged
Merged
Conversation
xgouchet
force-pushed
the
xgouchet/RUM-9923/custom_endpoint
branch
from
May 30, 2025 07:02
0d1898a to
81250d4
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## feature/v3 #2685 +/- ##
==============================================
+ Coverage 67.86% 67.86% +0.01%
==============================================
Files 821 821
Lines 30544 30525 -19
Branches 5159 5158 -1
==============================================
- Hits 20726 20715 -11
+ Misses 8454 8447 -7
+ Partials 1364 1363 -1
🚀 New features to boost your workflow:
|
aleksandr-gringauz
previously approved these changes
May 30, 2025
xgouchet
force-pushed
the
xgouchet/RUM-9923/custom_endpoint
branch
from
May 30, 2025 09:40
81250d4 to
0910168
Compare
aleksandr-gringauz
approved these changes
May 30, 2025
ambushwork
approved these changes
May 30, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Align setting custom endpoint URL behavior with other platforms
Motivation
Originally, on Android, we would only set the host, expecting the custom endpoint to have a path matching our own intake path (usually in the form
{host}/api/v2/{track}.We now aim to have the same behaviour across platforms, so we take the provided url as is.