internal: (studio) send debugData to studio server#33338
Merged
Conversation
…ta-to-studio' into mabel/send-debug-data-to-studio
cypress
|
||||||||||||||||||||||||||||||||||||||||
| Project |
cypress
|
| Branch Review |
mabel/send-debug-data-to-studio
|
| Run status |
|
| Run duration | 10m 52s |
| Commit |
|
| Committer | mabela416 |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
0
|
|
|
2
|
|
|
0
|
|
|
173
|
| View all changes introduced in this branch ↗︎ | |
UI Coverage
62.34%
|
|
|---|---|
|
|
27
|
|
|
48
|
Accessibility
98.96%
|
|
|---|---|
|
|
0 critical
3 serious
1 moderate
0 minor
|
|
|
19
|
mschile
reviewed
Feb 6, 2026
mschile
reviewed
Feb 6, 2026
packages/server/test/unit/cloud/studio/StudioLifecycleManager_spec.ts
Outdated
Show resolved
Hide resolved
mschile
requested changes
Feb 6, 2026
Contributor
mschile
left a comment
There was a problem hiding this comment.
Added a couple comments.
mschile
approved these changes
Feb 11, 2026
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
mschile
approved these changes
Feb 17, 2026
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.
Additional details
Makes
debugDataavailable to the studio server. Goes along with this PRNote
Medium Risk
Medium risk due to cross-package type/interface changes (
@packages/types, Studio server shape, and app Studio bundle types) that can break runtime integration if any consumer expects the previous signatures.Overview
Makes config-derived
debugDataa first-class type (DebugData) in@packages/typesand threads it fromProjectConfigManager/ProjectConfigIpcthroughStudioLifecycleManagerintoStudioManager.setupandProtocolManager.prepareProtocol.Extends the Studio server contract by adding
getStudioConfig/getCachedStudioConfig(with correspondingStudioConfigtypes), updates the test studio fixture and unit tests accordingly, and refreshesstudio-app-types.tswith additional Studio/AI/snapshot-related type definitions and several props made optional.Written by Cursor Bugbot for commit 5195f34. This will update automatically on new commits. Configure here.
Steps to test
Follow the steps to test in this PR. You can log the
filePreprocessorHandlerTextcoming fromdebugDataand you should see a log forUsing file preprocessor handler text from debug data: %oHow has the user experience changed?
PR Tasks
cypress-documentation?type definitions?