[DOCS-13573] Add unified SDK Data Collected cdocs pages#35011
Conversation
690f68f to
3966190
Compare
domalessi
left a comment
There was a problem hiding this comment.
I'm a little confused... it seems that this branch has changes relevant for your Advanced Configs PR and it doesn't include all the relevant files for the Data Collected pages. That being said, I was able to spot check everything in the preview, and it's all looking good! So likely it'll be a quick and easy review once the PR reflects the changes in scope. Hope this makes sense - let me know if not!
There was a problem hiding this comment.
Same note for this guy + all the advanced config shortcodes + the sdk-platforms.html file - the changes looks good, but I think maybe these were supposed to go in the adv config PR?
1adc1ee to
32ae076
Compare
79b42de to
682ac4b
Compare
Adds data collected documentation for all supported SDK platforms: Android, Browser, Flutter, iOS, Kotlin Multiplatform, React Native, Roku, and Unity. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
682ac4b to
6b83753
Compare
| | `error.message` | string | A concise, human-readable, one-line message explaining the event. | | ||
| | `error.stack` | string | The stack trace or complementary information about the error. | | ||
| | `error.issue_id` | string | The stack trace or complementary information about the error. | ||
| | `error.issue_id` | string | The stack trace or complementary information about the error. | |
There was a problem hiding this comment.
Just noting that I think this description is incorrect? It's the same as error.stack and it makes more sense for that one.
| title: Data Collected | ||
| content_filters: | ||
| - trait_id: platform | ||
| option_group_id: client_sdk_platform_options |
There was a problem hiding this comment.
I'm assuming this option group is defined in another PR?
What does this PR do? What is the motivation?
Fixes DOCS-13573
Adds unified Data Collected cdocs pages for all client SDKs, built on top of the SDK setup and advanced configuration work in #34948.
/client_sdks/data_collectedpage with a platform filter (Browser, Android, iOS, Flutter, React Native, Kotlin Multiplatform, Roku, Unity)layouts/shortcodes/mdoc/en/sdk/data_collected/data_collected.mdoc.mdpages underreal_user_monitoring/application_monitoring/.mddata collected files (Flutter, Kotlin Multiplatform, React Native) in favor of.mdoc.mdshortcodesMerge instructions
Merge readiness:
Additional notes
Depends on #34948 (
rtrieu/cdocs-sdks-advanced-configs). Merge that first.