-
-
Notifications
You must be signed in to change notification settings - Fork 8
feat: View Hierarchy #143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
feat: View Hierarchy #143
Conversation
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
|
df48641
to
1f90068
Compare
These properties will also be collected in addition to default data.
436a0ef
to
ae0c018
Compare
4c47393
to
11a0d79
Compare
7 tasks
8b17e17
to
b819227
Compare
a8b8010
to
5e1f1ad
Compare
5e1f1ad
to
f8b92a5
Compare
6a15a7b
to
dfc87ca
Compare
@limbonaut this is unblocked now! exciting! :) |
bruno-garcia
approved these changes
Apr 26, 2025
I've added a screenshot of view hierarchy as displayed on sentry.io. It works for both errors and crash reports. All we're missing is documentation changes. |
tree as basic options
6 tasks
Documentation added in: Also, ensuring that capturing is only performed on the main thread plus small fixes. |
bruno-garcia
approved these changes
Apr 28, 2025
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.
This PR implements automatic capturing of scene tree hierarchy data. In Sentry, this feature is more commonly known as View Hierarchy. It's an opt-in feature that can be enabled by setting the
attach_scene_tree
option totrue
.Implements #113
Resolves #166
Waiting for the product changes:
Depends on:
Documentation PR:
Remaining tasks: