[reorg fix] Fix tracking consent link in Browser SDK setup partial - #38856
Merged
Conversation
1 task
This comment has been minimized.
This comment has been minimized.
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.
🤖 Auto-generated fix for #38769.
@rphdbddog — the docs repo reorg created merge conflicts in your PR #38769. This is an auto-generated replacement with the file paths fixed; please use it instead of the original.
This PR replays the commits from #38769 with file paths translated to the post-reorg
hugo/layout. The original commits are preserved — same messages and authorship.The original PR (#38769) will be closed in favor of this one.
Next steps:
WORK IN PROGRESSlabel from this PR.Original PR description:
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