Uh oh!
There was an error while loading. Please reload this page.
feat(native): add view hierarchy docs - #13191
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
Bundle ReportChanges will increase total bundle size by 228 bytes (0.0%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: sentry-docs-server-cjsAssets Changed:
view changes for bundle: sentry-docs-client-array-pushAssets Changed:
|
supervacuus
left a comment
There was a problem hiding this comment.
Do you think we should document this option? It does not make much sense to direct SDK users; it is primarily for downstream SDKs. If we document it here, we must signal the primary use case (something similar to "You will never have to set this yourself; a downstream SDK built on top of the Native SDK will usually provide the view hierarchy for you").
It would also be good to mention this in the header inline docs.
CC: @kahest
JoshuaMoelans
commented
Apr 2, 2025
@supervacuus Since the view-hierarchy inherently doesn't make a lot of sense in a Native setting, I think you're right about not needing it documented here. I'm fine with closing this PR. |
JoshuaMoelans
commented
Apr 2, 2025
As the feature isn't meant to be native-user-facing, but rather as a functionality consumed by downstream SDKs, we opt to not document its use here. |
bruno-garcia
commented
Apr 26, 2025
@JoshuaMoelans@supervacuus I'd argue this is good to be documented. If I'm building an integration on top of this SDK for a UI frame, for example Qt, I could be interested in learning about how this work and how to use it. |
kahest
commented
Apr 28, 2025
maybe better to put this on dev docs then? |
DESCRIBE YOUR PR
Related to getsentry/sentry-native#1191
Vercel Preview of the relevant page
IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs to go live.
SLA
Thanks in advance for your help!
PRE-MERGE CHECKLIST
Make sure you've checked the following before merging your changes: