Fix tracking consent link in Browser SDK setup partial - #38769
Closed
rphdbddog wants to merge 2 commits into
Closed
Conversation
…x-tracking-consent-link
2 tasks
Collaborator
|
[Automated message] This PR has merge conflicts caused by the recent docs repo reorg (files moved from the repo root into Please follow the instructions in the PR description. This is an automated comment, but if you have a question, you can mention me in this PR (external contributors) or reach out in #docs-repo-reorg-support on Slack (internal contributors). |
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? What is the motivation?
The "tracking consent value at initialization" link in the Browser SDK setup partial pointed at the browser section landing page (
/real_user_monitoring/application_monitoring/browser), which contains no tracking consent content. It now points to the section that documents thetrackingConsentinitialization parameter, itsgranted/not-grantedvalues, and thesetTrackingConsent()API:/real_user_monitoring/application_monitoring/browser/advanced_configuration/#user-tracking-consentMerge instructions
This changes a shared partial (
layouts/shortcodes/mdoc/en/sdk/setup/browser.mdoc.md), so the fix applies to every page that includes it:real_user_monitoring/application_monitoring/browser/setup/(en)real_user_monitoring/application_monitoring/browser/setup/client/(en, fr, es, ja, ko)client_sdks/setup/(en)Note that
client_sdks/setup/sits outside RUM, so an additional reviewer may be needed.Merge readiness:
Additional notes