-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
feat(godot): Enriching events with scene tree data #13531
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
Conversation
AKA View Hierarchy.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
Bundle ReportChanges will increase total bundle size by 774 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:
|
|
||
## Enabling Scene Tree Attachments | ||
|
||
Scene tree capturing is an opt-in feature. To attach scene tree information to your events, navigate to **Project Settings > Sentry > Options** and enable the **Attach Scene Tree** option: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can the scene contain sensitive data? I wonder why we don't make this enable by default everywhere?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bruno-garcia I was thinking the same. The risk of sensitive data is very low IMO. We mostly include node names, classes, script file local paths within project.
Co-authored-by: Bruno Garcia <[email protected]>
* 'master' of https://github.com/getsentry/sentry-docs: Fix small typo (#13570) Update trace explorer doc for GA (#13560) feat(cloudflare): Add jsonc instructions for sourcemaps upload (#13572) fix(apple): Missing semicolons in objc config snippets (#13578) feat(godot): Enriching events with scene tree data (#13531) feat(apple): Troubleshooting for subclass error (#13509) Make the API Design doc a bit more consistent (#13511) docs(js): Remove outdated/misleading warning (#13484) Refine SDK behavior docs for logs to make buffering more clear (#13573) fix(spike protection): correct floor calculation explanation (#13556) ref(docs): rm session health from early adopter (#13571) Bump API schema to 8c0365cd (#13564) Updating MCP docs with Video + Claude steps (#13563)
DESCRIBE YOUR PR
For Godot SDK, add
Scene Tree
page underEnriching Events
. AKA view hierarchy documentation.Godot SDK PR:
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:
LEGAL BOILERPLATE
Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.
EXTRA RESOURCES