Document browser profiling quota API endpoint and proxy/CSP setup#36894
Open
thomasbertet wants to merge 2 commits into
Open
Document browser profiling quota API endpoint and proxy/CSP setup#36894thomasbertet wants to merge 2 commits into
thomasbertet wants to merge 2 commits into
Conversation
Contributor
e9ab35e to
c32e75d
Compare
c32e75d to
09a3faf
Compare
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?
Adds documentation for the quota check API call made by the Browser SDK when Browser Profiling is enabled.
Changes
content/en/real_user_monitoring/_index.mdquota.subdomain URLs for all 8 Datadog sites (e.g.https://quota.browser-intake-datadoghq.com).content/en/real_user_monitoring/correlate_with_other_telemetry/profiling/_index.mdoc.md/api/v2/profiling/quotabefore starting a profiling sessionquota.subdomain of the standard RUM intakecontent/en/real_user_monitoring/guide/proxy-rum-data.mdoc.mdddforwardSubdomainquery parameter sent when using a string proxy, which tells the proxy which intake subdomain to target (quotafor profiling quota requests).subdomainproperty in the function proxy options object (alongside existingpathandparameters), used for the same purpose.Motivation
The Browser SDK's profiling quota check reaches a new
quota.subdomain that wasn't previously documented. Customers using a proxy or CSP restrictions would silently fail to collect profiling data without this information.